[admin-guide-cloud] Fix missing label

Use :doc: instead of :ref: for reference to document
to fix these kind of warnings:

  SphinxWarning: openstack-manuals/doc/admin-guide-cloud/source/keystone_tokens.rst:21:
  WARNING: undefined label: keystone_fernet_token_faq (if the link has no
  caption the label must precede a section header)

And similar for keystone_certificates_for_pki.

Fix capitalization of Fernet in title.

Change-Id: I330cccfbd363f46f77bffb305be010ab9aaf0db0
This commit is contained in:
Andreas Jaeger 2015-11-21 19:00:47 +01:00
parent 993838aff3
commit f11cbf0b26
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
===================================
fernet - Frequently Asked Questions
Fernet - Frequently Asked Questions
===================================
The following questions have been asked periodically since the initial release

View File

@ -25,7 +25,7 @@ information stored in the token and integrity is verified with a ``SHA256
HMAC`` signature. Only the Identity service should have access to the keys used
to encrypt and decrypt fernet tokens. Like UUID tokens, fernet tokens must be
passed back to the Identity service in order to validate them. For more
information on the fernet token type, see the :ref:`keystone_fernet_token_faq`.
information on the fernet token type, see the :doc:`keystone_fernet_token_faq`.
PKI and PKIZ tokens
~~~~~~~~~~~~~~~~~~~
@ -38,4 +38,4 @@ pairs and certificates in order to create and validate PKI tokens.
The same concepts from PKI tokens apply to PKIZ tokens. The only difference
between the two is PKIZ tokens are compressed to help mitigate the size issues
of PKI. For more information on the certificate setup for PKI and PKIZ tokens,
see the :ref:`keystone_certificates_for_pki`.
see the :doc:`keystone_certificates_for_pki`.