From 724cdb6858f5371a335d013d08d8a75b2059bd30 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Sun, 15 Apr 2018 17:23:40 +0100 Subject: [PATCH] Enable virtualised compute in overcloud Adds the all-in-one overcloud host controller0 to the [compute] group. This will cause nova compute and related services to be deployed on this host, allowing VMs to be created. --- etc/kayobe/inventory/hosts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/kayobe/inventory/hosts b/etc/kayobe/inventory/hosts index a2a7b46..f214cdf 100644 --- a/etc/kayobe/inventory/hosts +++ b/etc/kayobe/inventory/hosts @@ -6,3 +6,6 @@ seed [controllers] controller0 + +[compute] +controller0