Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
- rpc_state_report_workers = 0
- api_workers = 2
- notify_nova_on_port_data_changes = True
- notify_nova_on_port_status_changes = True
- auth_strategy = keystone
- allow_overlapping_ips = True
- debug = True
- core_plugin = ml2
- transport_url = rabbit://stackrabbit:[email protected]:5672/
- logging_exception_prefix = ERROR %(name)s %(instance)s
- logging_default_format_string = %(levelname)s %(name)s [-] %(instance)s%(color)s%(message)s
- logging_context_format_string = %(levelname)s %(name)s [%(request_id)s %(project_name)s %(user_name)s] %(instance)s%(message)s
- logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
- bind_host = 0.0.0.0
- use_syslog = False
- state_path = /opt/stack/data/neutron
- [agent]
- root_helper_daemon = sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
- root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
- [cors]
- [cors.subdomain]
- [database]
- connection = mysql+pymysql://root:[email protected]/neutron?charset=utf8
- [keystone_authtoken]
- memcached_servers = 192.168.0.250:11211
- signing_dir = /var/cache/neutron
- cafile = /opt/stack/data/ca-bundle.pem
- project_domain_name = Default
- project_name = service
- user_domain_name = Default
- password = XXXXXXXXXXX
- username = neutron
- auth_url = http://192.168.0.250/identity
- auth_type = password
- [matchmaker_redis]
- [nova]
- memcached_servers = 192.168.0.250:11211
- signing_dir = /var/cache/neutron
- cafile = /opt/stack/data/ca-bundle.pem
- project_domain_name = Default
- project_name = service
- user_domain_name = Default
- password = xxxxxxxxx
- username = nova
- auth_url = http://192.168.0.250/identity
- auth_type = password
- region_name = RegionOne
- [oslo_concurrency]
- lock_path = /opt/stack/data/neutron/lock
- [oslo_messaging_amqp]
- [oslo_messaging_kafka]
- [oslo_messaging_notifications]
- [oslo_messaging_rabbit]
- [oslo_messaging_zmq]
- [oslo_middleware]
- [oslo_policy]
- policy_file = /etc/neutron/policy.json
- [quotas]
- [ssl]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement