summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2017-04-03 10:04:43 -0400
committerScott Moser <smoser@brickies.net>2017-04-03 10:04:43 -0400
commit61eb03fef92f435434d974fb46439189ef0b5f97 (patch)
tree4471ecfec8ecf3152d35ad671d41521e3597d9c1 /cloudinit
parentbf7723e8092bb1f8a442aa2399dd870e130a27d9 (diff)
downloadvyos-cloud-init-61eb03fef92f435434d974fb46439189ef0b5f97.tar.gz
vyos-cloud-init-61eb03fef92f435434d974fb46439189ef0b5f97.zip
OpenStack: add 'dvs' to the list of physical link types.
Links presented in network_data.json to the guest running on ESXi are of type 'dvs'. LP: #1674946
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/sources/helpers/openstack.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/sources/helpers/openstack.py b/cloudinit/sources/helpers/openstack.py
index 096062d5..61cd36bd 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',