Merge "Fix typos in alembic.ini & kmip_secret_store.py"

This commit is contained in:
Jenkins 2016-10-16 23:48:48 +00:00 committed by Gerrit Code Review
commit 4b29003e4b
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ script_location = %(here)s/alembic_migrations
# revision_environment = false # revision_environment = false
# default to an empty string because the Barbican migration process will # 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. # invoked.
sqlalchemy.url = sqlalchemy.url =
#sqlalchemy.url = driver://user:pass@localhost/dbname #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 Key files are extremely sensitive, they should be owned by the user
who they relate to. They should be readable only (to avoid accidental 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 :raises: KMIPSecretStoreError
""" """