Fix typos in alembic.ini & kmip_secret_store.py

TrivalFix

Change-Id: I8f03b58a46b2a9657900f75d7338535c00128488
This commit is contained in:
zhangyanxian 2016-09-22 01:24:30 +00:00
parent f06315aec9
commit fc7c578f9c
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ script_location = %(here)s/alembic_migrations
# revision_environment = false
# default to an empty string because the Barbican migration process will
# extract the correct value and set it programatically before alembic is fully
# extract the correct value and set it programmatically before alembic is fully
# invoked.
sqlalchemy.url =
#sqlalchemy.url = driver://user:pass@localhost/dbname

View File

@ -574,7 +574,7 @@ class KMIPSecretStore(ss.SecretStoreBase):
Key files are extremely sensitive, they should be owned by the user
who they relate to. They should be readable only (to avoid accidental
changes). They should not be readable or writeable by any other user.
changes). They should not be readable or writable by any other user.
:raises: KMIPSecretStoreError
"""