Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 1 | nova: |
| 2 | controller: |
| 3 | enabled: true |
| 4 | networking: contrail |
| 5 | version: liberty |
| 6 | security_group: false |
| 7 | vncproxy_url: 127.0.0.1 |
| 8 | dhcp_domain: novalocal |
| 9 | scheduler_default_filters: "DifferentHostFilter,RetryFilter,AvailabilityZoneFilter,RamFilter,CoreFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter" |
| 10 | cpu_allocation_ratio: 16.0 |
| 11 | ram_allocation_ratio: 1.5 |
| 12 | bind: |
| 13 | private_address: 127.0.0.1 |
| 14 | public_address: 127.0.0.1 |
| 15 | public_name: 127.0.0.1 |
| 16 | novncproxy_port: 6080 |
| 17 | database: |
| 18 | engine: mysql |
| 19 | host: localhost |
| 20 | port: 3306 |
| 21 | name: nova |
| 22 | user: nova |
| 23 | password: password |
| 24 | identity: |
| 25 | engine: keystone |
Jakub Pavlik | 7902126 | 2016-03-09 14:53:53 +0100 | [diff] [blame^] | 26 | region: RegionOne |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 27 | host: 127.0.0.1 |
| 28 | port: 35357 |
| 29 | user: nova |
| 30 | password: password |
| 31 | tenant: service |
| 32 | message_queue: |
| 33 | engine: rabbitmq |
| 34 | host: 127.0.0.1 |
| 35 | port: 5672 |
| 36 | user: openstack |
| 37 | password: password |
| 38 | virtual_host: '/openstack' |
| 39 | glance: |
| 40 | host: 127.0.0.1 |
| 41 | port: 9292 |
| 42 | network: |
| 43 | engine: neutron |
Jakub Pavlik | 7902126 | 2016-03-09 14:53:53 +0100 | [diff] [blame^] | 44 | region: RegionOne |
Ales Komarek | 880f02f | 2016-01-25 13:19:23 +0100 | [diff] [blame] | 45 | host: 127.0.0.1 |
| 46 | port: 9696 |
| 47 | mtu: 1500 |
| 48 | metadata: |
| 49 | password: password |
| 50 | cache: |
| 51 | engine: memcached |
| 52 | members: |
| 53 | - host: 127.0.0.1 |
| 54 | port: 11211 |