| Pavel Cizinsky | 45f9841 | 2017-03-09 10:05:23 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | _param: | ||||
| 3 | nginx_proxy_openstack_api_host: ${_param:cluster_public_host} | ||||
| 4 | nginx: | ||||
| 5 | server: | ||||
| 6 | enabled: true | ||||
| 7 | site: | ||||
| 8 | nginx_proxy_openstack_api_designate: | ||||
| 9 | enabled: true | ||||
| 10 | type: nginx_proxy | ||||
| 11 | name: openstack_api_designate | ||||
| 12 | proxy: | ||||
| 13 | host: ${_param:nginx_proxy_openstack_api_proxy_host} | ||||
| 14 | port: 9001 | ||||
| 15 | protocol: http | ||||
| 16 | host: | ||||
| 17 | name: ${_param:nginx_proxy_openstack_api_host} | ||||
| 18 | port: 9001 | ||||
| 19 | ssl: ${_param:nginx_proxy_ssl} | ||||