[Yahoo-eng-team] [Bug 1540525] [NEW] DB diagram is not displayed in the documentation

2016-02-01 Thread Victor Morales
Public bug reported: Having the current database diagram in the documentation is something necessary for developers, operators and testers. Given the nature of the project and the constantly changes it's difficult to track changes and keep them in the repository, therefore the process to

[Yahoo-eng-team] [Bug 1538746] Re: tempest v2 scenario tests not passing config to serviceclient and support netcat using cirros 0.3.3 image

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/273262 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=e99b46953ade6d32ce660ae42f6b8d1e13f51624 Submitter: Jenkins Branch:master commit e99b46953ade6d32ce660ae42f6b8d1e13f51624 Author: madhusudhan-kandadai

[Yahoo-eng-team] [Bug 1419825] Re: sample_data script fails when run against ssl enabled keystone

2016-02-01 Thread Morgan Fainberg
With Eventlet and PKI tokens disappearing this bug is being marked as "wont fix". There is nothing left to do. Thanks for looking at it and working on it, sorry for letting it linger as long as it has. ** Changed in: keystone Status: In Progress => Won't Fix ** Changed in: keystone

[Yahoo-eng-team] [Bug 1540526] [NEW] Too many lazy-loads in predictable situations

2016-02-01 Thread Dan Smith
Public bug reported: During a normal tempest run, way (way) too many object lazy-loads are being triggered, which causes extra RPC and database traffic. In a given tempest run, we should be able to pretty much prevent any lazy-loads in that predictable situation. The only case where we might want

[Yahoo-eng-team] [Bug 1540555] [NEW] Nobody listens to network delete notifications

2016-02-01 Thread Dmitry Mescheryakov
Public bug reported: Here it can be seen that agents are notified of network delete event: https://github.com/openstack/neutron/blob/8.0.0.0b2/neutron/plugins/ml2/rpc.py#L304 But on the agent side only network update events are being listened:

[Yahoo-eng-team] [Bug 1540565] [NEW] lbaas v2 dashboard uses unclear "Admin State Up" terminology

2016-02-01 Thread Doug Fish
Public bug reported: The lbaas v2 Horizon plugin at https://github.com/openstack/neutron- lbaas-dashboard/ uses the phrase "Admin State Up" Yes/No. It seems clearer to change this terminology to "Admin State: Up (or Down)" as suggested in this code review:

[Yahoo-eng-team] [Bug 1540633] [NEW] Release networking-infoblox 2.0.0

2016-02-01 Thread John Belamaric
Public bug reported: networking-infoblox is ready for release of the 2.0.0 version of the driver tag 2.0.0 master @ 61919945158f980eb11d82a6c26893ff04d4e869 ** Affects: networking-infoblox Importance: Undecided Status: New ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1540555] Re: Nobody listens to network delete notifications

2016-02-01 Thread Eugene Nikanorov
It's correct observation, Nate. Linux bridge agent uses this notification to delete network's bridge unlike OVS agent which only needs port delete notifications. I think it's not a big deal if notifications are just lost if nobody consumes them. Closing as invalid. ** Changed in: neutron

[Yahoo-eng-team] [Bug 1540633] Re: Release networking-infoblox 2.0.0

2016-02-01 Thread John Belamaric
** Changed in: networking-infoblox Status: New => Fix Released ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1540633

[Yahoo-eng-team] [Bug 1540682] [NEW] InstanceNotFound during instance usage audit

2016-02-01 Thread Corey Wright
Public bug reported: tl;dr set read_deleted to "yes" on the admin context used by the periodic _instance_usage_audit() so info can be retrieved on deleted instances. Explanation: nova.compute.manager.Manager._instance_usage_audit() has a bug where, though get_active_by_window_joined() properly

[Yahoo-eng-team] [Bug 1524576] Re: Enhance ML2 Type Driver interface to include network ID

2016-02-01 Thread Mitchell Jameson
** 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/1524576 Title: Enhance ML2 Type Driver interface to include network ID

[Yahoo-eng-team] [Bug 1017606] Re: Mixing references to 'Tenants' and 'Projects' is confusing

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/273757 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=18e926410214149a3655543aae97e193c4a4b528 Submitter: Jenkins Branch:master commit 18e926410214149a3655543aae97e193c4a4b528 Author: Steve Martinelli

