1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| [DEFAULT] core_plugin = ml2 service_plugins = transport_url = rabbit://openstack:openstack123@rabbitmq-server2 auth_strategy = keystone notify_nova_on_port_status_changes = true notify_nova_on_port_data_changes = true [agent] [cors] [cors.subdomain] [database] connection = mysql+pymysql://neutron:neutron123@openstack-vip.qh.net/neutron [keystone_authtoken] auth_uri = http://openstack-vip.qh.net:5000 auth_url = http://openstack-vip.qh.net:35357 memcached_servers = openstack-vip.qh.net:11211 auth_type = password project_domain_name = default user_domain_name = default project_name = service username = neutron password = neutron [matchmaker_redis] [nova] auth_url = http://openstack-vip.qh.net:35357 auth_type = password project_domain_name = default user_domain_name = default region_name = RegionOne project_name = service username = nova password = nova [oslo_concurrency] lock_path = /var/lib/neutron/tmp [oslo_messaging_amqp] [oslo_messaging_kafka] [oslo_messaging_notifications] [oslo_messaging_rabbit] [oslo_messaging_zmq] [oslo_middleware] [oslo_policy] [qos] [quotas] [ssl]
|