rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 185 forks source link

Multiple OpenStack providers throwing the same load balancer creation errors #645

Open namsral opened 5 years ago

namsral commented 5 years ago

Creating a load balancer on multiple OpenStack providers backed by the Contrail/Tungsten Fabric network stack fails with the following error:

{"NeutronError": {"message": "Unrecognized attribute(s) 'loadbalancer_id'", "type": "HTTPBadRequest", "detail": ""}}

This was tested with Kops and Terraform, which both incorporate the gophercloud package.

Related bug https://github.com/kubernetes/kops/issues/6679