[Yahoo-eng-team] [Bug 1779801] Re: L3 AttributeError in doc job

2018-07-09 Thread Bradley Jones
** Also affects: networking-cisco
   Importance: Undecided
   Status: New

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

Title:
  L3 AttributeError in doc job

Status in networking-cisco:
  New
Status in networking-midonet:
  In Progress
Status in networking-odl:
  Confirmed
Status in neutron:
  New

Bug description:
  e.g http://logs.openstack.org/87/199387/116/check/build-openstack-
  sphinx-docs/a509328/job-output.txt.gz

  2018-07-03 01:03:26.111244 | ubuntu-xenial | Warning, treated as error:
  2018-07-03 01:03:26.111548 | ubuntu-xenial | autodoc: failed to import module 
u'midonet.neutron.db.bgp_db_midonet'; the following exception was raised:
  2018-07-03 01:03:26.111691 | ubuntu-xenial | Traceback (most recent call 
last):
  2018-07-03 01:03:26.112024 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/sphinx/ext/autodoc/importer.py",
 line 152, in import_module
  2018-07-03 01:03:26.112140 | ubuntu-xenial | __import__(modname)
  2018-07-03 01:03:26.112514 | ubuntu-xenial |   File 
"/home/zuul/src/git.openstack.org/openstack/networking-midonet/midonet/neutron/db/bgp_db_midonet.py",
 line 22, in 
  2018-07-03 01:03:26.112701 | ubuntu-xenial | from 
neutron_dynamic_routing.db import bgp_db
  2018-07-03 01:03:26.113035 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron_dynamic_routing/db/bgp_db.py",
 line 21, in 
  2018-07-03 01:03:26.113165 | ubuntu-xenial | from neutron.db import 
l3_dvr_db
  2018-07-03 01:03:26.113413 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron/db/l3_dvr_db.py", 
line 41, in 
  2018-07-03 01:03:26.113524 | ubuntu-xenial | from neutron.db import l3_db
  2018-07-03 01:03:26.113819 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron/db/l3_db.py", line 
51, in 
  2018-07-03 01:03:26.113955 | ubuntu-xenial | from neutron.extensions 
import l3
  2018-07-03 01:03:26.114260 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron/extensions/l3.py", 
line 23, in 
  2018-07-03 01:03:26.114405 | ubuntu-xenial | from neutron.api.v2 import 
resource_helper
  2018-07-03 01:03:26.114730 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron/api/v2/resource_helper.py",
 line 20, in 
  2018-07-03 01:03:26.114877 | ubuntu-xenial | from neutron.api import 
extensions
  2018-07-03 01:03:26.115169 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron/api/extensions.py", 
line 32, in 
  2018-07-03 01:03:26.115336 | ubuntu-xenial | from neutron.plugins.common 
import constants as const
  2018-07-03 01:03:26.115669 | ubuntu-xenial |   File 
"/home/zuul/.venv/local/lib/python2.7/site-packages/neutron/plugins/common/constants.py",
 line 28, in 
  2018-07-03 01:03:26.115768 | ubuntu-xenial | 'router': constants.L3,
  2018-07-03 01:03:26.115894 | ubuntu-xenial | AttributeError: 'module' object 
has no attribute 'L3'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-cisco/+bug/1779801/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1441591] [NEW] Refactor project overview tests

2015-04-08 Thread Bradley Jones
Public bug reported:

Projectoverviewtests.py should use decorators for creating mock stubs
and have less duplicated code

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1441591

Title:
  Refactor project overview tests

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Projectoverviewtests.py should use decorators for creating mock
  stubs and have less duplicated code

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1439717] [NEW] Refactor Quota limit summary template

2015-04-02 Thread Bradley Jones
Public bug reported:

This review https://review.openstack.org/#/c/168335/ highlighted a need
to change the limit summary template under certain conditions which is
difficult with the current template.

The template needs to be re-factored to allow easier customisation and
reflect the changes mentioned in review
https://review.openstack.org/#/c/168335/

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1439717

Title:
  Refactor Quota limit summary template

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  This review https://review.openstack.org/#/c/168335/ highlighted a
  need to change the limit summary template under certain conditions
  which is difficult with the current template.

  The template needs to be re-factored to allow easier customisation and
  reflect the changes mentioned in review
  https://review.openstack.org/#/c/168335/

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1423925] [NEW] show MTU on network details page

