Merge "Update api-ref location"

This commit is contained in:
Zuul 2019-08-05 23:31:04 +00:00 committed by Gerrit Code Review
commit 6cb66f640a
6 changed files with 7 additions and 7 deletions

View File

@ -342,7 +342,7 @@ returned on successful deletion.
Delete operation removes existing ACL on a secret or a container if there. It
can be treated as resetting a secret or a container to
`Default ACL <https://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
`Default ACL <https://docs.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
setting. That's why invoking delete multiple times on this resource will not
result in error.

View File

@ -82,4 +82,4 @@ access to only a single secret.
To address this limitations the Key Manager service includes an Access Control
List (ACL) API. For full details see the
`ACL API User Guide <http://developer.openstack.org/api-guide/key-manager/acls.html>`__
`ACL API User Guide <https://docs.openstack.org/api-guide/key-manager/acls.html>`__

View File

@ -6,7 +6,7 @@ User Guide
##########
API guide docs are built to:
https://developer.openstack.org/api-guide/key-manager/
https://docs.openstack.org/api-guide/key-manager/
API Reference
#############

View File

@ -27,7 +27,7 @@ GET /v1/secrets/{uuid}/acl
Retrieve the ACL settings for a given secret.
If no ACL is defined for that secret, then
`Default ACL <https://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
`Default ACL <https://docs.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
is returned.
Request/Response (With ACL defined):
@ -327,7 +327,7 @@ GET /v1/containers/{uuid}/acl
Retrieve the ACL settings for a given container.
If no ACL is defined for that container, then
`Default ACL <https://developer.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
`Default ACL <https://docs.openstack.org/api-guide/key-manager/acls.html#default-acl>`__
is returned.
Request/Response (With ACL defined):

View File

@ -9,7 +9,7 @@ API Guide
==========
If you're trying to learn how to use barbican, you can start by reading about
`Secrets in the Barbican API Guide <https://developer.openstack.org/api-guide/key-manager/secrets.html>`__.
`Secrets in the Barbican API Guide <https://docs.openstack.org/api-guide/key-manager/secrets.html>`__.
Once you're comfortable working with secrets you can dig into the rest of the
API.

View File

@ -90,7 +90,7 @@ whitelist_externals = rm
[testenv:api-guide]
basepython = python3
# This environment is called from CI scripts to test and publish
# the API Guide to developer.openstack.org.
# the API Guide to docs.openstack.org.
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf api-guide/build