blob: 2ba3222ce482a93c629e5e1e099c106a8c32009a [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
12 libvirt:
13 cpu_model: IvyBridge
Ales Komarek880f02f2016-01-25 13:19:23 +010014 bind:
15 vnc_address: 127.0.0.1
16 vnc_port: 6080
17 vnc_name: 0.0.0.0
18 database:
19 engine: mysql
20 host: 127.0.0.1
21 port: 3306
22 name: nova
23 user: nova
24 password: password
25 identity:
26 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010027 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010028 host: 127.0.0.1
29 port: 35357
30 user: nova
31 password: password
32 tenant: service
vgusevddf130b2018-02-16 16:43:30 +040033 logging:
34 log_appender: false
35 log_handlers:
36 watchedfile:
37 enabled: true
38 fluentd:
39 enabled: false
40 ossyslog:
41 enabled: false
Ales Komarek880f02f2016-01-25 13:19:23 +010042 message_queue:
43 engine: rabbitmq
44 host: 127.0.0.1
45 port: 5672
46 user: openstack
47 password: password
48 virtual_host: '/openstack'
49 image:
50 engine: glance
51 host: 127.0.0.1
52 port: 9292
53 network:
54 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010055 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010056 host: 127.0.0.1
57 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020058 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010059 cache:
60 engine: memcached
Dmitry Ukov25b53072019-02-05 16:56:50 +040061 expiration_time: 600
62 backend_argument:
63 memcached_expire_time:
64 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010065 members:
66 - host: 127.0.0.1
67 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000068 security:
69 enabled: true
70 strategy: ENCRYPT
71 secret_key: secret
kkalynovskyif50f0c02017-12-12 17:52:57 +020072 qemu:
73 user: nova
74 group: cinder
75 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +030076 consoleauth:
77 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080078 reclaim_instance_interval: 60