Vasyl Saienko | cab3a90 | 2018-07-12 13:17:17 +0300 | [diff] [blame^] | 1 | nova: |
| 2 | compute: |
| 3 | version: queens |
| 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 |
| 59 | members: |
| 60 | - host: 127.0.0.1 |
| 61 | port: 11211 |
| 62 | - host: 127.0.1.1 |
| 63 | port: 11211 |
| 64 | - host: 127.0.2.1 |
| 65 | port: 11211 |
| 66 | compute_driver: vmwareapi.VMwareVCDriver |
| 67 | vmware: |
| 68 | host_username: vmware |
| 69 | host_password: vmware |
| 70 | cluster_name: vmware_cluster01 |
| 71 | upgrade_levels: |
| 72 | compute: liberty |
| 73 | libvirt_service_group: libvirtd |
| 74 | lvm: |
| 75 | ephemeral: yes |
| 76 | images_volume_group: nova_vg |
| 77 | volume_clear: zero |
| 78 | volume_clear_size: 0 |