diff options
Diffstat (limited to 'ci/odl/juju-deployer/ovs-odl-nonha.yaml')
-rw-r--r-- | ci/odl/juju-deployer/ovs-odl-nonha.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/odl/juju-deployer/ovs-odl-nonha.yaml b/ci/odl/juju-deployer/ovs-odl-nonha.yaml index ee090b0d..30deb14e 100644 --- a/ci/odl/juju-deployer/ovs-odl-nonha.yaml +++ b/ci/odl/juju-deployer/ovs-odl-nonha.yaml @@ -110,7 +110,7 @@ openstack-phase2: - "lxc:nodes-api=0" nova-compute: branch: lp:~openstack-charmers/charms/trusty/nova-compute/next - num_units: 1 + num_units: 2 options: enable-live-migration: true enable-resize: true @@ -118,7 +118,7 @@ openstack-phase2: migration-auth-type: ssh to: - "nodes-compute=0" -# - "nodes-compute=1" + - "nodes-compute=1" # - "nodes-api=0" # - "nodes-api=1" # - "nodes-api=2" |