diff options
Diffstat (limited to 'ci/bundle_tpl/subordinate.yaml')
-rw-r--r-- | ci/bundle_tpl/subordinate.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_tpl/subordinate.yaml b/ci/bundle_tpl/subordinate.yaml index ce31ec81..cc61920b 100644 --- a/ci/bundle_tpl/subordinate.yaml +++ b/ci/bundle_tpl/subordinate.yaml @@ -5,7 +5,7 @@ charm: local:{{ ubuntu.release }}/cinder-ceph {% endif %} {% if os.network.controller == 'nosdn' %} - {% include 'neutron-ovs.yaml' %} +{% include 'neutron-ovs.yaml' %} {% elif os.network.controller == 'odl' %} neutron-api-odl: charm: local:{{ ubuntu.release }}/neutron-api-odl |