[root@nmtg-ctrl001 ~]# grep -v '^#\|^\s*$' /etc/nova/nova.conf [DEFAULT] rpc_backend = nova.openstack.common.rpc.impl_qpid qpid_hostname = nmtg-ctrl001 my_ip = 10.81.76.105 vncserver_listen = 10.81.76.105 vncserver_proxyclient_address = 10.81.76.105 auth_strategy = keystone service_neutron_metadata_proxy = true neutron_metadata_proxy_shared_secret = NMTG_SECRET vif_plugging_timeout = 10 vif_plugging_is_fatal = False qpid_topology_version=2 osapi_compute_listen=0.0.0.0 osapi_compute_listen_port=8774 network_api_class = nova.network.neutronv2.api.API neutron_url = http://nmtg-ctrl001:9696 neutron_auth_strategy = keystone neutron_admin_tenant_name = service neutron_admin_username = neutron neutron_admin_password = cyrtl8p? neutron_admin_auth_url = http://nmtg-ctrl001:35357/v2.0 linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver firewall_driver=nova.virt.firewall.NoopFirewallDriver security_group_api=neutron [baremetal] [cells] [conductor] [database] connection = mysql://nova:cyrtl8p?@nmtg-ctrl001/nova [hyperv] [image_file_url] [keymgr] [keystone_authtoken] auth_uri = http://nmtg-ctrl001:5000 auth_host = nmtg-ctrl001 auth_protocol = http auth_port = 35357 admin_user = nova admin_tenant_name = service admin_password = cyrtl8p? [libvirt] [matchmaker_ring] [metrics] [osapi_v3] [rdp] [spice] [ssl] [trusted_computing] [upgrade_levels] [vmware] [xenserver] [zookeeper] [root@nmtg-ctrl001 ~]# grep -v '^#\|^\s*$' /etc/neutron/neutron.conf [DEFAULT] lock_path = $state_path/lock allow_overlapping_ips = True notification_driver = neutron.openstack.common.notifier.rpc_notifier auth_strategy = keystone rpc_backend = neutron.openstack.common.rpc.impl_qpid qpid_hostname = nmtg-ctrl001 notify_nova_on_port_status_changes = True notify_nova_on_port_data_changes = True nova_url = http://nmtg-ctrl001:8774/v2 nova_admin_username = nova nova_admin_tenant_id = 5b4c0ca9c6be4dd6b27061b35af99f46 nova_admin_password = cyrtl8p? nova_admin_auth_url = http://nmtg-ctrl001:35357/v2.0 core_plugin = ml2 service_plugins = router [quotas] [agent] [keystone_authtoken] auth_host = nmtg-ctrl001 auth_port = 35357 auth_protocol = http admin_tenant_name = service admin_user = neutron admin_password = cyrtl8p? signing_dir = $state_path/keystone-signing auth_uri = http://nmtg-ctrl001:5000 [database] connection = mysql://neutron:cyrtl8p?@nmtg-ctrl001/neutron [service_providers] service_provider=VPN:openswan:neutron.services.vpn.service_drivers.ipsec.IPsecVPNDriver:default [root@nmtg-ctrl001 ~]#