summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2016-10-24 15:10:57 +0800
committermelissaml <ma.lei@99cloud.net>2016-10-24 15:10:57 +0800
commit65bcb465e8b8531dbba703a224c1f181dff8c38c (patch)
treea4d2dce298a21a55daa93ff493045365f6fd4c86
parent21a5c42f7ac9b3bfa97afdd7e9893f5414d39cd4 (diff)
downloadoslo-db-65bcb465e8b8531dbba703a224c1f181dff8c38c.tar.gz
OpenStack typo
According to the word choice convention in http://docs.openstack.org/contributor-guide/writing-style/word-choice.html We should use OpenStack instead of Openstack. Change-Id: Iff28b4c60c10f1f320172d20f9d9c41021d48eca
-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.