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.