space issue fix. 51/51051/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 24 Jan 2018 15:01:01 +0000 (09:01 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 24 Jan 2018 15:01:22 +0000 (09:01 -0600)
Change-Id: I1a1a74160078b04897e71bc75ee39c2be233cdcf
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml

index 6e084d1..73591b6 100644 (file)
@@ -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' %}