2015-02-20 Thread Bradley Jones
Public bug reported:

once this patch https://review.openstack.org/#/c/154921/ goes into
neutron to enable setting the MTU for a network we should show the MTU
in the network details page as this will be useful for debugging

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1423925

Title:
  show MTU on network details page

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  once this patch https://review.openstack.org/#/c/154921/ goes into
  neutron to enable setting the MTU for a network we should show the MTU
  in the network details page as this will be useful for debugging

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1411441] [NEW] Missing spaces in error messages

2015-01-15 Thread Bradley Jones
Public bug reported:

In several places there are error messages that span multiple lines that
are missing spaces

** Affects: neutron
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: In Progress

** Changed in: neutron
 Assignee: (unassigned) = Bradley Jones (bradjones)

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

Title:
  Missing spaces in error messages

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  In several places there are error messages that span multiple lines
  that are missing spaces

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1381073] [NEW] KeyError: 'available' in upstream unit tests

2014-10-14 Thread Bradley Jones
Public bug reported:

Appears in floating_ips/tests

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1381073

Title:
  KeyError: 'available' in upstream unit tests

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Appears in floating_ips/tests

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1370450] [NEW] Create Volume, Size should have default value

2014-09-17 Thread Bradley Jones
Public bug reported:

The minimum size for a Volume is 1GB, therefore this should be the
default for the create volume modal

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1370450

Title:
  Create Volume, Size should have default value

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The minimum size for a Volume is 1GB, therefore this should be the
  default for the create volume modal

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1369621] [NEW] Project limits don't update when using the input selector to change instance count

2014-09-15 Thread Bradley Jones
Public bug reported:

To recreate:
  Project - Compute - Instances - Launch instance
  Change the instance count using the up/down arrows
  Observe how the project limits do not update

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1369621

Title:
  Project limits don't update when using the input selector to change
  instance count

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  To recreate:
Project - Compute - Instances - Launch instance
Change the instance count using the up/down arrows
Observe how the project limits do not update

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1369653] [NEW] Add unit test for testing floating ip quota exceeded

2014-09-15 Thread Bradley Jones
Public bug reported:

Add a unit test to check that the allocate floating ip button is
disabled when the quota is exceeded

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1369653

Title:
  Add unit test for testing floating ip quota exceeded

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Add a unit test to check that the allocate floating ip button is
  disabled when the quota is exceeded

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1369779] [NEW] Create Subnet button respect quotas

2014-09-15 Thread Bradley Jones
Public bug reported:

To recreate: 
project has no available quota for subnets, 
click the network name,
the create subnet button should be disabled

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1369779

Title:
  Create Subnet button respect quotas

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  To recreate: 
  project has no available quota for subnets, 
  click the network name,
  the create subnet button should be disabled

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1367858] [NEW] New network mark network address as required field

2014-09-10 Thread Bradley Jones
Public bug reported:

The network address for a subnet is a required field if a subnet is
being created.

This field should be marked with a * to indicate that it must be filled
in.

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1367858

Title:
  New network mark network address as required field

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The network address for a subnet is a required field if a subnet is
  being created.

  This field should be marked with a * to indicate that it must be
  filled in.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1365959] [NEW] Reduce code duplication in AccessAndSecurityTests

2014-09-05 Thread Bradley Jones
Public bug reported:

test_index and test_index_with_ec2_disabled contain almost identical
code.

A helper function should be introduced to reduce this code duplication

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1365959

Title:
  Reduce code duplication in AccessAndSecurityTests

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  test_index and test_index_with_ec2_disabled contain almost identical
  code.

  A helper function should be introduced to reduce this code duplication

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1358796] [NEW] Min Disk and Min RAM fields should not allow negative values

2014-08-19 Thread Bradley Jones
Public bug reported:

Seen in Create An Image modal

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1358796

Title:
  Min Disk and Min RAM fields should not allow negative values

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Seen in Create An Image modal

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1357335] [NEW] Device size field in the Launch Instance allows negative values

2014-08-15 Thread Bradley Jones
Public bug reported:

For usability the Device size field should not allow negative values

** Affects: horizon
 Importance: Undecided
 Assignee: Bradley Jones (bradjones)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) = Bradley Jones (bradjones)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1357335

Title:
   Device size field in the Launch Instance allows negative values

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  For usability the Device size field should not allow negative values

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp