[Yahoo-eng-team] [Bug 1757054] [NEW] OpenStack datasource does not deal with 404 Not Found correctly

2018-03-19 Thread xianchaobo
Public bug reported: OpenStack datasource does not deal with 404 Not Found correctly.If we boot a vm without userdata in OpenStack environment, CloudInit retry to get usedata when 404 Not Found returned. The GuestOS start up times will increase.I think it's not needed and a waste of time. Cloud-I

[Yahoo-eng-team] [Bug 1757044] [NEW] [RFE] neutron L3 router gateway IP QoS

2018-03-19 Thread LIU Yulong
Public bug reported: Now neutron L3 router gateway IP has no way to set QoS. Description === For floating IPs, it can be associated with QoS policy, and TC rules according to QoS policy with bandwidth limit rules will be installed in router namespace. And, neutron can bind qos policy to

[Yahoo-eng-team] [Bug 1741354] Re: Install and configure for Red Hat Enterprise Linux and CentOS in Horizon

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/553631 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a180bafb75cd7f2b6c1f1331d5e217229414a04b Submitter: Zuul Branch:master commit a180bafb75cd7f2b6c1f1331d5e217229414a04b Author: Akihiro Motoki Date: Fri Mar 16 08:10:46 2018

[Yahoo-eng-team] [Bug 1743230] Re: text field in Angular Role Create/Edit is too wide

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/537336 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0cf4937d9149c247f079d4d7ab5d039b08e17f09 Submitter: Zuul Branch:master commit 0cf4937d9149c247f079d4d7ab5d039b08e17f09 Author: Shu Muto Date: Wed Jan 24 19:09:32 2018 +0900

[Yahoo-eng-team] [Bug 1752824] Re: VMware: error while get serial console log

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/549182 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=87a6bb4184efb0e7da2d8a7ad7f189a3bc4cf03e Submitter: Zuul Branch:master commit 87a6bb4184efb0e7da2d8a7ad7f189a3bc4cf03e Author: Tao Yang Date: Fri Mar 2 17:46:14 2018 +0800

[Yahoo-eng-team] [Bug 1757022] [NEW] "keystone-manage mapping_purge" ignores --type option

2018-03-19 Thread Dai Hanada
Public bug reported: Description === Although I executed "keystone-manage mapping_purge --type user", not only user entities but also group entities were purged. It seems that "--type" option was ignored. Steps to reproduce == 1. "id_mapping" table of keystone db has a us

[Yahoo-eng-team] [Bug 1753557] Re: i18n javascript on login page requires login (again)

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/552789 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f494c6f2d475bfc936b78fda7ce11ed4d46c7224 Submitter: Zuul Branch:master commit f494c6f2d475bfc936b78fda7ce11ed4d46c7224 Author: Shu Muto Date: Wed Mar 14 11:43:12 2018 +0900

[Yahoo-eng-team] [Bug 1754133] Re: login page exception - hz-login-finder doesn't function because of horizon.app loading failure

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/552789 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f494c6f2d475bfc936b78fda7ce11ed4d46c7224 Submitter: Zuul Branch:master commit f494c6f2d475bfc936b78fda7ce11ed4d46c7224 Author: Shu Muto Date: Wed Mar 14 11:43:12 2018 +0900

[Yahoo-eng-team] [Bug 1751396] Re: DVR: Inter Tenant Traffic between two networks and connected through a shared network not reachable with DVR routers

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/547696 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d019790fe436b72cb05b8d0ff1f3a62ebd9e9bee Submitter: Zuul Branch:master commit d019790fe436b72cb05b8d0ff1f3a62ebd9e9bee Author: Swaminathan Vasudevan Date: Fri Feb 23 16:22:

[Yahoo-eng-team] [Bug 1449498] Re: the command “nova quota-show” Should not display the quota of a user has been deleted

2018-03-19 Thread melanie witt
It looks like this is a request for enhancement for user validation before showing/updating quota. In Pike, we had a similar feature for validating the project [1] but that will only handle a deleted project, not a user deleted from a valid project. If there is interest and someone willing to wor

