summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-26 20:33:48 +0000
committerGerrit Code Review <review@openstack.org>2016-10-26 20:33:48 +0000
commit3b0312ec9a3d8ffb7ae5823ceb91bd6d19af0fbf (patch)
treed5c20e632d2c29101ed5ec5a086fcd4f95a164c3
parentaf1ef7443cf47dfcaaba1d19363401531846455c (diff)
parent65bcb465e8b8531dbba703a224c1f181dff8c38c (diff)
downloadoslo-db-3b0312ec9a3d8ffb7ae5823ceb91bd6d19af0fbf.tar.gz
Merge "OpenStack typo"
-rw-r--r--oslo_db/sqlalchemy/provision.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_db/sqlalchemy/provision.py b/oslo_db/sqlalchemy/provision.py
index 79df8e0..8ae9d0a 100644
--- a/oslo_db/sqlalchemy/provision.py
+++ b/oslo_db/sqlalchemy/provision.py
@@ -433,7 +433,7 @@ class BackendImpl(object):
def create_opportunistic_driver_url(self):
"""Produce a string url known as the 'opportunistic' URL.
- This URL is one that corresponds to an established Openstack
+ This URL is one that corresponds to an established OpenStack
convention for a pre-established database login, which, when
detected as available in the local environment, is automatically
used as a test platform for a specific type of driver.