blob: da4cd10d8ab8a1ea61d736cf0066cac3ee10971c [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
vgusevddf130b2018-02-16 16:43:30 +040035 logging:
36 log_appender: false
37 log_handlers:
38 watchedfile:
39 enabled: true
40 fluentd:
41 enabled: false
42 ossyslog:
43 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010044 message_queue:
45 engine: rabbitmq
46 host: 127.0.0.1
47 port: 5672
48 user: openstack
49 password: password
50 virtual_host: '/openstack'
51 glance:
52 host: 127.0.0.1
53 port: 9292
54 network:
55 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010056 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010057 host: 127.0.0.1
58 port: 9696
59 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020060 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010061 metadata:
62 password: password
63 cache:
64 engine: memcached
65 members:
66 - host: 127.0.0.1
67 port: 11211
Dmitry Ukov3562a082017-05-04 00:00:48 +040068 policy:
Kirill Bespalovd9d59542017-06-30 00:10:33 +030069 'context_is_admin': 'role:admin or role:administrator'
Dmitry Ukov3562a082017-05-04 00:00:48 +040070 'compute:create': 'rule:admin_or_owner'
71 'compute:create:attach_network':