[Yahoo-eng-team] [Bug 1686380] Re: the resize of the instance does not change the memory quota usage for vram

2018-03-19 Thread melanie witt
In Pike, quotas were re-architected in how they count usage of instance RAM and video RAM is no longer counted as usage, so there is no longer a mismatch between the RAM usage allocated vs released. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notification b

[Yahoo-eng-team] [Bug 1420102] Re: Periodic task for quota reservations expire should move out from scheduler

2018-03-19 Thread melanie witt
The periodic task for expiring quota reservations was removed: https://review.openstack.org/#/c/506822 As of Pike, the quota re-architecting work eliminated use of separate quota usages and reservations. ** Changed in: nova Status: In Progress => Invalid -- You received this bug notific

[Yahoo-eng-team] [Bug 1630454] Re: shelve offload does not reduce core and RAM quota

2018-03-19 Thread melanie witt
As discussed in the comments, this is working as currently designed. There's no opposition to changing the behavior but doing so would need a spec to propose the behavior change along with addressing details around how to handle the change for existing shelved offloaded instances during an upgrade,

[Yahoo-eng-team] [Bug 1410032] Re: Incorrect Nova quota usage shown via CLI/API after Quota Settings Changed

2018-03-19 Thread melanie witt
This bug is over 2 years old and has to do with reservations/usage being reset to 0 when a quota limit is deleted. Quotas were re-architected in Pike to not track reservations/usage separately and instead count usage of resources directly, so this problem should not exist in Pike and onward. We ar

[Yahoo-eng-team] [Bug 1747582] Re: delete a resize instance change quota_usages incorrectly

2018-03-19 Thread melanie witt
The bug has been fixed as of the Pike release as part of the re- architecting of the quotas code. The re-architecting changes are not backportable and we're not going to fix the legacy quotas code for older versions. Newton has been EOL since 2017-10-25, so we wouldn't be applying new fixes there

[Yahoo-eng-team] [Bug 1744965] Re: 'emulator_threads_policy' doesn't work with 'vcpu_pin_set'

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/537363 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f200a4ad264cae774ce3fc442c96e6c3a937157e Submitter: Zuul Branch:master commit f200a4ad264cae774ce3fc442c96e6c3a937157e Author: Stephen Finucane Date: Tue Jan 23 16:09:07 2018

[Yahoo-eng-team] [Bug 1537050] Re: 500 error when filtering on non-ASCII value

2018-03-19 Thread Brian Rosmaita
Can't reproduce this. See https://bugs.launchpad.net/glance/+bug/1733500 ** Changed in: glance Status: Confirmed => Invalid ** Changed in: glance Assignee: Darja Shakhray (dshakhray) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1757000] [NEW] keystone-saml2-federation devstack plugin does not work on openSUSE Leap (12.3)

2018-03-19 Thread Guang Yee
Public bug reported: Steps to reproduce: 1. clone devstack, latest branch 2. Create a local.conf with these lines at the end disable_all_services enable_plugin keystone git://git.openstack.org/openstack/keystone.git enable_service rabbitmq, mysql, keystone, keystone-saml2-federation This shoul

[Yahoo-eng-team] [Bug 1756994] [NEW] Misleading log messages "Unexpected attempt to pop events during shutdown" on source host during live migration

2018-03-19 Thread Matt Riedemann
Public bug reported: As seen here: http://logs.openstack.org/71/551371/6/check/legacy-tempest-dsvm- multinode-live- migration/4d466b2/logs/subnode-2/screen-n-cpu.txt.gz#_Mar_19_14_25_07_798071 Mar 19 14:25:07.797329 ubuntu-xenial-rax-dfw-000304 nova-compute[29059]: DEBUG nova.compute.manage

[Yahoo-eng-team] [Bug 1448080] Re: Auth token header should not be unicode

2018-03-19 Thread Brian Rosmaita
** Project changed: glance => python-glanceclient ** Changed in: python-glanceclient Milestone: ongoing => None ** Changed in: python-glanceclient Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1703213] Re: scrubber not support the keystone v3 token

