diff options
author | Matt Riedemann <mriedem.os@gmail.com> | 2018-03-19 14:34:04 -0400 |
---|---|---|
committer | Matt Riedemann <mriedem.os@gmail.com> | 2018-04-12 16:07:52 -0400 |
commit | 483531ba335715168317ad8211cf466e61c44d84 (patch) | |
tree | 8970dac7f1d50793b3e5c919fa3b8d345f6b3969 /playbooks | |
parent | 406c9d13db80d05f6668c2eee3eae867fd91ceb9 (diff) | |
download | nova-483531ba335715168317ad8211cf466e61c44d84.tar.gz |
Use Queens UCA for nova-multiattach job
The dependent change to devstack makes devstack use the
Queens Ubuntu Cloud Archive which has libvirt 4.0.0 so we
can remove the flag from the job which disabled the UCA
in devstack since the versions of qemu and libvirt in the
Pike UCA wouldn't work for multiattach.
This also allows us to make the job voting and gating again.
Closes-Bug: #1763382
Depends-On: https://review.openstack.org/554314
Depends-On: https://review.openstack.org/560931
Change-Id: I0962474ff6dfc5fa97670c09a1af97a0f34cd54f
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/legacy/nova-multiattach/run.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/legacy/nova-multiattach/run.yaml b/playbooks/legacy/nova-multiattach/run.yaml index bf96cb555b..4ba92417a4 100644 --- a/playbooks/legacy/nova-multiattach/run.yaml +++ b/playbooks/legacy/nova-multiattach/run.yaml @@ -30,7 +30,6 @@ cat << 'EOF' >>"/tmp/dg-local.conf" [[local|localrc]] ENABLE_VOLUME_MULTIATTACH=True - ENABLE_UBUNTU_CLOUD_ARCHIVE=False EOF executable: /bin/bash |