[Yahoo-eng-team] [Bug 1777025] Re: Exceeded maximum number of retries

2019-11-25 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 1852516] Re: [VPNaaS]: tempest gate failed

2019-11-25 Thread OpenStack Infra
Reviewed: https://review.opendev.org/695461 Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=880ab440b91c67524b488cb66e16d7eaa3ab0491 Submitter: Zuul Branch:master commit 880ab440b91c67524b488cb66e16d7eaa3ab0491 Author: Dongcan Ye Date: Thu Nov 21 15:52:56

[Yahoo-eng-team] [Bug 1853926] [NEW] Failed to build docs cause of InvocationError

2019-11-25 Thread Eric Xie
Public bug reported: Description === When i use `tox -edocs`, got error ERROR: InvocationError for command /home/src/bug_1853745/.tox/docs/bin/sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html (exited with code 1)

[Yahoo-eng-team] [Bug 1835926] Re: Volume attachment may fail after rescuing instance on an image with different hw_disk_bus

2019-11-25 Thread OpenStack Infra
Reviewed: https://review.opendev.org/67 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5e0ed5e7fee3c4c887263a0e9fa847c2dcc5cf3b Submitter: Zuul Branch:master commit 5e0ed5e7fee3c4c887263a0e9fa847c2dcc5cf3b Author: Alexandre Arents Date: Tue Jul 9 16:13:01 2019

[Yahoo-eng-team] [Bug 1848213] Re: Do not pass port-range to backend if all ports specified in security group rule

2019-11-25 Thread OpenStack Infra
Reviewed: https://review.opendev.org/689050 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=26b8026cee1b83923744f1ca486a94d513f65964 Submitter: Zuul Branch:master commit 26b8026cee1b83923744f1ca486a94d513f65964 Author: Brian Haley Date: Wed Oct 16 17:30:08 2019

[Yahoo-eng-team] [Bug 1853873] [NEW] The /v2.0/ports/{port_id}/bindings APIs are not documented

2019-11-25 Thread Balazs Gibizer
Public bug reported: The following APIs are not documented in the networking api-ref [1]: * GET /v2.0/ports/{port_id}/bindings * POST /v2.0/ports/{port_id}/bindings * PUT /v2.0/ports/{port_id}/bindings/{host}/activate [1] https://docs.openstack.org/api-ref/network/v2/ ** Affects: neutron

[Yahoo-eng-team] [Bug 1853800] Re: Nova-compute generates incorrect exit code in case if child spawning failed

2019-11-25 Thread Matt Riedemann
This is likely something that is controlled down in the oslo.service library code which nova-compute uses. ** Also affects: oslo.service Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1853839] [NEW] Make signing error logging more detailed

2019-11-25 Thread Peter Sabaini
Public bug reported: In case of signing faults the cms_sign_data() function in keystoneclient/common/cms.py currently includes little detail on the failing `openssl cms` operation. To aid operations in troubleshooting, it would be helpful if the following were logged in case of faults: - The

[Yahoo-eng-team] [Bug 1853840] [NEW] Neutron fails to create bandwidth providers if CONF.host is set

2019-11-25 Thread Balazs Gibizer
Public bug reported: If neutron is configured to support qos minimum bandwidth policy rules and the [DEFAULT]/host config option is set for both nova-compute and neutron (sriov / ovs) agents on a given compute host then neutron fails to find the compute host root resource provider and therefore

[Yahoo-eng-team] [Bug 1853822] [NEW] Display only supported by glance disk_format

2019-11-25 Thread Dmitriy Rabotyagov
Public bug reported: Glance can return list of supported disk formats in schema [1]. Now disk_formats are configured staticly with OPENSTACK_IMAGE_BACKEND variable in settings and do not take into account really supported formats. So administrator needs to configure both horizon and glance. I'd