diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-10 00:30:50 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-10 00:30:50 -0600 |
commit | 18666ccb83424f16b6bdd90a106c2b4cd5dc98a6 (patch) | |
tree | e59c5c24cb349d0a30461f585e43e727a74e6bf3 /ci/nosdn | |
parent | d39c5b22b0aadefbd012cb200a857386f3545d60 (diff) |
modified for resize it seems live migration should be true for
resize as well.
Change-Id: I070bdf4419dc4ee93400906fccfbcc19067c5dde
Diffstat (limited to 'ci/nosdn')
-rw-r--r-- | ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml | 1 | ||||
-rw-r--r-- | ci/nosdn/juju-deployer/ovs-nosdn-nonha.yaml | 1 | ||||
-rw-r--r-- | ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml | 7 |
3 files changed, 4 insertions, 5 deletions
diff --git a/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml b/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml index fed8a714..cdcd0ffb 100644 --- a/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml +++ b/ci/nosdn/juju-deployer/ovs-nosdn-ha.yaml @@ -161,7 +161,6 @@ openstack-phase2: enable-resize: true manage-neutron-plugin-legacy-mode: false migration-auth-type: ssh - enable-resize: true to: - "nodes-compute=0" - "nodes-compute=1" diff --git a/ci/nosdn/juju-deployer/ovs-nosdn-nonha.yaml b/ci/nosdn/juju-deployer/ovs-nosdn-nonha.yaml index e7d9dc3a..d64d0a4f 100644 --- a/ci/nosdn/juju-deployer/ovs-nosdn-nonha.yaml +++ b/ci/nosdn/juju-deployer/ovs-nosdn-nonha.yaml @@ -135,7 +135,6 @@ openstack-phase2: enable-resize: true manage-neutron-plugin-legacy-mode: false migration-auth-type: ssh - enable-resize: true to: - "nodes-compute=0" # - "nodes-compute=1" diff --git a/ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml b/ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml index 9a577c83..33dd5eb3 100644 --- a/ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml +++ b/ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml @@ -111,9 +111,10 @@ openstack-phase2: num_units: 1 options: openstack-origin-git: include-file://nova-master.yaml - enable-live-migration: False - manage-neutron-plugin-legacy-mode: False - enable-resize: True + enable-live-migration: true + enable-resize: true + manage-neutron-plugin-legacy-mode: false + migration-auth-type: ssh to: - "nodes-compute=0" # - "nodes-compute=1" |