Bug 1442783
Summary: | Backport required - cloud-init fails with "Unknown network_data link type: dvs" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Andreas Karis <akaris> |
Component: | cloud-init | Assignee: | Lars Kellogg-Stedman <lars> |
Status: | CLOSED ERRATA | QA Contact: | Vratislav Hutsky <vhutsky> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7.0 | CC: | akaris, aschultz, huzhao, lars, mbracho, mburns, rhel-osp-director-maint, vhutsky, yacao |
Target Milestone: | pre-dev-freeze | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | cloud-init-0.7.9-6.el7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 23:23:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Andreas Karis
2017-04-17 13:49:01 UTC
https://git.launchpad.net/cloud-init/commit/?id=61eb03fef92f435434d974fb46439189ef0b5f97 diff --git a/cloudinit/sources/helpers/openstack.py b/cloudinit/sources/helpers/openstack.py index 096062d..61cd36b 100644 --- a/cloudinit/sources/helpers/openstack.py +++ b/cloudinit/sources/helpers/openstack.py @@ -52,6 +52,7 @@ OS_VERSIONS = ( PHYSICAL_TYPES = ( None, 'bridge', + 'dvs', 'ethernet', 'hw_veb', 'hyperv', [root@overcloud-controller-0 ~]# cp /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py.back [root@overcloud-controller-0 ~]# vi /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py [root@overcloud-controller-0 ~]# diff -c /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py.back /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py *** /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py.back 2017-04-17 14:27:47.505779173 +0000 --- /usr/lib/python2.7/site-packages/cloudinit/sources/helpers/openstack.py 2017-04-17 14:28:02.900715688 +0000 *************** *** 52,57 **** --- 52,58 ---- PHYSICAL_TYPES = ( None, 'bridge', + 'dvs', 'ethernet', 'hw_veb', 'hyperv', ~~~ Hi, Can we do something to speed up the downstream merge and possibly get the customer a hotfix RPM? - Andreas Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:2275 |