summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-12-05 14:37:30 +0000
committerGerrit Code Review <review@openstack.org>2011-12-05 14:37:30 +0000
commitae697c4f36f324375b06ee3b6f915006f89a25ec (patch)
tree4fc8a91c8864856e16129948624d28b4e1d4bff5 /nova/flags.py
parent022295ecc2a936eab98b8a1900690ac0cd87b134 (diff)
parentf6c74d6563e48df6a8a7ff09a27d812840f23d02 (diff)
Merge "Bug #898290: iSCSI volume backend treats FLAGS.host as a hostname"
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py
index c47c77ab1..e0f1ceded 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -440,7 +440,8 @@ DEFINE_string('image_service', 'nova.image.glance.GlanceImageService',
'The service to use for retrieving and searching for images.')
DEFINE_string('host', socket.gethostname(),
- 'name of this node')
+ 'Name of this node. This can be an opaque identifier. It is '
+ 'not necessarily a hostname, FQDN, or IP address.')
DEFINE_string('node_availability_zone', 'nova',
'availability zone of this node')