[Yahoo-eng-team] [Bug 1577033] Re: python-glanceclient issue in rdo-release-kilo-2.noarch.rpm

2016-05-02 Thread Santhosh Chami
** Also affects: centos Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1577033 Title: python-glanceclient issue in

[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
Public bug reported: There are roughly a dozen classes in Neutron that define abstract methods or properties but are not decorated with @six.add_metaclass(abc.ABCMeta). Without this decoration, children can be created without defining the required methods or properties. Decorating RBACColumns in

[Yahoo-eng-team] [Bug 1577642] [NEW] race between disk_available_least and instance operations

2016-05-02 Thread Chris Friesen
Public bug reported: The calculation for LibvirtDriver._get_disk_over_committed_size_total() loops over all the instances on the hypervisor to try to figure out the total overcommitted size for all instances. However, at the time that routine is called from

[Yahoo-eng-team] [Bug 1577630] Re: ERROR neutron_lbaas.agent.agent_manager - HaproxyNSDriver

2016-05-02 Thread Brandon Logan
in the lbaas_agent.ini file you should have: device_driver = neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1200889] Re: failed to reset port's fixed_ips to None

2016-05-02 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/1200889

[Yahoo-eng-team] [Bug 1212119] Re: db-manager's logging is not set right before being used

2016-05-02 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/1212119

[Yahoo-eng-team] [Bug 1487275] Re: add an API to show services registered in neutron deployment

2016-05-02 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/1487275

[Yahoo-eng-team] [Bug 1511982] Re: Unable to upgrade the DB from kilo to liberty with VPNaaS

2016-05-02 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/1511982

[Yahoo-eng-team] [Bug 1513242] Re: StaleDataError in disassociate_floatingips

2016-05-02 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/1513242

[Yahoo-eng-team] [Bug 1577630] [NEW] ERROR neutron_lbaas.agent.agent_manager - HaproxyNSDriver

2016-05-02 Thread Igor Meneguitte Ávila
Public bug reported: Hi, I use OpenStack Liberty with Ubuntu 14.04. I installed LBaaSv2; # aptitude install haproxy neutron-lbaasv2-agent python-neutron-lbaas /etc/neutron/neutron.conf [DEFAULT] service_plugins = router,neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2

[Yahoo-eng-team] [Bug 1576046] Re: test_create_router_port_and_fail_create_postcommit makes networking-odl py27 and py34 fail

2016-05-02 Thread Rui Zang
@Armando: Networking-odl got a workaround[1] merged in, but it is by skipping this test case which should be removed when this problem is actually fixed. [1]https://review.openstack.org/#/c/310626/ ** Changed in: neutron Status: Invalid => In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1573197] Re: [RFE] Neutron API enhancement for visibility into multi-segmented networks

2016-05-02 Thread Carl Baldwin
After talking with Sukhdev and a Manila person at the summit on Friday and looking at the Manila use case, I understand much better what the use case is you're after here. An ML2 mechanism driver that will bind the port to the Manila file server will have access to all of the details it needs.

[Yahoo-eng-team] [Bug 1572372] Re: Can not install bgp by devstack

2016-05-02 Thread Armando Migliaccio
At this point this should be tried on stable/mitaka, until the folks get to a sane point post split. ** Tags removed: rfe ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1577584] [NEW] mitaka now requires firewall driver in neutron server conf or hybrid agents break

2016-05-02 Thread Kevin Benton
Public bug reported: Change I13e5cda8b5f3a13a60b14d80e54f198f32d7a529 added the OVS firewall driver. However, the logic that determined which VIF details to pass to Nova for hybrid plugging required that the firewall driver be set on the server side, which was not previously a requirement. This

[Yahoo-eng-team] [Bug 1575033] Re: [Fullstack] iptables-restore fails with RuntimeError for ipset

2016-05-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/311766 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=77456735cbc9066dda8186937cb6ee2073833123 Submitter: Jenkins Branch:master commit 77456735cbc9066dda8186937cb6ee2073833123 Author: Jakub Libosvar Date:

