How to configure legacy networking installing OpenStack using xen hypervisor?
If yes, in the step of adding networking service , while configuring compute node, we are supposed to edit /etc/nova/nova.conf file in the following way.
[DEFAULT]
...
network_api_class = nova.network.api.API
security_group_api = nova
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
network_manager = nova.network.manager.FlatDHCPManager
network_size = 254
allow_same_net_traffic = False
multi_host = True
send_arp_for_ha = True
share_dhcp_address = True
force_dhcp_release = True
flat_network_bridge = br100
flat_interface = INTERFACE_NAME
public_interface = INTERFACE_NAME
Is this correct?
try and if it fails edit this question to add details about the actual failure.