diff options
| author | Andreas Jaeger <aj@suse.de> | 2013-08-11 16:40:46 +0200 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.de> | 2013-08-11 17:37:20 +0200 |
| commit | 35c317b6e00e969e20d8034f7bf350c6cc20bd96 (patch) | |
| tree | 651a04f66ce5992630d751c1dc9a5f101b92c82b /openstack | |
| parent | de0427f8f886f6be4c0777cfaccc336bef6aee7a (diff) | |
Fix capitalization, it's OpenStack
This capitalization shows up in the manual as well. Let's be consistent.
Change-Id: I282d4ae3311bc3fcda6be8e5a1fceecfc8ddb115
Diffstat (limited to 'openstack')
| -rw-r--r-- | openstack/common/notifier/log_notifier.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/rpc_notifier.py | 2 | ||||
| -rw-r--r-- | openstack/common/notifier/rpc_notifier2.py | 2 | ||||
| -rw-r--r-- | openstack/common/py3kcompat/urlutils.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/openstack/common/notifier/log_notifier.py b/openstack/common/notifier/log_notifier.py index d3ef0ae..96072ed 100644 --- a/openstack/common/notifier/log_notifier.py +++ b/openstack/common/notifier/log_notifier.py @@ -25,7 +25,7 @@ CONF = cfg.CONF def notify(_context, message): """Notifies the recipient of the desired event given the model. - Log notifications using openstack's default logging system. + Log notifications using OpenStack's default logging system. """ priority = message.get('priority', diff --git a/openstack/common/notifier/rpc_notifier.py b/openstack/common/notifier/rpc_notifier.py index 6bfc333..db47a8a 100644 --- a/openstack/common/notifier/rpc_notifier.py +++ b/openstack/common/notifier/rpc_notifier.py @@ -24,7 +24,7 @@ LOG = logging.getLogger(__name__) notification_topic_opt = cfg.ListOpt( 'notification_topics', default=['notifications', ], - help='AMQP topic used for openstack notifications') + help='AMQP topic used for OpenStack notifications') CONF = cfg.CONF CONF.register_opt(notification_topic_opt) diff --git a/openstack/common/notifier/rpc_notifier2.py b/openstack/common/notifier/rpc_notifier2.py index 55dd780..505a94e 100644 --- a/openstack/common/notifier/rpc_notifier2.py +++ b/openstack/common/notifier/rpc_notifier2.py @@ -26,7 +26,7 @@ LOG = logging.getLogger(__name__) notification_topic_opt = cfg.ListOpt( 'topics', default=['notifications', ], - help='AMQP topic(s) used for openstack notifications') + help='AMQP topic(s) used for OpenStack notifications') opt_group = cfg.OptGroup(name='rpc_notifier2', title='Options for rpc_notifier2') diff --git a/openstack/common/py3kcompat/urlutils.py b/openstack/common/py3kcompat/urlutils.py index 4471021..95ad274 100644 --- a/openstack/common/py3kcompat/urlutils.py +++ b/openstack/common/py3kcompat/urlutils.py @@ -17,7 +17,7 @@ # """ -Python2/Python3 compatibility layer for openstack +Python2/Python3 compatibility layer for OpenStack """ import six |