[Yahoo-eng-team] [Bug 1540254] [NEW] "#flake8: noqa" is using incorrectly

2016-02-01 Thread Wang Bo
Public bug reported: "# flake8: noqa" option disables all checks for the whole file. To disable one line we should use "# noqa". Refer to: https://pypi.python.org/pypi/flake8 https://github.com/openstack/python-keystoneclient/commit/3b766c51438396a0ab0032de309c9d56e275e0cb ** Affects: horizon

[Yahoo-eng-team] [Bug 1540254] Re: "#flake8: noqa" is using incorrectly

2016-02-01 Thread Wang Bo
** Also affects: python-heatclient Importance: Undecided Status: New ** Changed in: python-heatclient Assignee: (unassigned) => Wang Bo (chestack) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1540259] [NEW] uselist should be True to DVRPortBinding orm.relationship

2016-02-01 Thread ZongKai LI
Public bug reported: In DVR scenario, after a router interface has been bound to multiple hosts, when we remove this interface from router, in neutron server log, SQL warning will raise: SAWarning: Multiple rows returned with uselist=False for eagerly-loaded attribute 'Port.dvr_port_binding'

[Yahoo-eng-team] [Bug 1540267] [NEW] UpdateMetada action doesn't work right after the image creation

2016-02-01 Thread Yury Tregubov
Public bug reported: In 9.0.0. version deployed with devstack the following behaviour was found. After image creation by any user: Project -> Compute -> Images -> Create Image The action 'Update Metadata' doesn’t work. Nothing happens after the click, the form doesn't appear. However after the

[Yahoo-eng-team] [Bug 1516226] Re: Keystone V2 User API can access users outside of the default domain

2016-02-01 Thread Morgan Fainberg
This is the same basic issue as the behavior where you can auth with a user outside the default domain if you know the id. This is not something we can "fix" or "correct" without breaking past behavior... deprecation and finally removal of V2 will be the solution here. ** Changed in: keystone

[Yahoo-eng-team] [Bug 1540271] [NEW] ha interface cleanup can leave orphans

2016-02-01 Thread Kevin Benton
Public bug reported: The HA delete_router routine may leave behind stranded interfaces if it fails to delete the HA ports because it deletes the router object before removing the ports. This failure could be an issue in the loaded ML2 drivers, or it could simply be that the neutron server process

[Yahoo-eng-team] [Bug 1522008] Re: Nova delete instance fails if cleaning is not async

2016-02-01 Thread Yuriy Zveryanskyy
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1522008 Title: Nova delete instance fails if cleaning

[Yahoo-eng-team] [Bug 1540342] Re: Duplicated code

2016-02-01 Thread Erno Kuvaja
The v1 code in deprecation plans and should not be refactored. ** Changed in: glance Importance: Undecided => Wishlist ** Changed in: glance Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1401057] Re: Direct mapping in mapping rules don't work with keywords

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/175980 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=c8682888bc5a9661771bf1017392156562b7084d Submitter: Jenkins Branch:master commit c8682888bc5a9661771bf1017392156562b7084d Author: Marek Denis Date:

[Yahoo-eng-team] [Bug 1540484] [NEW] Network topology should fit the screen

2016-02-01 Thread Ido Ovadia
Public bug reported: Description of problem: === Network topology should fit the screen. User can move the network topology beyond screen border Version-Release number of selected component: =

[Yahoo-eng-team] [Bug 1540254] Re: "#flake8: noqa" is using incorrectly

2016-02-01 Thread Wang Bo
** Also affects: python-novaclient Importance: Undecided Status: New ** Changed in: python-novaclient Assignee: (unassigned) => Wang Bo (chestack) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1540335] [NEW] impoetError:ml2 cannot be foune

2016-02-01 Thread syed
Public bug reported: No handlers could be found for logger "neutron.common.legacy" Traceback (most recent call last): File "/usr/bin/neutron-db-manage", line 10, in sys.exit(main()) File "/usr/lib/python2.6/site-packages/neutron/db/migration/cli.py", line 169, in main

[Yahoo-eng-team] [Bug 1540342] [NEW] Duplicated code

