Block qos config in floating ip.
Change-Id: I0cdb5b5fcfa3dc6f5771081bb12081ce31b16d3c
(cherry picked from commit 4af9431ab9)
This commit is contained in:
committed by
Thomas Bachman
parent
69a5f73ce6
commit
787cf2fce3
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user