diff options
author | 2016-02-18 17:41:46 -0600 | |
---|---|---|
committer | 2016-02-18 23:42:58 +0000 | |
commit | f7a7d2ed0c85607a2d87ee14aa31a315be77cdea (patch) | |
tree | ce44dab5fd9f53666dc868b073a364064b7c8f7e /ci/onos/juju-deployer/ovs-onos-ha.yaml | |
parent | 524f9524fe645b671914ea7dec19859ab02291b6 (diff) |
updates the onos charm with migration and resize enablement.
Change-Id: I8a2797ee16231cb4ff8ef79ad5bc4244126cac89
(cherry picked from commit 2ca48e5d0b008e3054fd1ae04eef881e2a46eea7)
Diffstat (limited to 'ci/onos/juju-deployer/ovs-onos-ha.yaml')
-rw-r--r-- | ci/onos/juju-deployer/ovs-onos-ha.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/onos/juju-deployer/ovs-onos-ha.yaml b/ci/onos/juju-deployer/ovs-onos-ha.yaml index 9c455aba..b59c3f89 100644 --- a/ci/onos/juju-deployer/ovs-onos-ha.yaml +++ b/ci/onos/juju-deployer/ovs-onos-ha.yaml @@ -166,8 +166,10 @@ openstack-phase2: branch: lp:~openstack-charmers/charms/trusty/nova-compute/next num_units: 2 options: - enable-live-migration: False - manage-neutron-plugin-legacy-mode: False + enable-live-migration: true + enable-resize: true + manage-neutron-plugin-legacy-mode: false + migration-auth-type: ssh to: - "nodes-compute=0" - "nodes-compute=1" |