[Yahoo-eng-team] [Bug 1462152] Re: python-memcache (and therefore) token memcache persistence driver does not support ipv6

2016-07-04 Thread KATO Tomoyuki
Kilo EOL'd ** Changed in: openstack-manuals Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1462152 Title: python-memcache

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/337031 Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=4c2a88b95905ab724a5fff5b19ff10c1ca43f4a3 Submitter: Jenkins Branch:master commit 4c2a88b95905ab724a5fff5b19ff10c1ca43f4a3 Author: yuyafei

[Yahoo-eng-team] [Bug 1195095] Re: virtual power driver config is global

2016-07-04 Thread Launchpad Bug Tracker
[Expired for tripleo because there has been no activity for 60 days.] ** Changed in: tripleo 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 1576470] Re: extra routes missing in namespace of l3-agent

2016-07-04 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/1576470

[Yahoo-eng-team] [Bug 1598985] [NEW] glance-replicator compare output should show image name in addition to image id for missing images

2016-07-04 Thread Marc Abramowitz
Public bug reported: For `glance-replicator compare`, I think we should show the image name in `entirely missing from the destination` warnings. The image name is more meaningful to humans than the image id. E.g: Instead of: ``` $ glance-replicator --mastertoken $PRIMARY_AUTH_TOKEN

[Yahoo-eng-team] [Bug 1482773] Re: H405 violations: multi line docstring summary not separated with an empty line

2016-07-04 Thread hongzhezheng
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => hongzhezheng (zheng-hongzhe32) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1598955] Re: Nova compute won't start

2016-07-04 Thread Erwin
** Changed in: nova Status: New => 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/1598955 Title: Nova compute won't start Status in OpenStack Compute

[Yahoo-eng-team] [Bug 1598955] [NEW] Nova compute won't start

2016-07-04 Thread Erwin
Public bug reported: I had a working stack using Centos 7.2 on mitaka version. The nova version that I have is openstack-nova- compute-13.1.0-1.el7.noarch.rpm Not sure if it's related but I started to have this problem after configuring ceilometer and aodh. 2016-07-05 07:09:29.434 75945

[Yahoo-eng-team] [Bug 1598930] [NEW] Access and Security Tab Takes Long Time To Load

2016-07-04 Thread Milutin Nikolic
Public bug reported: Hi everyone, recently I have installed the Horizon Mitaka release. When I have logged in and tried to access the Access and Security dashboard it took almost 5 minutes to load. After that I have installed the Liberty release and the same problems appeared again. The

[Yahoo-eng-team] [Bug 1598928] [NEW] glance-replicator does not accept space-separated command-line arguments

2016-07-04 Thread Marc Abramowitz
Public bug reported: glance-replicator does not accept space-separated command-line arguments. It currently requires the user to provide a single command- line argument that is a comma-separated string, which doesn't match UNIX conventions or the docs for glance-replicator. ``` $

[Yahoo-eng-team] [Bug 1598040] Re: return `revoked_at` for the revocation event

2016-07-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/336439 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=25e5227d23d7b8e1b2969a6b7dd6da4fe50972a4 Submitter: Jenkins Branch:master commit 25e5227d23d7b8e1b2969a6b7dd6da4fe50972a4 Author: Dave Chen Date:

[Yahoo-eng-team] [Bug 1598879] [NEW] Remove internal function for validate_integer once neutron-lib patch comes in

2016-07-04 Thread Pablo
Public bug reported: Once this review comes in: https://review.openstack.org/#/c/337237/ We can remove the internal function being introduced at https://review.openstack.org/#/c/336461/ ** Affects: neutron Importance: Undecided Assignee: Pablo (iranzo) Status: In Progress

[Yahoo-eng-team] [Bug 1220621] Re: xenapi: network bridge not created on hypervisor

2016-07-04 Thread Bob Ball
wishlist for nova network; we're now focused on Neutron. ** Changed in: nova Importance: Low => Wishlist ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1598525] Re: KeyError: 'processor_architecture' on ./stack.sh

