diff options
Diffstat (limited to 'ci/bundle_tpl/neutron-ovs.yaml')
-rw-r--r-- | ci/bundle_tpl/neutron-ovs.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/bundle_tpl/neutron-ovs.yaml b/ci/bundle_tpl/neutron-ovs.yaml index 1670d43c..ba0b6a5b 100644 --- a/ci/bundle_tpl/neutron-ovs.yaml +++ b/ci/bundle_tpl/neutron-ovs.yaml @@ -1,6 +1,5 @@ neutron-openvswitch: - charm: "local:{{ ubuntu.release }}/neutron-openvswitch" - num_units: 1 + charm: local:{{ ubuntu.release }}/neutron-openvswitch options: {% if os.network.dpdk %} enable-dpdk: true |