To install and configure the controller node
Run this command:
# apt-get install neutron-server
Configure Networking services:
Edit the
/etc/neutron/neutron.conf
file and add these lines:core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2 auth_strategy = keystone fake_rabbit = False rabbit_password =
RABBIT_PASS
[database] connection = mysql://neutron:NEUTRON_DBPASS
@controller
/neutronEdit the
/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
file and add these lines:[ovs] tenant_network_type = vlan network_vlan_ranges = physnet1:100:2999
Edit the
/etc/neutron/api-paste.ini
file and add these lines:admin_tenant_name = service admin_user = neutron admin_password =
NEUTRON_PASS
Start the services:
# service neutron-server restart