2016-07-04 Thread Lucas Alvares Gomes
** No longer affects: ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1598525 Title: KeyError: 'processor_architecture' on ./stack.sh Status in devstack: New Status in neutron:

[Yahoo-eng-team] [Bug 1598859] [NEW] server group members quota has no effect

2016-07-04 Thread javeme
Public bug reported: server group members quota has no effect when creating multiple instances at the same time. Steps to reproduce 1. create a server-group [root@node-1 ~]# nova server-group-create group-1 affinity

[Yahoo-eng-team] [Bug 1598860] [NEW] live migration failing

2016-07-04 Thread Dave Walker
Public bug reported: Deploying OpenStack current master via kolla source, with kvm and ceph/rbd enabled and attempting to perform a live-migration, it becomes stuck in state migrating with this appearing in the nova-compute log. Looking at nova git log, i'm seeing a bunch of live-migration

[Yahoo-eng-team] [Bug 1598843] [NEW] PCI whitelist is getting parsed every time neutronv2 API create or update a port

2016-07-04 Thread Ludovic Beliveau
Public bug reported: Description: This method: def get_pci_device_devspec(pci_dev): dev_filter = Whitelist(CONF.pci_passthrough_whitelist) return dev_filter.get_devspec(pci_dev) is parsing the PCI whitelist eveytime it is called. It's not possible to change the whitelist

[Yahoo-eng-team] [Bug 1598833] [NEW] libvirtError: operation failed: open disk image file failed during online snapshots via Nova API

