diff options
Diffstat (limited to 'ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml')
-rw-r--r-- | ci/nosdn/juju-deployer/ovs-nosdn-tip.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
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" |