Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 1 | nova: |
| 2 | compute: |
| 3 | version: liberty |
| 4 | enabled: true |
| 5 | virtualization: kvm |
| 6 | heal_instance_info_cache_interval: 60 |
| 7 | vncproxy_url: openstack:6080 |
maxstack | 39e6aca | 2016-05-04 13:50:13 +0000 | [diff] [blame] | 8 | vnc_keymap: en-gb |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 9 | bind: |
| 10 | vnc_address: 127.0.0.1 |
| 11 | vnc_port: 6080 |
| 12 | vnc_name: 0.0.0.0 |
| 13 | database: |
| 14 | engine: mysql |
| 15 | host: 127.0.0.1 |
| 16 | port: 3306 |
| 17 | name: nova |
| 18 | user: nova |
| 19 | password: password |
| 20 | identity: |
| 21 | engine: keystone |
Jakub Pavlik | 7902126 | 2016-03-09 14:53:53 +0100 | [diff] [blame] | 22 | region: RegionOne |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 23 | host: 127.0.0.1 |
| 24 | port: 35357 |
| 25 | user: nova |
| 26 | password: password |
| 27 | tenant: service |
| 28 | message_queue: |
| 29 | engine: rabbitmq |
| 30 | host: 127.0.0.1 |
| 31 | port: 5672 |
| 32 | user: openstack |
| 33 | password: password |
| 34 | virtual_host: '/openstack' |
| 35 | image: |
| 36 | engine: glance |
| 37 | host: 127.0.0.1 |
| 38 | port: 9292 |
| 39 | network: |
| 40 | engine: neutron |
Jakub Pavlik | 7902126 | 2016-03-09 14:53:53 +0100 | [diff] [blame] | 41 | region: RegionOne |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 42 | host: 127.0.0.1 |
| 43 | port: 9696 |
Petr Michalec | 5f41e6e | 2017-04-10 10:18:12 +0200 | [diff] [blame^] | 44 | password: password |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 45 | cache: |
| 46 | engine: memcached |
| 47 | members: |
| 48 | - host: 127.0.0.1 |
| 49 | port: 11211 |