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 |
| 8 | bind: |
| 9 | vnc_address: 127.0.0.1 |
| 10 | vnc_port: 6080 |
| 11 | vnc_name: 0.0.0.0 |
| 12 | database: |
| 13 | engine: mysql |
| 14 | host: 127.0.0.1 |
| 15 | port: 3306 |
| 16 | name: nova |
| 17 | user: nova |
| 18 | password: password |
| 19 | identity: |
| 20 | engine: keystone |
Jakub Pavlik | 7902126 | 2016-03-09 14:53:53 +0100 | [diff] [blame] | 21 | region: RegionOne |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 22 | host: 127.0.0.1 |
| 23 | port: 35357 |
| 24 | user: nova |
| 25 | password: password |
| 26 | tenant: service |
| 27 | message_queue: |
| 28 | engine: rabbitmq |
| 29 | host: 127.0.0.1 |
| 30 | port: 5672 |
| 31 | user: openstack |
| 32 | password: password |
| 33 | virtual_host: '/openstack' |
| 34 | image: |
| 35 | engine: glance |
| 36 | host: 127.0.0.1 |
| 37 | port: 9292 |
| 38 | network: |
| 39 | engine: neutron |
Jakub Pavlik | 7902126 | 2016-03-09 14:53:53 +0100 | [diff] [blame] | 40 | region: RegionOne |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 41 | host: 127.0.0.1 |
| 42 | port: 9696 |
| 43 | cache: |
| 44 | engine: memcached |
| 45 | members: |
| 46 | - host: 127.0.0.1 |
| 47 | port: 11211 |