neutron.conf.controller
[DEFAULT]
core_plugin = ml2
service_plugins = router,qos
allow_overlapping_ips = true
transport_url = rabbit://openstack:{RABBITMQ_OPENSTACK_PASS}@controller
auth_strategy = keystone
notify_nova_on_port_status_changes = true
notify_nova_on_port_data_changes = true
[agent]
[cors]
[database]
connection = mysql+pymysql://neutron:{MYSQL_NORMAL_USER_PASS}@controller:{MYSQL_PORT}/neutron
[keystone_authtoken]
auth_uri = http://controller:{KEYSTONE_PORT}
auth_url = http://controller:{KEYSTONE_PORT}
memcached_servers = controller:{MEMCACHED_PORT}
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = neutron
password = {KEYSTONE_NORMAL_USER_PASS}
[matchmaker_redis]
[nova]
auth_url = http://controller:{KEYSTONE_PORT}
auth_type = password
project_domain_name = default
user_domain_name = default
region_name = RegionOne
project_name = service
username = nova
password = {KEYSTONE_NORMAL_USER_PASS}
[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]
[quotas]
[ssl]
Last updated
Was this helpful?