diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-12-05 14:37:30 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-12-05 14:37:30 +0000 |
| commit | ae697c4f36f324375b06ee3b6f915006f89a25ec (patch) | |
| tree | 4fc8a91c8864856e16129948624d28b4e1d4bff5 /nova/flags.py | |
| parent | 022295ecc2a936eab98b8a1900690ac0cd87b134 (diff) | |
| parent | f6c74d6563e48df6a8a7ff09a27d812840f23d02 (diff) | |
Merge "Bug #898290: iSCSI volume backend treats FLAGS.host as a hostname"
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 3 |
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') |
