Merge "Fixing host_ip configuration help message"

This commit is contained in:
Jenkins 2014-03-05 23:49:49 +00:00 committed by Gerrit Code Review
commit 93276f9a5b
2 changed files with 4 additions and 2 deletions

View File

@ -3331,7 +3331,8 @@
# Options defined in nova.virt.vmwareapi.driver
#
# URL for connection to VMware ESX/VC host. (string value)
# Hostname or IP address for connection to VMware ESX/VC host.
# (string value)
#host_ip=<None>
# Username for connection to VMware ESX/VC host. (string

View File

@ -45,7 +45,8 @@ LOG = logging.getLogger(__name__)
vmwareapi_opts = [
cfg.StrOpt('host_ip',
help='URL for connection to VMware ESX/VC host.'),
help='Hostname or IP address for connection to VMware ESX/VC '
'host.'),
cfg.StrOpt('host_username',
help='Username for connection to VMware ESX/VC host.'),
cfg.StrOpt('host_password',