2016-02-01 Thread Béla Vancsics
Public bug reported: It's duplicated code in the code (glance/common/artifacts/definitions.py and glance/registry/api/v1/members.py) http://openqa.sed.hu/dashboard/index/137222?did=1 ** Affects: glance Importance: Undecided Assignee: Béla Vancsics (vancsics) Status: In

[Yahoo-eng-team] [Bug 1504725] Re: rabbitmq-server restart twice, log is crazy increasing until service restart

2016-02-01 Thread Mike Merinov
** Also affects: nova Importance: Undecided Status: New ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1540764] [NEW] build instance fail with sriov port on child cell

2016-02-01 Thread likun
Public bug reported: Version: Kilo Liberty When I was trying to build instance with sriov port on my child cell, I used the following command: nova boot --image 6df3b3d4-3c9e-4772-9f18-b6f42c6a9c77 --flavor 3 --nic port-id=61c20d21-43fe-487d-9296-893172cb725f --hint

[Yahoo-eng-team] [Bug 1540779] [NEW] DVR router should not allow manually removed from an agent in 'dvr' mode

2016-02-01 Thread ZongKai LI
Public bug reported: Per bp/improve-dvr-l3-agent-binding, command "neutron l3-agent-list-hosting-router ROUTER" couldn't show bindings for DVR routers on agents in 'dvr' mode now. It's good to hide the implicit *binding* between DVR router and agent in 'dvr' mode, for DVR routers should come

[Yahoo-eng-team] [Bug 1538411] Re: exception.AutoDiskConfigDisabledByImage is expected 2 times in _resize

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/272913 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b08e6e7a83565a13b0d8747d21d4e0c60eaebcb3 Submitter: Jenkins Branch:master commit b08e6e7a83565a13b0d8747d21d4e0c60eaebcb3 Author: Eli Qiao Date: Wed

[Yahoo-eng-team] [Bug 1493512] Re: n-cpu misreports shared storage when attempting to block migrate

2016-02-01 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1497396] Re: Network creation and Router Creation times degrade with large number of instances

2016-02-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1497396

[Yahoo-eng-team] [Bug 1467471] Re: RFE - Support Distributed SNAT with DVR

2016-02-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1467471

[Yahoo-eng-team] [Bug 1540745] [NEW] Style: Material: Better Inverse Dropdown Header Color

2016-02-01 Thread Diana Whitten
Public bug reported: Right now, Bootswatch's 'paper' sets the color of the .dropdown-header to be a light gray regardless of whether its an inverse navbar. This is not ideal. It should inherit the same color. https://i.imgur.com/mfYHTMf.png ** Affects: horizon Importance: Wishlist

[Yahoo-eng-team] [Bug 1540755] [NEW] The edit image should be changed to update image

2016-02-01 Thread space
Public bug reported: The edit image should be changed to update image. ** Affects: horizon Importance: Undecided Assignee: space (fengzhr) Status: New ** Changed in: horizon Assignee: (unassigned) => space (fengzhr) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1513144] Re: [RFE] Allow admin to mark agents down

2016-02-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1513144

[Yahoo-eng-team] [Bug 1498522] Re: Some VPN service is "pending" status after vpn connection status is "active"

2016-02-01 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498522

[Yahoo-eng-team] [Bug 1540728] [NEW] fix hiding of domain and region fields on login screen

2016-02-01 Thread Dan Nguyen
Public bug reported: When Horizon is configured with WebSSO enabled the domain field and region field should be hidden when the selected auth_type NOT "Keystone Credentials". Steps to Reproduce -- 1. Edit the local_settings.py to have the following

[Yahoo-eng-team] [Bug 1540748] [NEW] ml2: port_update and port_delete should not use faout notify

2016-02-01 Thread shihanzhang
Public bug reported: Now for ml2 plugin, neutron-server use faout RPC message for port_update and port_delete, the codes as below: def port_update(self, context, port, network_type, segmentation_id, physical_network): cctxt =

[Yahoo-eng-team] [Bug 1540254] Re: "#flake8: noqa" is using incorrectly

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/274548 Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=3298ad98c88309c0aab972284b2a403573224c94 Submitter: Jenkins Branch:master commit 3298ad98c88309c0aab972284b2a403573224c94 Author: Bo Wang

