[DEFAULT]
debug = True
log_dir = /var/log/kolla/neutron
use_stderr = False
bind_host = 10.0.0.141
bind_port = 9696
api_paste_config = /etc/neutron/api-paste-rbac.ini
api_workers = 1
metadata_workers = 1
rpc_workers = 3
rpc_state_report_workers = 3
state_path = /var/lib/neutron/kolla
interface_driver =
core_plugin = neutron_plugin_contrail.plugins.opencontrail.contrail_plugin.NeutronPluginContrailCoreV2
service_plugins = contrail-trunk,contrail-tags,
api_extensions_path = /opt/plugin/site-packages/neutron_plugin_contrail/extensions
transport_url = rabbit://openstack:contrail123@10.0.0.141:5672//
ipam_driver = internal

[nova]
auth_url = http://10.0.0.141:35357
auth_type = password
project_domain_id = default
user_domain_id = default
region_name = RegionOne
project_name = service
username = nova
password = contrail123
endpoint_type = internal
cafile =

[oslo_middleware]
enable_proxy_headers_parsing = True

[oslo_concurrency]
lock_path = /var/lib/neutron/tmp

[agent]
root_helper = sudo neutron-rootwrap /etc/neutron/rootwrap.conf

[database]
connection = mysql+pymysql://neutron:contrail123@10.0.0.141:3306/neutron
connection_recycle_time = 10
max_pool_size = 1
max_retries = -1

[keystone_authtoken]
service_type = network
www_authenticate_uri = http://10.0.0.141:5000
auth_url = http://10.0.0.141:35357
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = neutron
password = contrail123
cafile =
region_name = RegionOne
memcache_security_strategy = ENCRYPT
memcache_secret_key = contrail123
memcached_servers = 10.0.0.141:11211

[oslo_messaging_notifications]
transport_url = rabbit://openstack:contrail123@10.0.0.141:5672//
driver = noop

[oslo_messaging_rabbit]
heartbeat_in_pthread = false

[quotas]
quota_network = -1
quota_subnet = -1
quota_port = -1
quota_driver = neutron_plugin_contrail.plugins.opencontrail.quota.driver.QuotaDriver

[placement]
auth_type = password
auth_url = http://10.0.0.141:35357
username = placement
password = contrail123
user_domain_name = Default
project_name = service
project_domain_name = Default
os_region_name = RegionOne
endpoint_type = internal
cafile =
region_name = RegionOne

[privsep]
helper_command = sudo neutron-rootwrap /etc/neutron/rootwrap.conf privsep-helper