20a859
From 615df299937ae99ecd571fec91dd2ad4651a6688 Mon Sep 17 00:00:00 2001
20a859
From: Scott Moser <smoser@brickies.net>
20a859
Date: Mon, 3 Apr 2017 10:04:43 -0400
20a859
Subject: [PATCH] OpenStack: add 'dvs' to the list of physical link types.
20a859
20a859
Links presented in network_data.json to the guest running on ESXi
20a859
are of type 'dvs'.
20a859
20a859
LP: #1674946
20a859
Resolves: rhbz#1442783
20a859
(cherry picked from commit 61eb03fef92f435434d974fb46439189ef0b5f97)
20a859
---
20a859
 cloudinit/sources/helpers/openstack.py | 1 +
20a859
 1 file changed, 1 insertion(+)
20a859
20a859
diff --git a/cloudinit/sources/helpers/openstack.py b/cloudinit/sources/helpers/openstack.py
20a859
index 096062d..61cd36b 100644
20a859
--- a/cloudinit/sources/helpers/openstack.py
20a859
+++ b/cloudinit/sources/helpers/openstack.py
20a859
@@ -52,6 +52,7 @@ OS_VERSIONS = (
20a859
 PHYSICAL_TYPES = (
20a859
     None,
20a859
     'bridge',
20a859
+    'dvs',
20a859
     'ethernet',
20a859
     'hw_veb',
20a859
     'hyperv',