2016-07-04 Thread Silvan Kaiser
Public bug reported: Quobyte CI fails test_snapshot_create_with_volume_in_use (v1 and v2) tests with "libvirtError: operation failed: open disk image file failed" . Nova compute log shows: 2016-07-04 09:06:35.649 7297 DEBUG oslo_concurrency.processutils [req-84dbb010-c105-4b5b-8d1d-41028c114307

[Yahoo-eng-team] [Bug 1598373] Re: the result of "nova hypervisor-servers hypervisor-name" is error

2016-07-04 Thread Markus Zoeller (markus_z)
I think this is intentional. The python-novaclient [1] (and its docs [2]) says: "The hypervisor hostname (or pattern) to search for." The Nova REST API queries for all compute nodes [3], and the DB layer explicitly uses a "LIKE" in its SQL query [4] for finding compute hosts by name.

[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2016-07-04 Thread ChangBo Guo(gcb)
** Changed in: oslo.service Status: Fix Committed => Fix Released -- 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/1368661 Title: Unit tests sometimes fail because

[Yahoo-eng-team] [Bug 1308839] Re: ProcessExecutionError exception is not defined in exception.py now

2016-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.5-0ubuntu1.5 --- nova (1:2014.1.5-0ubuntu1.5) trusty; urgency=medium * Fix live migration usage of the wrong connector (LP: #1475411) - d/p/Fix-live-migrations-usage-of-the-wrong-connector-inf.patch * Fix wrong used

[Yahoo-eng-team] [Bug 1475411] Re: During post_live_migration the nova libvirt driver assumes that the destination connection info is the same as the source, which is not always true

2016-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.5-0ubuntu1.5 --- nova (1:2014.1.5-0ubuntu1.5) trusty; urgency=medium * Fix live migration usage of the wrong connector (LP: #1475411) - d/p/Fix-live-migrations-usage-of-the-wrong-connector-inf.patch * Fix wrong used

[Yahoo-eng-team] [Bug 1374999] Re: iSCSI volume detach does not correctly remove the multipath device descriptors

2016-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.5-0ubuntu1.5 --- nova (1:2014.1.5-0ubuntu1.5) trusty; urgency=medium * Fix live migration usage of the wrong connector (LP: #1475411) - d/p/Fix-live-migrations-usage-of-the-wrong-connector-inf.patch * Fix wrong used

[Yahoo-eng-team] [Bug 1357368] Re: Source side post Live Migration Logic cannot disconnect multipath iSCSI devices cleanly

2016-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.5-0ubuntu1.5 --- nova (1:2014.1.5-0ubuntu1.5) trusty; urgency=medium * Fix live migration usage of the wrong connector (LP: #1475411) - d/p/Fix-live-migrations-usage-of-the-wrong-connector-inf.patch * Fix wrong used

[Yahoo-eng-team] [Bug 1598525] Re: KeyError: 'processor_architecture' on ./stack.sh

2016-07-04 Thread Lucas Alvares Gomes
** Also affects: ironic 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/1598525 Title: KeyError: 'processor_architecture' on ./stack.sh

[Yahoo-eng-team] [Bug 1598734] [NEW] Avoid duplicate ipset processing for security groups

2016-07-04 Thread venkata anil
Public bug reported: While applying firewall rules for ports, existing implementation iterates through each port and applies ipset for its security groups. With this, when ports share the security group, ipset for same security group is called again and again while iterating through ports.

[Yahoo-eng-team] [Bug 1598735] [NEW] subnetpool address scope change event should include the old address scope id

2016-07-04 Thread Steve Ruan
Public bug reported: in neutron.db.db_base_plugin_v2, def update_subnetpool(self, context, id, subnetpool): if address_scope_changed: # Notify about the update of subnetpool's address scope kwargs = {'context': context, 'subnetpool_id': id}

[Yahoo-eng-team] [Bug 1492140] Re: consoleauth token displayed in log file

2016-07-04 Thread ChangBo Guo(gcb)
** Changed in: oslo.utils Status: Fix Committed => Fix Released -- 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/1492140 Title: consoleauth token displayed in log

[Yahoo-eng-team] [Bug 1348509] Re: the volume may leave over when we delete instance whose task_state is block_device_mapping

2016-07-04 Thread Xuanzhou Perry Dong
This bug can't be reproduced in the latest master branch. This probably is fixed by the resource tracker lock for the instance action. Propose to close this bug. ** Changed in: nova Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread zhanghaixia
** Also affects: python-barbicanclient Importance: Undecided Status: New ** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread yuyafei
** No longer affects: python-cloudkittyclient (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1586268 Title: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread Ji.Wei
** Also affects: cinder Importance: Undecided Status: New ** Changed in: cinder Assignee: (unassigned) => Ji.Wei (jiwei) ** Also affects: python-swiftclient Importance: Undecided Status: New ** Changed in: python-swiftclient Assignee: (unassigned) => Ji.Wei (jiwei)

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread Ji.Wei
** Changed in: daisycloud-core Assignee: (unassigned) => Ji.Wei (jiwei) ** Also affects: keystonemiddleware Importance: Undecided Status: New ** Changed in: keystonemiddleware Assignee: (unassigned) => Ji.Wei (jiwei) ** Also affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread yuyafei
** Also affects: python-ceilometerclient Importance: Undecided Status: New ** Changed in: python-ceilometerclient Assignee: (unassigned) => yuyafei (yu-yafei) ** Changed in: python-congressclient Assignee: (unassigned) => yuyafei (yu-yafei) ** Also affects:

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread yuyafei
** No longer affects: cloudkitty -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1586268 Title: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread Ji.Wei
** Also affects: daisycloud-core 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/1586268 Title: Unit test: self.assertNotEqual in

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread yuyafei
** Also affects: cloudkitty 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/1586268 Title: Unit test: self.assertNotEqual in

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread yuyafei
** Also affects: python-smaugclient Importance: Undecided Status: New ** Changed in: python-smaugclient Assignee: (unassigned) => yuyafei (yu-yafei) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread yuyafei
** Also affects: python-congressclient 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/1586268 Title: Unit test: self.assertNotEqual in

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-07-04 Thread Ji.Wei
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => Ji.Wei (jiwei) ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) => Ji.Wei (jiwei) ** Also affects: