[Yahoo-eng-team] [Bug 1721439] [NEW] trust remaining_uses decrement by 2

2017-10-04 Thread Craig Cerny
Public bug reported: After setting the remaining_uses to a positive value e.g. 100, the remaining_uses are being decremented twice upon each use of the trust. #crate trust while logged in with admin openstack trust create --project demo --role admin admin demo #Set remaining uses on trust

[Yahoo-eng-team] [Bug 1721426] [NEW] Install and configure in keystone

2017-10-04 Thread Dylan Wilson
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [X] This doc is inaccurate in this way: Right arrow skips over "Create a domain, projects, users, and

[Yahoo-eng-team] [Bug 1721423] [NEW] [Performance] Bad performance on instances list panel

2017-10-04 Thread Feilong Wang
Public bug reported: I just found there is no cache for microversion check which may cause almost 40 unnecessary API calls. There are two actions for instances table need to check the microversion in allowed() function, see

[Yahoo-eng-team] [Bug 1715163] Re: StaleDataError in _reconfigure_ha_resources while running tempest tests

2017-10-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/507856 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7910c3a1c090ed7a46a32b371ecf73157ddba88f Submitter: Jenkins Branch:master commit 7910c3a1c090ed7a46a32b371ecf73157ddba88f Author: venkata anil Date:

[Yahoo-eng-team] [Bug 1719730] Re: Reschedule after the late affinity check fails with "'NoneType' object is not iterable"

2017-10-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/507938 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9d6632a67d91fb3c5145c14ac38011e919d6d8c0 Submitter: Jenkins Branch:master commit 9d6632a67d91fb3c5145c14ac38011e919d6d8c0 Author: melanie witt Date: Wed

[Yahoo-eng-team] [Bug 1721411] [NEW] cc_ntp schema validation tests don't work in the absence of a package manager

2017-10-04 Thread Garrett Holmstrom
Public bug reported: When the cc_ntp module goes to render an ntp configuration file it chooses whether to write ntp.conf or a systemd-timesyncd config file based on whether or not it can find a package manager. The unit tests that begin with "test_ntp_handler_schema_validation", however,

[Yahoo-eng-team] [Bug 1721402] [NEW] stable/ocata requirements mismatch (pika and iso8601)

2017-10-04 Thread Stuart Rench
Public bug reported: When installing keystone from the GitHub (https://github.com/openstack/keystone/tree/stable/ocata), there are 2 packages that cause issues with proper functionality. The first is pika. When starting the service it says that pika must be >0.9.0 but <0.11.0, however, the

[Yahoo-eng-team] [Bug 1676298] Re: Need to remove usage of novaclient.v2.security_group_rules

2017-10-04 Thread Ying Zuo
This has been addressed with https://blueprints.launchpad.net/horizon/+spec/drop-nova-network in Horizon. ** Changed in: horizon Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1713927] Re: gate-grenade-dsvm-neutron-dvr-multinode-ubuntu-xenial fails constantly

2017-10-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/500143 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7bff99ac4a5ef0d4b2cc6f77f5679bb8e01f86d7 Submitter: Jenkins Branch:master commit 7bff99ac4a5ef0d4b2cc6f77f5679bb8e01f86d7 Author: Brian Haley Date: Fri

[Yahoo-eng-team] [Bug 1359774] Re: No way to specify initial services region during login

2017-10-04 Thread Ying Zuo
*** This bug is a duplicate of bug 1703390 *** https://bugs.launchpad.net/bugs/1703390 ** This bug has been marked a duplicate of bug 1703390 Allow setting default region to log into -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1721369] [NEW] Volume Retype of attached volume with active VM does not work

2017-10-04 Thread Trinh Lee
Public bug reported: Steps to reproduce: 1. Boot a Nova VM instance and make sure it is ACTIVE and running fine. 2. Create a new Cinder volume. 3. Attach the above Cinder volume to the above active (running) VM. 3. Try to migrate this ATTACHED volume between different storages of the same type

[Yahoo-eng-team] [Bug 1695861] Re: Invalid availability zone name with ':' is accepted

2017-10-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/490722 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=38b25397e805dcf7a995666049713304fe4f1af1 Submitter: Jenkins Branch:master commit 38b25397e805dcf7a995666049713304fe4f1af1 Author: Tetsuro Nakamura

[Yahoo-eng-team] [Bug 997763] Re: floating ips are not disassociated from instances on deletion

2017-10-04 Thread Graham Hayes
** No longer affects: designate -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/997763 Title: floating ips are not disassociated from instances on deletion Status in neutron: Fix

[Yahoo-eng-team] [Bug 1721301] [NEW] Database Rights for Glance

2017-10-04 Thread John Studarus
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: __ - [ ] This is a doc addition request. - [X] I have a fix to

[Yahoo-eng-team] [Bug 1721305] [NEW] fips between two provider nets can never work

2017-10-04 Thread Doug Wiegley
Public bug reported: If you create two provider networks, mark one as shared, and the other as external and shared, neutron will happily let you associate a floating ip from the first to the second. But, provider nets have gateways outside of neutron's control, so the NAT on the neutron node can

[Yahoo-eng-team] [Bug 1721256] [NEW] native OpenFlow does not support resubmit to previous tables

2017-10-04 Thread David Shaughnessy
Public bug reported: When moving traffic between the OpenFlow tables it can be necessary to move traffic back to an earlier table to be reprocessed. This action is supported when using the ofctl implementation however when the of_interface is set to native the follow error is thrown:

[Yahoo-eng-team] [Bug 1285000] Re: instance data resides on destination node when vm is deleted during live-migration

2017-10-04 Thread Matt Riedemann
** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova/ocata Status: In Progress => Fix Released ** Changed in: nova/pike Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1702454] Re: Transforming the RequestSpec object into legacy dicts doesn't support the requested_destination field

2017-10-04 Thread Matt Riedemann
** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/newton 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 1712210] Re: Live migration does not restrict to the original cell

2017-10-04 Thread Matt Riedemann
https://review.openstack.org/#/c/496729/ is merged, but the commit targeted a different bug, which is why it didn't close this out. It was fixed in the 16.0.0 Pike GA. ** Changed in: nova/pike Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: nova/pike Status: In

[Yahoo-eng-team] [Bug 1721179] Re: A cell cannot be deleted once a host is added to the cell

2017-10-04 Thread Matt Riedemann
** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Changed in: nova/ocata Status: New => Confirmed ** Changed in: nova/pike

[Yahoo-eng-team] [Bug 1721243] [NEW] cc_resizefs for zfs/zpool

2017-10-04 Thread do3meli
Public bug reported: the resizefs module is not able to handle zfs/zpool resizing for the root filesystem. if tried so we get the error message: "Could not determine filesystem type of /". version: cloud_init-17.1-py2.7.egg ** Affects: cloud-init Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1668223] Re: subnet create is not working with --use-default-subnet-pool

2017-10-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/503000 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=c315d5802d0aa5fa597db7cee7aa82c24c2ae4c2 Submitter: Jenkins Branch:master commit c315d5802d0aa5fa597db7cee7aa82c24c2ae4c2 Author: Jens Harbott Date: