blob: 73529cf4c3b645c2af275f30a83e9d57abb16300 [file] [log] [blame]
marco53bc2992016-01-25 21:24:20 +01001neutron:
2 server:
3 enabled: true
marcoa4428a32016-06-10 11:50:16 +02004 backend:
5 engine: contrail
Petr Michalecb37f1842016-07-27 09:46:53 +02006 #contrail_discovery_host
Ondrej Smola24eae8b2016-10-21 17:30:47 +02007 host: 127.0.0.1
Petr Michalecb37f1842016-07-27 09:46:53 +02008 port: 8082
Ondrej Smola24eae8b2016-10-21 17:30:47 +02009 user: admin
10 password: password
11 token: token
12 tenant: admin
marco53bc2992016-01-25 21:24:20 +010013 fwaas: false
14 dns_domain: novalocal
15 tunnel_type: vxlan
16 version: liberty
17 bind:
18 address: 127.0.0.1
19 port: 9696
20 database:
21 engine: mysql
22 host: 127.0.0.1
23 port: 3306
24 name: neutron
25 user: neutron
26 password: password
27 identity:
28 engine: keystone
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010029 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010030 host: 127.0.0.1
31 port: 35357
32 user: neutron
33 password: password
34 tenant: service
35 message_queue:
36 engine: rabbitmq
37 host: 127.0.0.1
38 port: 5672
39 user: openstack
40 password: password
41 virtual_host: '/openstack'
42 compute:
43 host: 127.0.0.1
Jakub Pavlik6dd5c0a2016-03-09 14:18:15 +010044 region: RegionOne
marco53bc2992016-01-25 21:24:20 +010045 user: nova
46 password: password
Petr Michalecb37f1842016-07-27 09:46:53 +020047 tenant: service