blob: 84da7444c7f22ff8032e910c58fbff77a2f82379 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 controller:
3 enabled: true
4 networking: default
5 version: liberty
6 vncproxy_url: 127.0.0.1
maxstack39e6aca2016-05-04 13:50:13 +00007 vnc_keymap: en-gb
Ales Komarek880f02f2016-01-25 13:19:23 +01008 security_group: false
9 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: 127.0.0.1
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
Jiri Konecnye31f2c52016-04-14 17:16:02 +020037 members:
38 - host: 127.0.0.1
39 - host: 127.0.1.1
40 - host: 127.0.2.1
Ales Komarek880f02f2016-01-25 13:19:23 +010041 user: openstack
42 password: password
43 virtual_host: '/openstack'
Ales Komarek880f02f2016-01-25 13:19:23 +010044 glance:
45 host:
46 port: 9292
47 network:
48 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010049 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010050 host: 127.0.0.1
51 port: 9696
52 mtu: 1500
Petr Michalec5f41e6e2017-04-10 10:18:12 +020053 user: nova
54 password: password
55 tenant: service
Ales Komarek880f02f2016-01-25 13:19:23 +010056 metadata:
57 password: metadata
Petr Michalecaa23dc02016-11-29 16:30:25 +010058 audit:
59 filter_factory: 'keystonemiddleware.audit:filter_factory'
60 map_file: '/etc/pycadf/nova_api_audit_map.conf'
Dmitry Ukov3562a082017-05-04 00:00:48 +040061 policy:
62 context_is_admin: 'role:admin or role:administrator'
63 'compute:create': 'rule:admin_or_owner'
64 'compute:create:attach_network':
Petr Michalecaa23dc02016-11-29 16:30:25 +010065