From bc70493008a9194ec215214c97175d870eadcbf8 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Mon, 18 Jun 2018 16:46:25 +0400 Subject: Rectify nova placement API check * make a GET request to placement service as it returns 200 with version data starting from nova 17.0 * turn on nova image preallocation mode on baremetal computes * double salt worker threads by number of available CPU Change-Id: I509cbab3b4b8460452f5e487e457edfedd5da29a Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2') diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 index 52f5f9101..1870cc46b 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 @@ -21,7 +21,7 @@ classes: - system.designate.server.cluster - system.designate.server.backend.bind - system.bind.server.single - - system.haproxy.proxy.listen.openstack.nova-placement + - system.haproxy.proxy.listen.openstack.placement - system.glusterfs.client.cluster - system.glusterfs.client.volume.glance - system.glusterfs.client.volume.keystone @@ -134,11 +134,6 @@ parameters: haproxy: proxy: listen: - nova_placement_api: - health-check: - http: - ~options: - - expect status 405 heat_cloudwatch_api: enabled: false bind: -- cgit 1.2.3-korg