[Yahoo-eng-team] [Bug 1577101] Re: RBAC "Access_as_external" multiple IDs in target_tenant

2016-05-02 Thread Kevin Benton
The appropriate way to create policies for multiple tenants is to create multiple policies. neutron rbac-create admin-ext --action access_as_external --target-tenant a654338c862f401a8665c3fbed289a75 --type network neutron rbac-create admin-ext --action access_as_external --target- tenant

[Yahoo-eng-team] [Bug 1577572] [NEW] [RFE] Routing providers framework

2016-05-02 Thread Ryan Tidwell
Public bug reported: It would extremely helpful if Neutron were able to determine whether there is a mechanism operating on an external network that can handle advertising next-hops to upstream routers. "Fast-exit" DVR (https://bugs.launchpad.net/neutron/+bug/1577488) is an example of a use case

[Yahoo-eng-team] [Bug 1577571] [NEW] deepcopy of ATTR_NOT_SPECIFIED creates new object

2016-05-02 Thread Brandon Logan
Public bug reported: ATTR_NOT_SPECIFIED is meant to be a constant value, but since it is just an instance of an object(), doing a copy.deepcopy of it will create a new instantiation of object. ** Affects: neutron Importance: Undecided Assignee: Brandon Logan (brandon-logan)

[Yahoo-eng-team] [Bug 1570591] Re: Style: Instance Detail Console Error is not consistent

2016-05-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/306095 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8caf61a759ffde3c4211bb95fe9327f5abe2a99b Submitter: Jenkins Branch:master commit 8caf61a759ffde3c4211bb95fe9327f5abe2a99b Author: Diana Whitten

[Yahoo-eng-team] [Bug 1568325] Re: Phantom is causing JS tests to fail constantly

2016-05-02 Thread Travis Tripp
** Also affects: searchlight Importance: Undecided Status: New ** Changed in: searchlight Assignee: (unassigned) => Travis Tripp (travis-tripp) ** Changed in: searchlight Milestone: None => newton-1 -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1577565] [NEW] Instance table action dropdown items not showing up

2016-05-02 Thread Cindy Lu
Public bug reported: Button actions font color is white and not showing up. Associate Floating IP Links and btn-danger buttons show up fine: Detach Volume ** Affects: horizon Importance: Undecided Assignee: Cindy Lu (clu-m) Status: New ** Attachment added: "Screen

[Yahoo-eng-team] [Bug 1569783] Re: JS dev dependencies are outdated

2016-05-02 Thread Travis Tripp
** Also affects: searchlight Importance: Undecided Status: New ** Changed in: searchlight Assignee: (unassigned) => Travis Tripp (travis-tripp) ** Changed in: searchlight Milestone: None => newton-1 -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1577558] [NEW] v2.0 fernet tokens audit ids are inconsistent

2016-05-02 Thread Lance Bragstad
Public bug reported: If you set the token provider to token.provider = fernet, get an unscoped token from v2.0, then rescope that token to a project, you'll notice the audit ids don't match. I've recreated this issue in a test [0]. What should happen is that the unscoped token response will have

[Yahoo-eng-team] [Bug 1577543] [NEW] Barbican Scenario Test (TLS with Intermediates)

2016-05-02 Thread Franklin Naval
Public bug reported: * scenario test that does the following: 1. Create 1 compute server and run 2 web server on it 2. Create SSL Cert, Private Key with intermediates 3. Upload SSL Cert and Private Key to Barbican secrets and get their reference 4. Create Barbican TLS container with

[Yahoo-eng-team] [Bug 1577539] [NEW] Neutron-LBaaS v2: Update/Delete LB Admin Tests

2016-05-02 Thread Franklin Naval
Public bug reported: * create update and delete admin tests ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: New ** Tags: lbaasv2 ** Changed in: neutron Assignee: (unassigned) => Franklin Naval (franknaval) -- You received this

[Yahoo-eng-team] [Bug 1577538] [NEW] Neutron-LBaaS v2: Update/Delete Listener Admin Tests

