summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2018-01-24 09:01:01 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2018-01-24 09:01:22 -0600
commita95887f4276020ec4ec2bcfbd7dc9f6fb3957d3b (patch)
treef51b0f394a302fdf6a11f01e386bb29aac440187
parent0890aa54bbc3bc8727757961b2167bce8a542081 (diff)
space issue fix.
Change-Id: I1a1a74160078b04897e71bc75ee39c2be233cdcf Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml2
1 files changed, 1 insertions, 1 deletions
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' %}