blob: 5a017be3b11d19438f36f14bad4dfce715eb403e [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
Mykyta Karpin5ef9f982019-02-07 18:40:00 +02005 timeout_nbd: 10
Ales Komarek880f02f2016-01-25 13:19:23 +01006 heal_instance_info_cache_interval: 60
7 vncproxy_url: openstack:6080
maxstack39e6aca2016-05-04 13:50:13 +00008 vnc_keymap: en-gb
Petr Michalecf03e4882017-04-10 10:26:18 +02009 resume_guests_state_on_host_boot: False
Michael Polenchuk159c2542018-06-09 15:31:51 +040010 preallocate_images: space
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +020011 cpu_mode: custom
Dmitry Ukovca60dd62019-03-05 20:51:10 +040012 cpu_allocation_ratio: 16.0
13 ram_allocation_ratio: 1.5
14 disk_allocation_ratio: 1.0
Dzmitry Stremkouski7da9bf12018-04-25 22:30:37 +020015 libvirt:
16 cpu_model: IvyBridge
Ales Komarek880f02f2016-01-25 13:19:23 +010017 bind:
18 vnc_address: 127.0.0.1
19 vnc_port: 6080
20 vnc_name: 0.0.0.0
21 database:
22 engine: mysql
23 host: 127.0.0.1
24 port: 3306
25 name: nova
26 user: nova
27 password: password
28 identity:
29 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010030 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010031 host: 127.0.0.1
32 port: 35357
33 user: nova
34 password: password
35 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040036 logging:
37 log_appender: false
38 log_handlers:
39 watchedfile:
40 enabled: true
41 fluentd:
42 enabled: false
43 ossyslog:
44 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010045 message_queue:
46 engine: rabbitmq
47 host: 127.0.0.1
48 port: 5672
49 user: openstack
50 password: password
51 virtual_host: '/openstack'
52 image:
53 engine: glance
54 host: 127.0.0.1
55 port: 9292
56 network:
57 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010058 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010059 host: 127.0.0.1
60 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020061 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010062 cache:
63 engine: memcached
Dmitry Ukov25b53072019-02-05 16:56:50 +040064 expiration_time: 600
65 backend_argument:
66 memcached_expire_time:
67 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010068 members:
69 - host: 127.0.0.1
70 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000071 security:
72 enabled: true
73 strategy: ENCRYPT
74 secret_key: secret
kkalynovskyif50f0c02017-12-12 17:52:57 +020075 qemu:
76 user: nova
77 group: cinder
78 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +030079 consoleauth:
80 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080081 reclaim_instance_interval: 60