From 3c9ca637124301a2b014e6a1bd46f6f01fa37a3f Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 30 Jul 2019 19:46:15 +0200 Subject: [PATCH] Update api-ref location The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: Ib4c5aff2fe02d9511e38e2e26b4361d81d853263 --- doc/source/user/jgress.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user/jgress.rst b/doc/source/user/jgress.rst index ea1fdc3b9..bcf5daaf7 100644 --- a/doc/source/user/jgress.rst +++ b/doc/source/user/jgress.rst @@ -183,7 +183,7 @@ and image information from Glance, then filtering on the tag information. AND (image.d->'tags' ? 'unstable'); Note: see image document format in the `Glance API documentation -`_. +`_. Example result: @@ -221,7 +221,7 @@ servers running on an image not tagged as approved by the security team. WHERE NOT image.d->'tags' ? 'security-team-approved'; Note: see image document format in the `Glance API documentation -`_. +`_. Example result: @@ -262,7 +262,7 @@ comfort. Data representation =================== The examples above use OpenStack Nova (compute service) -`API response data `_ on +`API response data `_ on servers, stored in a PostgreSQL `JSONB `_ column.