2016-05-02 Thread Franklin Naval
Public bug reported: * create admin tests around update and deleting listeners ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Tags: lbaasv2 ** Changed in: neutron Assignee: (unassigned) => Franklin Naval

[Yahoo-eng-team] [Bug 1562681] Re: Post instance evacuation, image metadata is not retained when using shared storage

2016-05-02 Thread OpenStack Infra
Reviewed: https://review.openstack.org/309440 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=82098d06dbaf401966a70c873b8aa97e7eab4b10 Submitter: Jenkins Branch:master commit 82098d06dbaf401966a70c873b8aa97e7eab4b10 Author: Kashyap Chamarthy Date:

[Yahoo-eng-team] [Bug 1577541] [NEW] Neutron-LBaaS v2: TLS Listeners Functional Tests

2016-05-02 Thread Franklin Naval
Public bug reported: Create the following tests: * A battery of CRUD tests around TLS listeners * Dependent on Barbican to generate default_tls_container_ref ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Tags: lbaasv2

[Yahoo-eng-team] [Bug 1577533] [NEW] Neutron-LBaaS v2: Admin Member Update Delete Tests

2016-05-02 Thread Franklin Naval
Public bug reported: create the following tests: * update and delete tests for admin * some create tests added ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: New ** Tags: lbaasv2 ** Changed in: neutron Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1577535] [NEW] Neutron-LBaaS v2: Admin Health Monitors Update Delete Tests

2016-05-02 Thread Franklin Naval
Public bug reported: * create tests for update and deleting admin health monitors ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Tags: lbaasv2 ** Changed in: neutron Assignee: (unassigned) => Franklin Naval

[Yahoo-eng-team] [Bug 1577537] [NEW] Neutron-LBaaS v2: Update/Delete Pools Admin Tests

2016-05-02 Thread Franklin Naval
Public bug reported: * create admin tests around update and delete listeners ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Tags: lbaasv2 ** Changed in: neutron Assignee: (unassigned) => Franklin Naval

[Yahoo-eng-team] [Bug 1577531] [NEW] Neutron-LBaaS v2: Listener and Member Port Tests

2016-05-02 Thread Franklin Naval
Public bug reported: * create tests that check ports for listener and member ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Franklin Naval (franknaval) -- You received

[Yahoo-eng-team] [Bug 1577532] [NEW] Neutron-LBaaS v2: Listeners and Pools Protocol tests

2016-05-02 Thread Franklin Naval
Public bug reported: * create data driven tests for protocols using pools and listeners ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Tags: lbaasv2 -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1577529] [NEW] Neutron-LBaaS v2: Member Scenario Test

2016-05-02 Thread Franklin Naval
Public bug reported: Create the following tests: * checks that a member is unreachable when: * admin_state_up is False * weight is 0 * member is removed from the pool ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress **

[Yahoo-eng-team] [Bug 1577526] [NEW] Neutron-LBaaS v2: Shared Pools Functional Tests

2016-05-02 Thread Franklin Naval
Public bug reported: * check shared pools functionality using listeners and pools ** Affects: neutron Importance: Undecided Assignee: Franklin Naval (franknaval) Status: In Progress ** Tags: lbaasv2 ** Changed in: neutron Assignee: (unassigned) => Franklin Naval

[Yahoo-eng-team] [Bug 1577488] [NEW] [RFE]"Fast exit" for compute node egress flows when using DVR

2016-05-02 Thread Ryan Tidwell
Public bug reported: In its current state, distributed north-south flows with DVR can only be acheived when a floating IP is bound to a fixed IP. Without a floating IP associated, the north-south flows are steered through the centralized SNAT node, even if you are directly routing the tenant

[Yahoo-eng-team] [Bug 1577459] [NEW] Incorrect conditional / assignment in SolidFireDriver

