| Yuriy Taraday | 131227e | 2017-06-22 15:09:34 +0400 | [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 | ||||
| 26 | host: 127.0.0.1 | ||||
| 27 | port: 35357 | ||||
| 28 | user: nova | ||||
| 29 | password: password | ||||
| 30 | tenant: service | ||||
| 31 | message_queue: | ||||
| 32 | engine: rabbitmq | ||||
| 33 | host: 127.0.0.1 | ||||
| 34 | port: 5672 | ||||
| 35 | user: openstack | ||||
| 36 | password: password | ||||
| 37 | virtual_host: '/openstack' | ||||
| 38 | glance: | ||||
| 39 | host: 127.0.0.1 | ||||
| 40 | port: 9292 | ||||
| 41 | network: | ||||
| 42 | engine: neutron | ||||
| 43 | host: 127.0.0.1 | ||||
| 44 | port: 9696 | ||||
| 45 | mtu: 1500 | ||||
| 46 | metadata: | ||||
| 47 | password: password | ||||
| 48 | cache: | ||||
| 49 | engine: memcached | ||||
| 50 | members: | ||||
| 51 | - host: 127.0.0.1 | ||||
| 52 | port: 11211 | ||||