** Changed in: quantum
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1123114

Title:
  Loadbalancing: Missing validation in Vip creation

Status in OpenStack Quantum (virtual network service):
  Fix Released

Bug description:
  Both Vip and Pool has a field named protocol. Valid values for this field are 
: "HTTP", "HTTPS", "TCP"
  The code needs to validate the combinations of Vip(protocol) and 
Pool(protocol)
  Valid combinations are:
  1) Vip(TCP) -- Pool(TCP)
  2) Vip(HTTP) -- Pool(HTTP)
  3) Vip(HTTPS) -- Pool(HTTPS)

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1123114/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to