Specifiy the network size when creating fixed network
The default was 255 https://bugzilla.redhat.com/show_bug.cgi?id=923650 Change-Id: If2c30916cd01406874b44c12d642749c401f1232
This commit is contained in:
@@ -7,6 +7,7 @@ class {"nova::network":
|
||||
private_interface => '%(CONFIG_NOVA_NETWORK_PRIVIF)s',
|
||||
public_interface => '%(CONFIG_NOVA_NETWORK_PUBIF)s',
|
||||
fixed_range => '%(CONFIG_NOVA_NETWORK_FIXEDRANGE)s',
|
||||
network_size => '%(CONFIG_NOVA_NETWORK_FIXEDSIZE)s',
|
||||
floating_range => '%(CONFIG_NOVA_NETWORK_FLOATRANGE)s',
|
||||
config_overrides => {force_dhcp_release => false}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user