From: Narinder Gupta Date: Wed, 24 Jan 2018 15:01:01 +0000 (-0600) Subject: space issue fix. X-Git-Tag: opnfv-6.0.0~15 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=a95887f4276020ec4ec2bcfbd7dc9f6fb3957d3b;p=joid.git space issue fix. Change-Id: I1a1a74160078b04897e71bc75ee39c2be233cdcf Signed-off-by: Narinder Gupta --- 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' %}