2018-03-19 Thread Brian Rosmaita
Beginning with Queens, the glance-scrubber no longer uses the Glance Registry Service. ** Changed in: glance Status: New => Won't Fix ** Changed in: glance Assignee: warewang (wangguangcai) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engi

[Yahoo-eng-team] [Bug 1693670] Re: Fix doc generation for Python3

2018-03-19 Thread Brian Rosmaita
Fixed in Glance by https://review.openstack.org/#/c/457235 ** Changed in: glance Status: In Progress => 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/1693670 Title:

[Yahoo-eng-team] [Bug 1463898] Re: Unable to delete artifact with custom id

2018-03-19 Thread Brian Rosmaita
The Artifacts effort became its own project ("Glare") in Newton. Artifacts code was removed from the Glance codebase in Pike. ** Changed in: glance Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Gl

[Yahoo-eng-team] [Bug 1489942] Re: Artifacts: unable to create a public artifact

2018-03-19 Thread Brian Rosmaita
The Artifacts effort became its own project ("Glare") in Newton. Artifacts code was removed from the Glance codebase in Pike. ** Changed in: glance Status: In Progress => Won't Fix ** Changed in: glance Assignee: Kairat Kushaev (kkushaev) => (unassigned) -- You received this bug not

[Yahoo-eng-team] [Bug 1490491] Re: Glance returned 500 status code when we add/replace element to blob property

2018-03-19 Thread Brian Rosmaita
The Artifacts effort became its own project ("Glare") in Newton. Artifacts code was removed from the Glance codebase in Pike. ** Changed in: glance Status: In Progress => Won't Fix ** Changed in: glance Assignee: Kairat Kushaev (kkushaev) => (unassigned) -- You received this bug not

[Yahoo-eng-team] [Bug 1490600] Re: Wrong set of default sort keys in v3

2018-03-19 Thread Brian Rosmaita
The Artifacts effort became its own project ("Glare") in Newton. Artifacts code was removed from the Glance codebase in Pike. ** Changed in: glance Status: In Progress => Won't Fix ** Changed in: glance Assignee: Mike Fedosin (mfedosin) => (unassigned) -- You received this bug notif

[Yahoo-eng-team] [Bug 1493271] Re: Glance allows to create circular dependencies between artifacts

2018-03-19 Thread Brian Rosmaita
The Artifacts effort became its own project ("Glare") in Newton. Artifacts code was removed from the Glance codebase in Pike. ** Changed in: glance Status: In Progress => Won't Fix ** Changed in: glance Assignee: Darja Shakhray (dshakhray) => (unassigned) -- You received this bug no

[Yahoo-eng-team] [Bug 1298462] Re: Glance WSGI image upload fails

2018-03-19 Thread Brian Rosmaita
Using mod_wsgi is not recommended with Glance. The mod_wsgi protocol does not support Transfer-Encoding: chunked and therefore makes it unsuitable for use with Glance. However, you could theoretically deploy Glance using mod_wsgi but it will fail on any requests that use a chunked transfer encodin

[Yahoo-eng-team] [Bug 1348706] Re: Python errors are not well displayed in instance details

2018-03-19 Thread Ivan Kolodyazhny
This is already fixed at least in master branch ** Changed in: horizon Status: New => Fix Released -- 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/1348706 Titl

[Yahoo-eng-team] [Bug 1755965] Re: util.subp regression: no longer accept commands as string

2018-03-19 Thread Dan Watkins
I'm keeping an eye on the build system to ensure we get a good daily out. ** Also affects: cloud-images Importance: Undecided Status: New ** Changed in: cloud-images Status: New => In Progress ** Changed in: cloud-images Assignee: (unassigned) => Dan Watkins (daniel-thewatk

[Yahoo-eng-team] [Bug 1369115] Re: Metadata Definition service should include OS::Cinder::VolumeType as a default