2016-05-02 Thread Yosef Hoffman
Public bug reported: References below are in https://git.openstack.org/cgit/openstack/cinder/tree/cinder/volume/drivers/solidfire.py#n351 In _init_volume_mappings (line 341): if v.get('provider_id', 'nil') != sfvol['volumeID']: <-- This value does not match the value that

[Yahoo-eng-team] [Bug 1577457] [NEW] LinuxBridge fullstack tests run with noop firewall

2016-05-02 Thread Jakub Libosvar
Public bug reported: LinuxBridge agents should be using iptables firewall ** Affects: neutron Importance: Undecided Status: New ** Tags: fullstack ** Tags added: fullstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1570748] Re: Bug: resize instance after edit flavor with horizon

2016-05-02 Thread Eric Fried
** Changed in: nova-powervm Status: Fix Released => Fix Committed ** Changed in: nova-powervm Assignee: (unassigned) => Drew Thorstensen (thorst) ** Changed in: nova-powervm Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1562681] Re: Post instance evacuation, image metadata is not retained

2016-05-02 Thread Matt Riedemann
** Also affects: nova/mitaka Importance: Undecided Status: New ** Also affects: nova/liberty 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 1577410] [NEW] Neutron needs a test for GET /

2016-05-02 Thread Mark T. Voelker
Public bug reported: A fundamental operation for most OpenStack services is providing information about what versions of an API are available to clients. A version document can be retrieved by sending an unauthenticated GET request to the root URL ("/") for most services, including Neutron. This

[Yahoo-eng-team] [Bug 1577378] [NEW] not set 413 as expected return error for server-metadata

2016-05-02 Thread jichenjc
Public bug reported: https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/server_metadata.py#L76 has 413 as expected ouptut, however, it returns 400 now DEBUG (session:225) REQ: curl -g -i -X POST

[Yahoo-eng-team] [Bug 1577306] Re: coverage post job fails

2016-05-02 Thread Ryan Moats
Looking in logstash, this doesn't appear *that* often in the past seven days (only seven times) but appears to be cross project - reassigning to those projects for further triage. ** Project changed: neutron => oslo.concurrency ** Also affects: python-glanceclient Importance: Undecided

[Yahoo-eng-team] [Bug 1577311] [NEW] OperationalError: (pymysql.err.OperationalError)

2016-05-02 Thread wangolo
Public bug reported: This error happens in Mitaka on ubuntu 14.04 I have configured nova on separate nodes 1) 192.168.1.177 (Glance) 2)192.168.1.176(Keystone, and mysql for both glance, keystone, nova). 3)192.168.1.181(nova controller and nova compute). Am using a python script nova to connect

[Yahoo-eng-team] [Bug 1577306] [NEW] coverage post job fails

2016-05-02 Thread Andreas Jaeger
Public bug reported: After each merge, coverage is run - and fails currently. Example: http://logs.openstack.org/18/187415f34dd34169a563088dbb216ab2ed533992/post /neutron-coverage/c93fb3a/ Error is: Unrecognized option '[report] ignore-errors=' in config file .coveragerc ** Affects: neutron

[Yahoo-eng-team] [Bug 1384652] Re: _stylesheet.html won't get replaced by custom dashboard

2016-05-02 Thread Rob Cresswell
Closing, following the discussion above. ** Changed in: horizon Status: Confirmed => Invalid -- 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/1384652 Title:

[Yahoo-eng-team] [Bug 1490793] Re: Filtering volume sources doesn't work in ng launch instance wizard

2016-05-02 Thread Rob Cresswell
This has been addressed by the use of magic search in master. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1577289] [NEW] Ensure floating IPs only use IPv4 addresses

2016-05-02 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/267891 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1420423] Re: delete object does not work when Pseudo Folder is added with ' at the end of folder name e.g. test'

2016-05-02 Thread Rob Cresswell
The Swift interface has been replaced by a new one, so marking this as Wont Fix as it is non-critical. ** Changed in: horizon Status: New => Won't Fix ** Changed in: horizon Assignee: Wu Wenxiang (wu-wenxiang) => (unassigned) -- You received this bug notification because you are a