Merge "enhance description of share_dhcp_address option"
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 '
|
||||
|
||||
Reference in New Issue
Block a user