2018-03-19 Thread Brian Rosmaita
** Changed in: glance Status: In Progress => Opinion ** Changed in: glance Assignee: dominik dobruchowski (dominik-dobruchowski) => (unassigned) ** Tags removed: low-hanging-fruit -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1294775] Re: Image needs to be created before uploading the data bits

2018-03-19 Thread Brian Rosmaita
Changing to "opinion" since patch to implement has been abandoned for 2 years. Also, with the new interoperable image import workflow, it may not be so relevant anymore. ** Changed in: glance Status: In Progress => Opinion -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1356573] Re: test_task_schema_api fails with _StringException on OSX

2018-03-19 Thread Brian Rosmaita
Not sure this is something we need to worry about. If someone decides to roll a distro of OpenStack for OSX, we can revisit. ** Changed in: glance Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glan

[Yahoo-eng-team] [Bug 1755890] Re: Instances fail to hard reboot when using OpenDaylight

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/553035 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ed3e27afb4ca7b36baab3b8008a727caa43e1e3b Submitter: Zuul Branch:master commit ed3e27afb4ca7b36baab3b8008a727caa43e1e3b Author: Mohammed Naser Date: Wed Mar 14 20:03:47 2018 +0

[Yahoo-eng-team] [Bug 1339879] Re: gate tests fail due to intermittent failures

2018-03-19 Thread Brian Rosmaita
No longer relevant. ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1339879 Title: gate tests fail due to intermittent failures Status

[Yahoo-eng-team] [Bug 1336488] Re: Incorrect example url in glance.store.swift

2018-03-19 Thread Brian Rosmaita
>From what I can tell, this was fixed when glance_store was extracted from the glance codebase and/or when the config option help text was rewritten in Newton. ** Changed in: glance Importance: Wishlist => Undecided ** Changed in: glance Status: Confirmed => Invalid -- You received th

[Yahoo-eng-team] [Bug 1538527] Re: Add support for the random access to images stored in the Rbd store

2018-03-19 Thread Brian Rosmaita
Implementation was abandoned almost 2 years ago. If someone wants to pick this up, please file a spec-lite for it. For info, see: https://docs.openstack.org/glance/latest/contributor/blueprints.html ** Changed in: glance Status: In Progress => Opinion -- You received this bug notificati

[Yahoo-eng-team] [Bug 1612742] Re: incorrect references of s3 in migration scripts

2018-03-19 Thread Brian Rosmaita
The change Hemanth mentioned took place in Ocata, so this bug is no longer relevant. ** Changed in: glance Importance: Low => Undecided ** Changed in: glance Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1517643] Re: VMware: metadata definition for QoS resource allocation

2018-03-19 Thread Brian Rosmaita
Patch has been abandoned for over a year. Leaving as opinion in case someone wants to pick it up. ** Changed in: glance Status: In Progress => Opinion ** Changed in: glance Assignee: Giridhar Jayavelu (gjayavelu) => (unassigned) -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1535437] Re: Deprecate `show_multiple_locations` in favor of policy

2018-03-19 Thread Brian Rosmaita
Closing this because the option actually was deprecated in Newton by Change-Id: I1c5cb7834c2cf3295e10bad7fd07cfacb8e4ac50, although it has not yet been removed. ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yaho

[Yahoo-eng-team] [Bug 1520398] Re: glance doesn't have image number quota

2018-03-19 Thread Brian Rosmaita
Changing to opinion, as associated patch has been abandoned. ** Changed in: glance Status: In Progress => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1520398 Title: gla

[Yahoo-eng-team] [Bug 1752382] Re: Endpoints in keystone-manage bootstrap are inaccurate

2018-03-19 Thread Lance Bragstad
No worries, Alain. Thanks for the update. ** Changed in: keystone Status: Incomplete => Invalid -- 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/1752382 Title:

[Yahoo-eng-team] [Bug 1756064] Re: neutron agent doesn't remove trunk bridge after nova-compute restart

2018-03-19 Thread Armando Migliaccio
Ok, then that makes even less sense. I am not sure I understand why a nova-compute restart blow up the metadata on the port. I would argue that this is not a neutron bug but a nova/os-vif bug where not all metadata are restored upon interface recreation, assumed one is necessary. As for your last

