From 2c77ae5cc40df831e6cfa996ac192b7b4f7b24b3 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Sat, 9 Jun 2018 18:22:04 +0400 Subject: 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 --- .../cluster/mcp-common-noha/haproxy_openstack_api.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml') 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} -- cgit 1.2.3-korg