root@OSCTRL-UA:~# cat /etc/neutron/neutron.conf |grep -v "#" |grep -v "^$" [DEFAULT] lock_path = $state_path/lock auth_strategy = keystone rpc_backend = neutron.openstack.common.rpc.impl_kombu rabbit_host = OSCTRL-UA rabbit_password = rabbit123 notify_nova_on_port_status_changes = True notify_nova_on_port_data_changes = True nova_url = http://OSCTRL-UA:8774/v2 nova_admin_username = nova nova_admin_tenant_id = 332f6865332b45aa9cf0d79aacd1ae3b nova_admin_password = nova123 nova_admin_auth_url = http://OSCTRL-UA:35357/v2.0 core_plugin = ml2 service_plugins = router allow_overlapping_ips = True verbose = True core_plugin = ml2 [matchmaker_redis] [matchmaker_ring] [quotas] [agent] root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf [keystone_authtoken] auth_uri = http://OSCTRL-UA:5000 auth_host = OSCTRL-UA auth_protocol = http auth_port = 35357 admin_tenant_name = service admin_user = neutron admin_password = neutron123 [database] connection = mysql://neutron:neutrondb123@OSCTRL-UA/neutron [service_providers] root@OSCTRL-UA:~# root@OSCTRL-UA:~# cat /etc/neutron/plugins/ml2/ml2_conf.ini |grep -v "#" |grep -v "^$" [ml2] type_drivers = gre tenant_network_types = gre mechanism_drivers = openvswitch [ml2_type_flat] [ml2_type_vlan] [ml2_type_gre] tunnel_id_ranges = 1:1000 [ml2_type_vxlan] [securitygroup] firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver enable_security_group = True root@OSCTRL-UA:~#