blob: 03de719127313ad57354073643ba474ebf3de31c [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
Martin Polreichddd52522019-10-15 14:28:37 +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 Ukovd8a62ca2019-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:
Dmitry Teselkin70862022019-04-18 16:43:50 +030057 user: nova
Ales Komarek880f02f2016-01-25 13:19:23 +010058 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010059 region: RegionOne
Ales Komarek880f02f2016-01-25 13:19:23 +010060 host: 127.0.0.1
61 port: 9696
Petr Michalec5f41e6e2017-04-10 10:18:12 +020062 password: password
Ales Komarek880f02f2016-01-25 13:19:23 +010063 cache:
64 engine: memcached
Dmitry Ukov5da484b2019-02-05 16:56:50 +040065 expiration_time: 600
66 backend_argument:
67 memcached_expire_time:
68 value: 660
Ales Komarek880f02f2016-01-25 13:19:23 +010069 members:
70 - host: 127.0.0.1
71 port: 11211
Oleksandr Bryndziibb8abfe2018-09-28 22:21:43 +000072 security:
73 enabled: true
74 strategy: ENCRYPT
75 secret_key: secret
kkalynovskyif50f0c02017-12-12 17:52:57 +020076 qemu:
77 user: nova
Dmitry Teselkin70862022019-04-18 16:43:50 +030078 group: nova
kkalynovskyif50f0c02017-12-12 17:52:57 +020079 dynamic_ownership: 1
sgarbuzcc02c7f2018-10-25 14:29:30 +030080 consoleauth:
81 token_ttl: 600
Machi Hoshinoe2b3cb32018-12-12 10:14:23 +080082 reclaim_instance_interval: 60