blob: d59669bee974ba30f072b5bd05c15a71ca7616ff [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
marcoa4428a32016-06-10 11:50:16 +02004 backend:
Dmitry Stremkouski4b410222017-11-18 11:29:55 +03005 external_mtu: 1500
6 tenant_net_mtu: 9000
7 ironic_net_mtu: 9000
marcoa4428a32016-06-10 11:50:16 +02008 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +02009 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +020010 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +020011 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +020012 user: admin
13 password: password
14 token: token
15 tenant: admin
marco53bc2992016-01-25 21:24:20 +010016 fwaas: false
17 dns_domain: novalocal
18 tunnel_type: vxlan
19 version: liberty
20 bind:
21 address: 127.0.0.1
22 port: 9696
23 database:
24 engine: mysql
25 host: 127.0.0.1
26 port: 3306
27 name: neutron
28 user: neutron
29 password: password
30 identity:
31 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010032 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010033 host: 127.0.0.1
34 port: 35357
35 user: neutron
36 password: password
37 tenant: service
Dennis Dmitriev37114722017-03-06 16:52:26 +020038 endpoint_type: internal
marco53bc2992016-01-25 21:24:20 +010039 message_queue:
40 engine: rabbitmq
41 host: 127.0.0.1
42 port: 5672
43 user: openstack
44 password: password
45 virtual_host: '/openstack'
46 compute:
47 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010048 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010049 user: nova
50 password: password
Petr Michalecb37f1842016-07-27 09:46:53 +020051 tenant: service
Dmitry Ukov596ddcf2017-05-04 18:16:16 +040052 policy:
53 create_subnet: 'rule:admin_or_network_owner'
54 'get_network:queue_id': 'rule:admin_only'
55 'create_network:shared':