RDO answer file for allinone (local) and neutron network plugin
When RDO/allinone is used with Neutron the default answer file generated by --gen-answer-file has also fields referring to NOVA_NETWORK (old network version?) . should they all be neutralized i.e. left BLANK ? what about the first one below which refers to the nova compute PRIVIF .Should refer to the physical interface I have at the host (only 1) ?
I do no intend to use floating IPs for now so I guess that should also be left blank , right ?
e.g leave blanks all the fields below ?
// Private interface for Flat DHCP on the Nova compute servers
CONFIG_NOVA_COMPUTE_PRIVIF=em2
//The list of IP addresses of the server on which to install the Nova
// Network service
CONFIG_NOVA_NETWORK_HOSTS=9.148.26.125
// Nova network manager
CONFIG_NOVA_NETWORK_MANAGER=nova.network.manager.FlatDHCPManager
// Public interface on the Nova network server
CONFIG_NOVA_NETWORK_PUBIF=em1
// Private interface for network manager on the Nova network server
CONFIG_NOVA_NETWORK_PRIVIF=em2
// IP Range for network manager
CONFIG_NOVA_NETWORK_FIXEDRANGE=192.168.32.0/22
// IP Range for Floating IP's
CONFIG_NOVA_NETWORK_FLOATRANGE=10.3.4.0/22
// Name of the default floating pool to which the specified floating
// ranges are added to
CONFIG_NOVA_NETWORK_DEFAULTFLOATINGPOOL=nova
// Automatically assign a floating IP to new instances
CONFIG_NOVA_NETWORK_AUTOASSIGNFLOATINGIP=n
// First VLAN for private networks
CONFIG_NOVA_NETWORK_VLAN_START=100
// Number of networks to support
CONFIG_NOVA_NETWORK_NUMBER=1
// Number of addresses in each private subnet
CONFIG_NOVA_NETWORK_SIZE=255