diff options
-rw-r--r-- | etc/nova/nova.conf.sample | 2 | ||||
-rw-r--r-- | nova/network/manager.py | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/etc/nova/nova.conf.sample b/etc/nova/nova.conf.sample index c413fcee8..1ff6ec357 100644 --- a/etc/nova/nova.conf.sample +++ b/etc/nova/nova.conf.sample @@ -622,8 +622,6 @@ # network_size=256 ###### (IntOpt) Number of networks to support # num_networks=1 -###### (BoolOpt) Whether to update dhcp when fixed_ip is disassociated -# update_dhcp_on_disassociate=false ###### (StrOpt) vlans will bridge into this interface if set # vlan_interface=<None> ###### (IntOpt) First VLAN for private networks diff --git a/nova/network/manager.py b/nova/network/manager.py index e7bc0c8a8..160bae1ef 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -36,8 +36,6 @@ topologies. All of the network commands are issued to a subclass of :network_size: Number of addresses in each private subnet :floating_range: Floating IP address block :fixed_range: Fixed IP address block -:date_dhcp_on_disassociate: Whether to update dhcp when fixed_ip - is disassociated :fixed_ip_disassociate_timeout: Seconds after which a deallocated ip is disassociated :create_unique_mac_address_attempts: Number of times to attempt creating |