Block qos config in floating ip.

Change-Id: I0cdb5b5fcfa3dc6f5771081bb12081ce31b16d3c
(cherry picked from commit 4af9431ab9)
This commit is contained in:
ansao-aci
2020-10-06 18:08:34 +05:30
committed by Thomas Bachman
parent 69a5f73ce6
commit 787cf2fce3
3 changed files with 32 additions and 0 deletions

View File

@@ -120,6 +120,10 @@ class InvalidNetworkForQos(exceptions.BadRequest):
"an external or SVI network.")
class InvalidPolicyTargetForQos(exceptions.BadRequest):
message = _("Apic_aim does not support QoS policy for Floating IP.")
class InvalidPreexistingBdForNetwork(exceptions.BadRequest):
message = _("The Bridge Domain specified in apic:distinguished_names "
"either does not exist in ACI or belongs to another network "