blob: 78eaa4041b905b05b5d585743acb1eed2563280d [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 controller:
3 enabled: true
4 networking: contrail
5 version: liberty
6 security_group: false
7 vncproxy_url: 127.0.0.1
maxstack39e6aca2016-05-04 13:50:13 +00008 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +01009 dhcp_domain: novalocal
10 scheduler_default_filters: "DifferentHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter"
11 cpu_allocation_ratio: 16.0
12 ram_allocation_ratio: 1.5
Jiri Konecny9344a372016-03-21 19:25:48 +010013 disk_allocation_ratio: 1.0
Jiri Konecnyb5a80e42016-03-22 11:51:01 +010014 workers: 8
Ales Komarek880f02f2016-01-25 13:19:23 +010015 bind:
16 private_address: 127.0.0.1
17 public_address: 127.0.0.1
18 public_name: 127.0.0.1
19 novncproxy_port: 6080
20 database:
21 engine: mysql
22 host: localhost
23 port: 3306
24 name: nova
25 user: nova
26 password: password
27 identity:
28 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010029 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010030 host: 127.0.0.1
31 port: 35357
32 user: nova
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 glance:
43 host: 127.0.0.1
44 port: 9292
45 network:
46 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010047 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010048 host: 127.0.0.1
49 port: 9696
50 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020051 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010052 metadata:
53 password: password
54 cache:
55 engine: memcached
56 members:
57 - host: 127.0.0.1
58 port: 11211
Dmitry Ukov3562a082017-05-04 00:00:48 +040059 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030060 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040061 'compute:create': 'rule:admin_or_owner'
62 'compute:create:attach_network':