diff options
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/nova-compute.yaml | 2 |
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' %} |