[Yahoo-eng-team] [Bug 1535900] Re: Add tar as a disk_format to glance

2018-03-19 Thread Brian Rosmaita
No action on this in 2 years, changing to "opinion". ** Changed in: glance Status: In Progress => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1535900 Title: Add tar as

[Yahoo-eng-team] [Bug 1720390] Re: fix typo in specs rep

2018-03-19 Thread Brian Rosmaita
Looks like this was fixed at some point: see https://specs.openstack.org/openstack/glance- specs/specs/untargeted/index.html ** Changed in: glance Status: Triaged => Fix Released ** Changed in: glance Assignee: Jennifer Whitty (jlwhitty0s) => (unassigned) -- You received this bug n

[Yahoo-eng-team] [Bug 1743040] Re: incorrect ReST markup in CLI documentation

2018-03-19 Thread Brian Rosmaita
Looks like this was fixed a different way by Change-Id: Ie29e71f0394a432c255804b0d549aba56d1d5a1d https://review.openstack.org/#/c/549180/ ** Changed in: glance Assignee: Sana Khan (sana.khan) => (unassigned) ** Changed in: glance Status: Triaged => Fix Released -- You received thi

[Yahoo-eng-team] [Bug 1756465] Re: Need glance v2 way to register image by location

2018-03-19 Thread Brian Rosmaita
I think this needs a spec (possibly a spec lite if you can easily address the questions below in a spec-lite). Here's some info if you haven't written a glance spec before: https://docs.openstack.org/glance/latest/contributor/blueprints.html You can ask in #openstack-glance or put an item on the

[Yahoo-eng-team] [Bug 1682014] Re: network Renderer for rhel is unavailable when render bond/vlan interface.

2018-03-19 Thread Scott Moser
*** This bug is a duplicate of bug 1695092 *** https://bugs.launchpad.net/bugs/1695092 I'm marking this as a dupe of bug 1695092 if this is not the case and this is still an issue, please feel free to give information and un- dupe. Thanks. ** This bug has been marked a duplicate of bug 1695

[Yahoo-eng-team] [Bug 1756845] [NEW] Queens Devstack instance creation failure "Error: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 833e1b

2018-03-19 Thread Sunil G
Public bug reported: Description === Devstack Queens cirros instance launch failed with the error "MaxRetriesExceeded: Exceeded maximum number of retries. Exhausted all hosts available for retrying build failures for instance 833e1bf6-7ea8-413f-94b7-0c87528a8d0a." Creation of Network,

[Yahoo-eng-team] [Bug 1754634] Re: Image Import call does not honour enabled methods config option

2018-03-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/551274 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=e1738033dfab389727e61c76eb0312f392f0ff41 Submitter: Zuul Branch:master commit e1738033dfab389727e61c76eb0312f392f0ff41 Author: Brian Rosmaita Date: Fri Mar 9 08:06:47 2018 -

[Yahoo-eng-team] [Bug 1736385] Re: placement is not being properly restarted in grenade (pike to master)

2018-03-19 Thread Dr. Jens Harbott
Looks like the fix in devstack has been abandoned and the issue resolved via a patch in grenade, please update if this is incorrect. ** Changed in: devstack Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is s

[Yahoo-eng-team] [Bug 1756823] [NEW] systemd based mount failures with Quobyte driver

2018-03-19 Thread Silvan Kaiser
Public bug reported: With different linux distros the systemd-run based mount of a Quobyte volume can fail. This is connected to the --user option causing issues with privilege escalation. Log example: Mar 19 09:09:27 manualnovaci nova-compute[20516]: ERROR nova.compute.manager [instance: 6ffe17

[Yahoo-eng-team] [Bug 1744359] Re: Neutron haproxy logs are not being collected

2018-03-19 Thread Dr. Jens Harbott
Seems like this has been an issue in Neutron, please reopen if there is still some issue with devstack. ** Changed in: devstack Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.la