diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-06-09 18:22:04 +0400 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-06-11 14:36:17 +0000 |
commit | 2c77ae5cc40df831e6cfa996ac192b7b4f7b24b3 (patch) | |
tree | 3803870cd3dab499c0664dae75f54ac4dd4b7690 /mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml | |
parent | 79e32c8cc5631204d2e5b0b328c954a2a2197037 (diff) |
Smooth down API proxy config
* heat: remove deprecated AWS compatible CloudWatch API
* nova: placement API responds with 405 when doing GET to root URL
Change-Id: I545e5b0fc5b57b516a4b1d8c9e33ea1d5d61ed76
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml b/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml index 7235071f5..881d90dcc 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml @@ -45,17 +45,6 @@ parameters: host: ${_param:cluster_node01_address} port: 9191 params: ${_param:haproxy_check} - heat_cloudwatch_api: - type: openstack-service - service_name: heat - binds: - - address: ${_param:cluster_vip_address} - port: 8003 - servers: - - name: ctl01 - host: ${_param:cluster_node01_address} - port: 8003 - params: ${_param:haproxy_check} heat_api: type: openstack-service service_name: heat @@ -122,7 +111,7 @@ parameters: health-check: http: options: - - expect status 401 + - expect status 405 servers: - name: ctl01 host: ${_param:cluster_node01_address} |