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 |
| 24 | logging: |
| 25 | log_appender: false |
| 26 | log_handlers: |
| 27 | watchedfile: |
| 28 | enabled: true |
| 29 | fluentd: |
| 30 | enabled: false |
| 31 | ossyslog: |
| 32 | enabled: false |
| 33 | message_queue: |
| 34 | engine: rabbitmq |
| 35 | members: |
| 36 | - host: 127.0.0.1 |
| 37 | - host: 127.0.1.1 |
| 38 | - host: 127.0.2.1 |
| 39 | user: openstack |
| 40 | password: password |
| 41 | virtual_host: '/openstack' |
| 42 | image: |
| 43 | engine: glance |
| 44 | host: 127.0.0.1 |
| 45 | port: 9292 |
| 46 | network: |
| 47 | engine: neutron |
| 48 | region: RegionOne |
| 49 | host: 127.0.0.1 |
| 50 | port: 9696 |
| 51 | extension_sync_interval: 600 |
| 52 | user: nova |
| 53 | password: password |
| 54 | tenant: service |
| 55 | metadata: |
| 56 | password: metadata |
| 57 | cache: |
| 58 | engine: memcached |
Dmitry Ukov | 25b5307 | 2019-02-05 16:56:50 +0400 | [diff] [blame^] | 59 | expiration_time: 600 |
| 60 | backend_argument: |
| 61 | memcached_expire_time: |
| 62 | value: 660 |
Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame] | 63 | members: |
| 64 | - host: 127.0.0.1 |
| 65 | port: 11211 |
| 66 | - host: 127.0.1.1 |
| 67 | port: 11211 |
| 68 | - host: 127.0.2.1 |
| 69 | port: 11211 |
Oleksandr Bryndzii | bb8abfe | 2018-09-28 22:21:43 +0000 | [diff] [blame] | 70 | security: |
| 71 | enabled: true |
| 72 | strategy: ENCRYPT |
| 73 | secret_key: secret |
Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame] | 74 | compute_driver: vmwareapi.VMwareVCDriver |
| 75 | vmware: |
| 76 | host_username: vmware |
| 77 | host_password: vmware |
| 78 | cluster_name: vmware_cluster01 |
| 79 | upgrade_levels: |
| 80 | compute: liberty |
| 81 | libvirt_service_group: libvirtd |
| 82 | lvm: |
| 83 | ephemeral: yes |
| 84 | images_volume_group: nova_vg |
| 85 | volume_clear: zero |
| 86 | volume_clear_size: 0 |
sgarbuz | cc02c7f | 2018-10-25 14:29:30 +0300 | [diff] [blame] | 87 | consoleauth: |
| 88 | token_ttl: 600 |