-
-
Save sombrafam/785beb10f20439c4e50eb633f294ae82 to your computer and use it in GitHub Desktop.
neutron.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ussuri | |
############################################################################### | |
# [ WARNING ] | |
# Configuration file maintained by Juju. Local changes may be overwritten. | |
# Restart trigger None | |
############################################################################### | |
[DEFAULT] | |
verbose = True | |
debug = True | |
use_syslog = False | |
state_path = /var/lib/neutron | |
bind_host = 0.0.0.0 | |
auth_strategy = keystone | |
api_workers = 2 | |
rpc_workers = 2 | |
transport_url = rabbit://neutron:X5kPdfhhM9y8VJNgtCTnWVMm2BqKq9hN8H8zn6Jyr8NfG3Vj3qd7thVzVKh2bqkP@10.5.2.8:5672/openstack | |
router_distributed = False | |
dns_domain = my-os-deployment.stsstack.qa.1ss. | |
l3_ha = False | |
allow_automatic_l3agent_failover = False | |
allow_automatic_dhcp_failover = True | |
network_scheduler_driver = neutron.scheduler.dhcp_agent_scheduler.AZAwareWeightScheduler | |
dhcp_load_type = networks | |
router_scheduler_driver = neutron.scheduler.l3_agent_scheduler.AZLeastRoutersScheduler | |
bind_port = 9676 | |
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin | |
service_plugins = metering,segments,qos,ovn-router | |
allow_overlapping_ips = True | |
dhcp_agents_per_network = 1 | |
notify_nova_on_port_status_changes = True | |
notify_nova_on_port_data_changes = True | |
global_physnet_mtu = 8958 | |
[quotas] | |
quota_driver = neutron.db.quota.driver.DbQuotaDriver | |
quota_items = network,subnet,port,security_group,security_group_rule | |
quota_security_group = 10 | |
quota_security_group_rule = 100 | |
quota_network = 10 | |
quota_subnet = 10 | |
quota_port = 50 | |
quota_vip = 10 | |
quota_pool = 10 | |
quota_member = -1 | |
quota_health_monitors = -1 | |
quota_router = 10 | |
quota_floatingip = 50 | |
[agent] | |
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf | |
[keystone_authtoken] | |
auth_type = password | |
auth_uri = https://10.5.2.225:5000/v3 | |
auth_url = https://10.5.2.225:35357/v3 | |
project_domain_name = service_domain | |
user_domain_name = service_domain | |
project_name = services | |
username = neutron | |
password = qP7BT4kqMWqdqSTGN7s8S3VrCWcKnZLNNsPNfxpcwZZgcSp9hBSL6PWXWj79zWJh | |
signing_dir = /var/cache/neutron | |
memcached_servers = inet6:[::1]:11211 | |
[database] | |
connection = mysql+pymysql://neutron:nmSB59VgphYZZ63fWW8tJCJpRLXYrccm@127.0.0.1/neutron | |
[oslo_messaging_rabbit] | |
[oslo_messaging_notifications] | |
driver = messagingv2 | |
transport_url = rabbit://neutron:X5kPdfhhM9y8VJNgtCTnWVMm2BqKq9hN8H8zn6Jyr8NfG3Vj3qd7thVzVKh2bqkP@10.5.2.8:5672/openstack | |
topics = notifications | |
[ovs] | |
igmp_snooping_enable = False | |
[oslo_concurrency] | |
lock_path = $state_path/lock | |
[nova] | |
auth_section = keystone_authtoken | |
region_name = RegionOne | |
[placement] | |
auth_url = https://10.5.2.225:35357 | |
auth_type = password | |
project_domain_name = service_domain | |
user_domain_name = service_domain | |
project_name = services | |
username = neutron | |
password = qP7BT4kqMWqdqSTGN7s8S3VrCWcKnZLNNsPNfxpcwZZgcSp9hBSL6PWXWj79zWJh | |
os_region_name = RegionOne | |
[oslo_middleware] | |
# Bug #1758675 | |
enable_proxy_headers_parsing = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment