summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/openstack.py
diff options
context:
space:
mode:
authorsab-systems <sabrina-mueller@t-systems.com>2020-02-25 23:10:26 +0100
committerGitHub <noreply@github.com>2020-02-25 17:10:26 -0500
commitbedda2e6d1f2b696e0f927c153cb046e9e992db1 (patch)
tree9b3b874c9652a657c33ba5ebe224773f7bf90a97 /cloudinit/sources/helpers/openstack.py
parent36f7ba0b3d16b0bd0b98ffd26b24826fe4cfc1c2 (diff)
downloadvyos-cloud-init-bedda2e6d1f2b696e0f927c153cb046e9e992db1.tar.gz
vyos-cloud-init-bedda2e6d1f2b696e0f927c153cb046e9e992db1.zip
Add physical network type: cascading to openstack helpers (#200)
* Add physical network type: cascading to openstack helpers * add new helpers test for checking all openstack KNOWN_PHYSICAL_TYPES get type 'physical'.
Diffstat (limited to 'cloudinit/sources/helpers/openstack.py')
-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 441db506..e91398ea 100644
--- a/cloudinit/sources/helpers/openstack.py
+++ b/cloudinit/sources/helpers/openstack.py
@@ -68,6 +68,7 @@ KNOWN_PHYSICAL_TYPES = (
None,
'bgpovs', # not present in OpenStack upstream but used on OVH cloud.
'bridge',
+ 'cascading', # not present in OpenStack upstream, used on OpenTelekomCloud
'dvs',
'ethernet',
'hw_veb',