Improve consistency of keystone charm references from README

The repo is called charm-keystone, not keystone-charm. While it is
obvious what charm is in question, the README might look a bit better
with more consistent self-references.

Change-Id: I87ace22cf7d4c598b25fcf2beda7033e8f168789
This commit is contained in:
Nikolay Vinogradov 2019-03-13 02:19:07 +03:00
parent 564441b152
commit 7afcb48db7
1 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@ binding provided if set.
Token Support
-------------
As the keystone-charm supports multiple releases of the OpenStack software, it
As the keystone charm supports multiple releases of the OpenStack software, it
also supports two keystone token systems: UUID and Fernet. The capabilities are:
- pre 'ocata': UUID tokens only.
@ -220,7 +220,7 @@ To quote from the [FAQ](https://docs.openstack.org/keystone/queens/admin/identit
### Configuring Key Lifetime
In the keystone-charm, the _rotation frequency_ is calculated
In the keystone charm, the _rotation frequency_ is calculated
automatically from the `token-expiration` and the `fernet-max-active-keys`
configuration parameters. For example, with an expiration of 24 hours and
6 active keys, the rotation frequency is calculated as:
@ -249,7 +249,7 @@ particular, `fernet-max-active-keys` affects the rotation time.
### Upgrades
When an older keystone-charm is upgraded to this version, NO change will
When an older keystone charm is upgraded to this version, NO change will
occur to the token system. That is, an ocata system will continue to use
UUID tokens. In order to change the token system to Fernet, change the
`token-provider` configuration item to `fernet`. This will switch the