summaryrefslogtreecommitdiff
path: root/nova/image
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2013-08-12 09:43:20 +0200
committerAndreas Jaeger <aj@suse.de>2013-08-12 11:06:38 +0200
commitfefdb534e1d21c4294eb5c1c4203cffd4e57de4b (patch)
tree1e84dfafa1b5cbfa78094e4c0abc6a06c1d0ff31 /nova/image
parent8fb450fb3aa033d42c5dddb907392efd70f54a6b (diff)
downloadnova-fefdb534e1d21c4294eb5c1c4203cffd4e57de4b.tar.gz
Fix capitalization, it's OpenStack
Fix capitalization of a help string. Change-Id: Ic5878213dc48461b64e92895af9b5e2c51eb4445
Diffstat (limited to 'nova/image')
-rw-r--r--nova/image/s3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/image/s3.py b/nova/image/s3.py
index 5700d5e1e2..9a63ebd34c 100644
--- a/nova/image/s3.py
+++ b/nova/image/s3.py
@@ -48,7 +48,7 @@ s3_opts = [
help='parent dir for tempdir used for image decryption'),
cfg.StrOpt('s3_host',
default='$my_ip',
- help='hostname or ip for openstack to use when accessing '
+ help='hostname or ip for OpenStack to use when accessing '
'the s3 api'),
cfg.IntOpt('s3_port',
default=3333,