← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1598337] Re: lbaasv2:The range of weight in member is usually [0, 255], not [0, 256]

 

neutron-lbaas is retired, closing bug

** Changed in: neutron
       Status: In Progress => Won't Fix

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

Title:
  lbaasv2:The range of weight in member is usually [0,255], not [0,256]

Status in neutron:
  Won't Fix

Bug description:
  Weight in member is created with the range [0,256],
  'weight': {'allow_post': True, 'allow_put': True,
             'default': 1,
             'validate': {'type:range': [0, 256]},
             'convert_to': attr.convert_to_int,
             'is_visible': True},

  Usually,this is [0,255]

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



References