[Yahoo-eng-team] [Bug 1540719] [NEW] Integration tests browser maximise makes working on tests painful

2016-02-01 Thread Richard Jones
Public bug reported: Currently the webdriver for the integration test suite maximises the browser, making it difficult to work with other windows during a test run. We should investigate whether the maximisation is even necessary, at least, with a view to turning it off permanently. ** Affects:

[Yahoo-eng-team] [Bug 1111192] Re: quantumclient unit test: Declare less variables when possible

2016-02-01 Thread Launchpad Bug Tracker
[Expired for python-neutronclient because there has been no activity for 60 days.] ** Changed in: python-neutronclient Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1540763] [NEW] oslo.db emits deprecation warnings

2016-02-01 Thread Steve Martinelli
Public bug reported: our py34 tests are littered with deprecation warnings from oslo.db: ./opt/stack/keystone/.tox/py34/lib/python3.4/site- packages/oslo_db/sqlalchemy/enginefacade.py:1056: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade here's a

[Yahoo-eng-team] [Bug 1470931] Re: Disable router advertisement for qbr devices

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/198054 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5ab1b1b1c456b8b43edbd1bddd74b96b56ab80e6 Submitter: Jenkins Branch:master commit 5ab1b1b1c456b8b43edbd1bddd74b96b56ab80e6 Author: Adam Kacmarsky Date:

[Yahoo-eng-team] [Bug 1458934] Re: Ironic: heavy polling

2016-02-01 Thread OpenStack Infra
Reviewed: https://review.openstack.org/221848 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=26c69a6a62a138ccdb88ecc5bf75330a04e5de0b Submitter: Jenkins Branch:master commit 26c69a6a62a138ccdb88ecc5bf75330a04e5de0b Author: Lucas Alvares Gomes

[Yahoo-eng-team] [Bug 1540386] [NEW] Unexpected API Error

2016-02-01 Thread Ralet
Public bug reported: I try to launch via the web-interface an ubuntu image generated with qemu. The error message I received is the following: Error: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. (HTTP 500) (Request-ID:

[Yahoo-eng-team] [Bug 1537754] Re: Unable to associate floating IP 172.24.5.4 to fixed IP 10.1.0.5 for instance ...

2016-02-01 Thread Dmitry Tantsur
** Changed in: ironic Status: Triaged => 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/1537754 Title: Unable to associate floating IP 172.24.5.4 to fixed IP 10.1.0.5 for

[Yahoo-eng-team] [Bug 1540411] [NEW] kilo: ValueError: git history requires a target version of pbr.version.SemanticVersion(2015.1.4), but target version is pbr.version.SemanticVersion(2015.1.3)

2016-02-01 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/57/266957/1/gate/gate-tempest-dsvm-neutron- linuxbridge/ed15bbf/logs/devstacklog.txt.gz#_2016-01-31_05_55_23_989

[Yahoo-eng-team] [Bug 1539029] Re: rollback_live_migration_at_destination fails in libvirt - expects migrate_data object, gets dictionary

2016-02-01 Thread Drew Thorstensen
** Changed in: nova Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1539029 Title: rollback_live_migration_at_destination fails in

[Yahoo-eng-team] [Bug 1528676] Re: OpenLDAP password policy not enforced for password changes

2016-02-01 Thread Tristan Cacqueray
Agreed on class D, I closed the OSSA task, this could be re-opened whenever the situation changes. ** Changed in: ossa Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1540512] [NEW] Host dependent IPAM

2016-02-01 Thread PSargent
Public bug reported: Many organizations use complex IP address convention, which is managed by spreadsheets or documents in order to track IP addresses and prevent duplicate IP addresses. IP address conflicts is one of the most common issues that can happen on an enterprise network. Currently,

[Yahoo-eng-team] [Bug 1540495] [NEW] Version 0.28 of xfvbwrapper breaks integration tests

2016-02-01 Thread Timur Sufiev
Public bug reported: Version 0.28 (released on Jan 31) breaks all integration tests with stacktrace 2016-02-01 16:58:10.961 | 2016-02-01 16:58:10.904 | File "/opt/stack/new/horizon/openstack_dashboard/test/integration_tests/helpers.py", line 160, in setUp 2016-02-01 16:58:10.961 | 2016-02-01