Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame] | 1 | nova: |
| 2 | compute: |
| 3 | version: pike |
| 4 | enabled: true |
| 5 | bind: |
| 6 | vnc_address: 127.0.0.1 |
| 7 | vnc_port: 6080 |
| 8 | vnc_name: 0.0.0.0 |
| 9 | database: |
| 10 | engine: mysql |
| 11 | host: 127.0.0.1 |
| 12 | port: 3306 |
| 13 | name: nova |
| 14 | user: nova |
| 15 | password: password |
| 16 | identity: |
| 17 | engine: keystone |
| 18 | region: RegionOne |
| 19 | host: 127.0.0.1 |
| 20 | port: 35357 |
| 21 | user: nova |
| 22 | password: password |
| 23 | tenant: service |
Oleksandr Bryndzii | 6d821f5 | 2019-02-20 15:51:15 +0200 | [diff] [blame] | 24 | service_user: |
| 25 | enabled: True |
| 26 | user_domain_id: default |
| 27 | project_domain_id: default |
| 28 | project_name: service |
| 29 | username: nova |
| 30 | password: pswd |
Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame] | 31 | logging: |
| 32 | log_appender: false |
| 33 | log_handlers: |
| 34 | watchedfile: |
| 35 | enabled: true |
| 36 | fluentd: |
| 37 | enabled: false |
| 38 | ossyslog: |
| 39 | enabled: false |
| 40 | message_queue: |
| 41 | engine: rabbitmq |
| 42 | members: |
| 43 | - host: 127.0.0.1 |
| 44 | - host: 127.0.1.1 |
| 45 | - host: 127.0.2.1 |
| 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 |
| 55 | region: RegionOne |
| 56 | host: 127.0.0.1 |
| 57 | port: 9696 |
| 58 | extension_sync_interval: 600 |
| 59 | user: nova |
| 60 | password: password |
| 61 | tenant: service |
| 62 | metadata: |
| 63 | password: metadata |
| 64 | cache: |
| 65 | engine: memcached |
Dmitry Ukov | 25b5307 | 2019-02-05 16:56:50 +0400 | [diff] [blame] | 66 | expiration_time: 600 |
| 67 | backend_argument: |
| 68 | memcached_expire_time: |
| 69 | value: 660 |
Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame] | 70 | members: |
| 71 | - host: 127.0.0.1 |
| 72 | port: 11211 |
| 73 | - host: 127.0.1.1 |
| 74 | port: 11211 |
| 75 | - host: 127.0.2.1 |
| 76 | port: 11211 |
Oleksandr Bryndzii | bb8abfe | 2018-09-28 22:21:43 +0000 | [diff] [blame] | 77 | security: |
| 78 | enabled: true |
| 79 | strategy: ENCRYPT |
| 80 | secret_key: secret |
Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame] | 81 | compute_driver: vmwareapi.VMwareVCDriver |
| 82 | vmware: |
| 83 | host_username: vmware |
| 84 | host_password: vmware |
| 85 | cluster_name: vmware_cluster01 |
| 86 | upgrade_levels: |
| 87 | compute: liberty |
| 88 | libvirt_service_group: libvirtd |
| 89 | lvm: |
| 90 | ephemeral: yes |
| 91 | images_volume_group: nova_vg |
| 92 | volume_clear: zero |
| 93 | volume_clear_size: 0 |
sgarbuz | cc02c7f | 2018-10-25 14:29:30 +0300 | [diff] [blame] | 94 | consoleauth: |
| 95 | token_ttl: 600 |