blob: 2d00ef3227123b25a2ebf3325587f3e834b150f7 [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:
Dmitry Teselkin70862022019-04-18 16:43:50 +030056 user: nova
Ales Komarek880f02f2016-01-25 13:19:23 +010057 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 Ukov5da484b2019-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
Dmitry Teselkin70862022019-04-18 16:43:50 +030077 group: nova
kkalynovskyif50f0c02017-12-12 17:52:57 +020078 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