Hello Thomas, cascading is a network type only available in OpenTelekomCloud based on Huawei Fusion.
We found this problem solved in https://github.com/number5/cloud-init/commit/5352dd99eb2937b4eaaaf596b40ad7ca69d87f64 This still is not aware of network type: cascading but has a fallback. This will result in a working cloud-init for us again. Not sure if that is a solution you also want. BW Sabrina On Thu, 29 Aug 2019 23:51:03 +0200 Thomas Goirand <z...@debian.org> wrote: > On 8/29/19 11:25 AM, sabrina-muel...@t-systems.com wrote: > > [...] > > # w3m -dump http://169.254.169.254/openstack/latest/network_data.json | > > jq '' > > > > { > > [...] > > "links": [ > > { > > "type": "cascading", > > Hi Sabrina, > > Could you explain a little bit more what is "cascading" network type? > What I run is OpenStack with OVS, so therefore, on the above, I get: > > "links": [ > { > "type": "ovs" > > and then it works perfectly for me. So, what exactly is your network setup? > > Cheers, > > Thomas Goirand (zigo) > >