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_compute.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml') diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml index c793f9759..c8605462b 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_compute.yml @@ -71,3 +71,4 @@ parameters: nova: compute: disk_cachemodes: file=directsync,block=none + preallocate_images: space -- cgit 1.2.3-korg