[Yahoo-eng-team] [Bug 1614920] [NEW] Move OVO exceptions to neutron-lib

2016-08-19 Thread John Perkins
Public bug reported: Move OVO exceptions to neutron-lib/exceptions ** Affects: neutron Importance: Wishlist Assignee: John Perkins (john-d-perkins) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1614478] [NEW] Synthetic_fields can contain any string

2016-08-18 Thread John Perkins
Public bug reported: The objects/base NeutronDbObject doesn't check synthetic_fields for validity, so typos and errors pass silently. ** Affects: neutron Importance: Low Assignee: John Perkins (john-d-perkins) Status: New ** Changed in: neutron Importance: Undecided =>

[Yahoo-eng-team] [Bug 1614103] [NEW] OVO class attributes unrelated to OVO should start with underscore

2016-08-17 Thread John Perkins
odels" that is unrelated to OVO, so this should start with an underscore. ** Affects: neutron Importance: Undecided Assignee: John Perkins (john-d-perkins) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1600691] Re: Should not create overlapped subnetpool in one tenant

2016-07-11 Thread John Perkins
** Changed in: neutron Importance: Undecided => Wishlist ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1600691 Title: Should

[Yahoo-eng-team] [Bug 1493945] Re: Router scheduling at network node fails under scale

2016-07-07 Thread John Perkins
Unable to reproduce. May have been fixed by bugs closed in comment #3. ** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1493945

[Yahoo-eng-team] [Bug 1599718] Re: json formatter is of no use

2016-07-07 Thread John Perkins
Without --noindent I get: ohn@ubuntu:~$ neutron net-ip-availability-show ddc4d6f0-1838-473b-b72c-6396b8633022 -f json { "used_ips": 2, "subnet_ip_availability": "{\"used_ips\": 1, \"subnet_id\": \"68d7f116-0cba-44cc-80d8-43d2bd983420\", \"subnet_name\": \"public-subnet\", \"ip_version\":

[Yahoo-eng-team] [Bug 1599061] Re: Some resources not listed in the help msg of quota-update command and updating these resources's quota of a given tenant returned a new tenant's quota

2016-07-05 Thread John Perkins
** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1599061 Title: Some resources not listed in the help msg of quota-update command and

[Yahoo-eng-team] [Bug 1599032] Re: qos for outbond traffic control

2016-07-05 Thread John Perkins
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1599032 Title: qos for outbond traffic control Status in neutron: Invalid Bug

[Yahoo-eng-team] [Bug 1577650] [NEW] RBACColumns defines abstract methods and properties but isn't decorated as a metaclass

2016-05-02 Thread John Perkins
Public bug reported: RBACColumns defines abstractproperty object_type() and abstractmethod get_valid_actions() but is not decorated with @six.add_metaclass(abc.ABCMeta). Decorating RBACColumns correctly causes a lot of test failures. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1577648] [NEW] Many classes lack @six.add_metaclass decoration

2016-05-02 Thread John Perkins
in db/rbac_db_models.py causes failures and will be reported separately. ** Affects: neutron Importance: Undecided Assignee: John Perkins (john-d-perkins) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1573388] [NEW] AvailabilityZonePluginBase isn't decorated with @six.add_metaclass

2016-04-21 Thread John Perkins
Public bug reported: AvailabilityZonePluginBase isn't decorated with @six.add_metaclass, allowing for child classes that do not properly handle get_availability_zones and validate_availability_zones. ** Affects: neutron Importance: Undecided Assignee: John Perkins (john-d-perkins

[Yahoo-eng-team] [Bug 1566496] Re: DepricationWarning message occurs in functional db testing

2016-04-05 Thread John Perkins
I must have been on an old branch, this was fixed here: https://github.com/openstack/neutron/commit/13fe6af8a2174e188cda9ffc5748df7c8b03d464 ** Changed in: neutron Status: New => Invalid ** Changed in: neutron Assignee: John Perkins (john-d-perkins) => (unassigned) -- You re

[Yahoo-eng-team] [Bug 1566496] [NEW] DepricationWarning message occurs in functional db testing

2016-04-05 Thread John Perkins
()' is deprecated: Builtin _ translation function is deprecated in OpenStack; use the function from _i18n module for your project. ** Affects: neutron Importance: Undecided Assignee: John Perkins (john-d-perkins) Status: New ** Changed in: neutron Assignee: (unassigned) => John Perk

[Yahoo-eng-team] [Bug 1441879] [NEW] POST body not json causing 500's

2015-04-08 Thread John Perkins
Public bug reported: The body of a POST request may be something other than JSON. When this occurs, a 500 is returned. ** Affects: neutron Importance: Undecided Assignee: John Perkins (john-d-perkins) Status: New ** Changed in: neutron Assignee: (unassigned) = John

[Yahoo-eng-team] [Bug 1379889] [NEW] exit(1) masks errors

2014-10-10 Thread John Perkins
Public bug reported: In wsgi.py, line 134, os.exit(1) prevents errors from being raised, which makes debugging difficult. Changing os.exit(1) to raise will allow developers to see the proper debugging information. ** Affects: neutron Importance: Undecided Status: New **