Ondrej Smola | 03ff34e | 2016-12-01 01:30:33 +0100 | [diff] [blame^] | 1 | parameters: |
| 2 | keystone: |
| 3 | client: |
| 4 | server: |
| 5 | identity: |
| 6 | service: |
| 7 | nova-ec2: |
| 8 | type: ec2 |
| 9 | description: OpenStack EC2 Service |
| 10 | endpoints: |
| 11 | - region: ${_param:openstack_region} |
| 12 | public_address: ${_param:nova_service_host} |
| 13 | public_port: 8773 |
| 14 | public_path: '/services/Cloud' |
| 15 | internal_address: ${_param:nova_service_host} |
| 16 | internal_port: 8773 |
| 17 | internal_path: '/services/Cloud' |
| 18 | admin_address: ${_param:nova_service_host} |
| 19 | admin_port: 8773 |
| 20 | admin_path: '/services/Admin' |