diff options
Diffstat (limited to 'ci/odl/juju-deployer/ovs-odl-tip.yaml')
-rw-r--r-- | ci/odl/juju-deployer/ovs-odl-tip.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/odl/juju-deployer/ovs-odl-tip.yaml b/ci/odl/juju-deployer/ovs-odl-tip.yaml index a5d1f08e..73946c13 100644 --- a/ci/odl/juju-deployer/ovs-odl-tip.yaml +++ b/ci/odl/juju-deployer/ovs-odl-tip.yaml @@ -3,7 +3,7 @@ openstack-services: ubuntu: branch: "lp:charms/trusty/ubuntu" num_utils: 1 - constraints: tags=physical + constraints: tags=control neutron-gateway: branch: lp:~sdn-charmers/charms/trusty/neutron-gateway/ovs-odl options: @@ -12,8 +12,8 @@ openstack-services: to: ubuntu=0 nova-compute: branch: lp:~openstack-charmers/charms/trusty/nova-compute/next - num_units: 2 - constraints: tags=physical + num_units: 1 + constraints: tags=compute options: enable-live-migration: False manage-neutron-plugin-legacy-mode: False |