Merge "enhance description of share_dhcp_address option"

This commit is contained in:
Jenkins
2013-09-09 21:38:32 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 2 deletions

View File

@@ -1221,7 +1221,9 @@
#force_dhcp_release=true
# If True in multi_host mode, all compute hosts share the same
# dhcp address. (boolean value)
# dhcp address. The same IP address used for DHCP will be
# added on each nova-network node which is only visible to the
# vms on the same host. (boolean value)
#share_dhcp_address=false
# If True, when a DNS entry must be updated, it sends a fanout

View File

@@ -143,7 +143,9 @@ network_opts = [
cfg.BoolOpt('share_dhcp_address',
default=False,
help='If True in multi_host mode, all compute hosts share '
'the same dhcp address.'),
'the same dhcp address. The same IP address used for '
'DHCP will be added on each nova-network node which '
'is only visible to the vms on the same host.'),
cfg.BoolOpt('update_dns_entries',
default=False,
help='If True, when a DNS entry must be updated, it sends a '