From a95887f4276020ec4ec2bcfbd7dc9f6fb3957d3b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 24 Jan 2018 09:01:01 -0600 Subject: space issue fix. Change-Id: I1a1a74160078b04897e71bc75ee39c2be233cdcf Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml b/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml index 6e084d15..73591b6b 100644 --- a/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml @@ -4,7 +4,7 @@ {% if os.ha.mode == 'ha' %} num_units: {{ opnfv.units - 2 }} {% else %} - num_units: {{ opnfv.units - 1 }} + num_units: {{ opnfv.units - 1 }} {% endif %} {% else %} {% if os.ha.mode == 'ha' %} -- cgit 1.2.3-korg