Jakub Pavlik | df01606 | 2017-04-12 11:45:17 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | cluster_public_protocol: https |
| 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | service: |
| 9 | placement: |
| 10 | type: placement |
| 11 | description: OpenStack Placement API |
| 12 | endpoints: |
| 13 | - region: ${_param:openstack_region} |
| 14 | public_address: ${_param:cluster_public_host} |
| 15 | public_protocol: ${_param:cluster_public_protocol} |
| 16 | public_port: '8778' |
| 17 | public_path: '' |
| 18 | internal_address: ${_param:nova_service_host} |
| 19 | internal_port: '8778' |
| 20 | internal_path: '' |
| 21 | admin_address: ${_param:nova_service_host} |
| 22 | admin_port: '8778' |
| 23 | admin_path: '' |