Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [DEFAULT]
- state_path = /var/lib/neutron
- lock_path = $state_path/lock
- core_plugin = ml2
- ovs_use_veth=True
- service_plugins = router
- allow_overlapping_ips = True
- auth_strategy = keystone
- dhcp_agent_notification = True
- rpc_backend = neutron.openstack.common.rpc.impl_kombu
- rpc_thread_pool_size = 64
- rpc_conn_pool_size = 30
- rabbit_userid = guest
- rabbit_host = rabbitmq.bertck.com
- rabbit_password = openstack_icehouse
- notification_driver = neutron.openstack.common.notifier.rpc_notifier
- agent_down_time = 750
- notify_nova_on_port_status_changes = True
- notify_nova_on_port_data_changes = True
- notify_nova_on_port_data_changes = True
- nova_url = http://novaapi.bertck.com:8774/v2
- nova_admin_username = nova
- nova_admin_tenant_id = 60dfe91bf89942b3961208ae88f47574
- nova_admin_password = nova-icehouse
- nova_admin_auth_url = http://novaapi.bertck.com:35357/v2.0
- [quotas]
- [agent]
- root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
- tunnel_types = gre
- [keystone_authtoken]
- auth_host = keystone.bertck.com
- auth_uri = http://keystone.bertck.com:5000
- auth_port = 35357
- auth_protocol = http
- admin_tenant_name = service
- admin_user = neutron
- admin_password = neutron-icehouse
- signing_dir = $state_path/keystone-signing
- [database]
- connection = mysql://neutron:[email protected]/neutron
- [service_providers]
Advertisement
Add Comment
Please, Sign In to add comment