blob: 99e4aff1fbb06918cdd1fc217a8925618a4850b1 [file] [log] [blame]
Ales Komarek880f02f2016-01-25 13:19:23 +01001nova:
2 compute:
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +02003 version: newton
Ales Komarek880f02f2016-01-25 13:19:23 +01004 enabled: true
Ales Komarek880f02f2016-01-25 13:19:23 +01005 heal_instance_info_cache_interval: 60
6 vncproxy_url: openstack:6080
maxstack39e6aca2016-05-04 13:50:13 +00007 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +02008 resume_guests_state_on_host_boot: False
Michael Polenchuk159c2542018-06-09 15:31:51 +04009 preallocate_images: space
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +020010 cpu_mode: custom
Dmitry Ukovd8a62ca2019-03-05 20:51:10 +040011 cpu_allocation_ratio: 16.0
12 ram_allocation_ratio: 1.5
13 disk_allocation_ratio: 1.0
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +020014 libvirt:
15 cpu_model: IvyBridge
Ales Komarek880f02f2016-01-25 13:19:23 +010016 bind:
17 vnc_address: 127.0.0.1
18 vnc_port: 6080
19 vnc_name: 0.0.0.0
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
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 image:
52 engine: glance
53 host: 127.0.0.1
54 port: 9292
55 network:
56 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010057 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010058 host: 127.0.0.1
59 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020060 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010061 cache:
62 engine: memcached
63 members:
64 - host: 127.0.0.1
65 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000066 security:
67 enabled: true
68 strategy: ENCRYPT
69 secret_key: secret
kkalynovskyif50f0c02017-12-12 17:52:57 +020070 qemu:
71 user: nova
72 group: cinder
73 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +030074 consoleauth:
75 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080076 reclaim_instance_interval: 60