[Yahoo-eng-team] [Bug 1726779] Re: Attaching a volume to a VM generates authentication error

2018-06-18 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 1764328] Re: Twice call for retrieving flavor details when executing delete flavor use-case

2018-06-18 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 1768077] Re: intermittent functional test failures related to scrubber

2018-06-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/566947 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=d501960d7e8474927ebd6d6abc52350a0f23275a Submitter: Zuul Branch:master commit d501960d7e8474927ebd6d6abc52350a0f23275a Author: Brian Rosmaita Date: Tue May 8 12:54:24 2018

[Yahoo-eng-team] [Bug 1776187] Re: Workflow unregister raises unexpected exception when workflow is not registered

2018-06-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/574229 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0796adbd87a026f917beee8002b1ca82f48ab3cb Submitter: Zuul Branch:master commit 0796adbd87a026f917beee8002b1ca82f48ab3cb Author: tstappae Date: Mon Jun 11 13:32:42 2018

[Yahoo-eng-team] [Bug 1777448] Re: lvm-backed libvirt ephemeral disk removal fails with TypeError: unbound method delete() must be called with LVM instance as first argument (got str instance instead)

2018-06-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/576136 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=db8da4942f1bf6c506701be5a98e55cd11d11052 Submitter: Zuul Branch:master commit db8da4942f1bf6c506701be5a98e55cd11d11052 Author: Matt Riedemann Date: Mon Jun 18 13:23:14 2018

[Yahoo-eng-team] [Bug 1754184] Re: Unified limits API shouldn't return a list of all limits

2018-06-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/559552 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=b385864c5d8c85c8911483b76c7787b33ebd84a3 Submitter: Zuul Branch:master commit b385864c5d8c85c8911483b76c7787b33ebd84a3 Author: wangxiyuan Date: Sun Apr 8 14:57:18 2018

[Yahoo-eng-team] [Bug 1777547] [NEW] [Doc] [FWaaS] Configuration of FWaaS v1 is confused

2018-06-18 Thread miaoyuliang
Public bug reported: In the page of https://docs.openstack.org/neutron/latest/admin/fwaas-v1-scenario.html the configuration is confused. The configration in step 1 is: [fwaas] driver = neutron_fwaas.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver enabled = True But in the

[Yahoo-eng-team] [Bug 1774363] Re: Instance is of no use during "shelve-offloading" operation, when nova-conductor is stopped

2018-06-18 Thread Matt Riedemann
Everything goes through nova-conductor for database updates so if that's down, you have problems. You can reset the state of the instance using the reset state API (as admin): https://docs.openstack.org/python-openstackclient/latest/cli/command- objects/server.html#server-set nova server set

[Yahoo-eng-team] [Bug 1775567] Re: Verify operation in nova

2018-06-18 Thread Matt Riedemann
This is already fixed in master (rocky) and stable/queens: https://review.openstack.org/#/q/I5c0a6389b759153bae06fa43846f03ac083c3db4 ** Changed in: nova Status: New => Fix Released ** Changed in: nova Assignee: (unassigned) => caoyuan (cao-yuan) -- You received this bug

[Yahoo-eng-team] [Bug 1776894] Re: Lost connection to MySQL server during query

2018-06-18 Thread Matt Riedemann
This isn't a nova bug. Check your db configuration, maybe you have too many open connections or the host running the db is overwhelmed. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1777129] Re: live migration doc says "convergence" while config uses "converge"

2018-06-18 Thread Matt Riedemann
** Also affects: nova/pike 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). https://bugs.launchpad.net/bugs/1777129 Title: live migration doc says

[Yahoo-eng-team] [Bug 1777540] [NEW] "IndexError: list index out of range" in ExceptionPayload.from_exception during resize failure

2018-06-18 Thread Matt Riedemann
Public bug reported: I noticed this from the nova-compute logs attached to bug 1777157: 2018-06-15 16:23:46.954 7 ERROR nova.compute.manager [req-69050681-be73-48c5-be25-993f05b0b47e e511323a68a740f597880a1b056e3918 28f4e0797d544d758700e5be42aa82c6 - default default] [instance:

[Yahoo-eng-team] [Bug 1777382] Re: class 'oslo_messaging.exceptions.MessagingTimeout'

2018-06-18 Thread Matt Riedemann
Something is wrong with your configuration, there is no RPC API call during validate_networks from the API if you're using neutron. Only nova-network would have an RPC API call for validate_networks. Are you using nova-network? If not, you should have use_neutron=True in nova.conf. ** Changed in:

[Yahoo-eng-team] [Bug 1777464] Re: Server rebuilding... 0% completeERROR (ClientException): Unexpected API Error

2018-06-18 Thread Matt Riedemann
What is the error from the nova-api logs? ** Changed in: nova Status: New => Incomplete ** Changed in: nova Status: Incomplete => Invalid -- 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 1777460] Re: Whitelist two more SSBD-related CPU flags for AMD ('amd-ssbd', 'amd-no-ssb')

2018-06-18 Thread Matt Riedemann
Typo in the bug description, it's not "amdb-no-ssb" it's amd-no-ssb. ** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/pike Importance: Undecided Status: New ** Also affects: nova/queens Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1773999] Re: Allowed Address Pairs doesn’t work after neutron-port update

2018-06-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/572168 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f98f239a15d68344f84ca755dd8a55698d528b1c Submitter: Zuul Branch:master commit f98f239a15d68344f84ca755dd8a55698d528b1c Author: Swaminathan Vasudevan Date: Mon Jun 4

[Yahoo-eng-team] [Bug 1777506] [NEW] neutron-rally job failing for stable/pike and stable/ocata

2018-06-18 Thread Slawek Kaplonski
Public bug reported: It looks like neutron-rally-neutron job is failing 100% times for stable/pike and stable/ocata branches. For stable/pike examples of failures are: http://logs.openstack.org/73/575773/3/check/neutron-rally-neutron/7d0b7e0/logs/devstacklog.txt.gz#_2018-06-18_14_55_27_399

[Yahoo-eng-team] [Bug 1777491] [NEW] Avoid redundant compute node update

2018-06-18 Thread Giridhar Jayavelu
Public bug reported: _update_available_resource() in nova/compute/resource_tracker.py invokes _init_compute_node() which internally calls _update() and once again _update() is invoked at the end of _update_available_resource().

[Yahoo-eng-team] [Bug 1777486] [NEW] Multiple profiler traces get same base_id

2018-06-18 Thread Stuart Grace
Public bug reported: OpenStack Queens release. With developer panel and profiler enabled, you can select "Profile Current Page" to create a new profiler trace. That initializes a profiler instance here:

[Yahoo-eng-team] [Bug 1777458] Re: Listing instances with a marker that is in the build_requests table and the ip/ip6 filters results in an error

2018-06-18 Thread Matt Riedemann
** Also affects: nova/queens Importance: Undecided Status: New ** Changed in: nova/queens Status: New => Confirmed ** Changed in: nova/queens Importance: Undecided => Medium ** Changed in: nova Importance: High => Medium -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1777450] Re: controller:35357 is deprecated and not working it ist controller:5000 instead

2018-06-18 Thread Brian Haley
This is already fixed in the neutron master branch, https://review.openstack.org/#/c/566491/ ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1777441] Re: openstack network agent list gives an error

2018-06-18 Thread Brian Haley
This has already been fixed in the neutron master branch, https://review.openstack.org/#/c/566491/ ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1777478] [NEW] ServerShowV263Test.test_show_update_rebuild_list_server fails cells v1 job with "ValueError: An object of type nova.objects.instance.TrustedCerts is required in fi

2018-06-18 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/01/571201/1/gate/nova- cells-v1/56392c6/logs/screen-n-cell- child.txt.gz?level=TRACE#_Jun_18_14_14_15_307670 The new tempest test is using 2.63 with trusted certs for rebuild which isn't supported with cells v1. Jun 18 14:14:15.307670

[Yahoo-eng-team] [Bug 1777464] [NEW] Server rebuilding... 0% completeERROR (ClientException): Unexpected API Error

2018-06-18 Thread Manoj Moily
Public bug reported: Hi, I was trying to rebuild a VM after switching off the existing VM. But i got the below error, [root@gec-* ~]# nova rebuild ***0445424001 _ldap_rhel5u11_64_091117 --poll +---+ |

[Yahoo-eng-team] [Bug 1777460] [NEW] Whitelist two more SSBD-related CPU flags for AMD ('amd-ssbd', 'amd-no-ssb')

2018-06-18 Thread Kashyap Chamarthy
Public bug reported: In addition to the existing 'virt-ssbd', future AMD CPUs will have _two_ ways to deal with SSBD (Speculative Store Bypass Disable). To that AMD will be introducing two more[1][2] CPU flags: amd-ssbd amdb-no-ssb It is recommended to add the above two flags to the

[Yahoo-eng-team] [Bug 1777458] [NEW] Listing instances with a marker that is in the build_requests table and the ip/ip6 filters results in an error

2018-06-18 Thread Matt Riedemann
Public bug reported: This is very similar to bug 1773945 but has a specific recreate: 1. create server 2. while it's a build request (before scheduling), immediately list servers with the id from server in #1 as the marker and filter using the 'ip' filter - it doesn't matter what the value is

[Yahoo-eng-team] [Bug 1777450] [NEW] controller:35357 is deprecated and not working it ist controller:5000 instead

2018-06-18 Thread Manuel Pitz
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 1777448] [NEW] lvm-backed libvirt ephemeral disk removal fails with TypeError: unbound method delete() must be called with LVM instance as first argument (got str instance instea

2018-06-18 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/10/515210/39/check/barbican-simple-crypto- devstack- tempest/7b7f049/logs/screen-n-cpu.txt.gz?level=TRACE#_Jun_15_18_35_04_327368 Jun 15 18:35:04.310640 ubuntu-xenial-inap-mtl01-165445 nova-compute[1555]: ERROR

[Yahoo-eng-team] [Bug 1777446] [NEW] "Using MigrationKeyManager to provide support for legacy fixed_key encryption: DuplicateOptError: duplicate option: fixed_key" warnings all over n-api logs in barb

2018-06-18 Thread Matt Riedemann
Public bug reported: These warnings are over the nova-api logs in the reference CI job: http://logs.openstack.org/10/515210/39/check/barbican-simple-crypto- devstack- tempest/7b7f049/logs/screen-n-api.txt.gz?level=TRACE#_Jun_15_18_30_55_364299 Jun 15 18:30:55.364299

[Yahoo-eng-team] [Bug 1777441] [NEW] openstack network agent list gives an error

2018-06-18 Thread Kwadwo Busumtwi
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: __ - [ x] This is a doc addition request. - [ x] I have a fix

[Yahoo-eng-team] [Bug 1777422] [NEW] Resource tracker periodic task taking a very long time

2018-06-18 Thread Gary Kotton
Public bug reported: We have 250 instances on a compute node and the resource tracker periodic task is taking very long: 2018-06-17 10:30:56.194 1658 DEBUG oslo_concurrency.lockutils [req- fb2573f9-3862-45db-b546-7a00fdd9a871 - - - - -] Lock "compute_resources" released by

[Yahoo-eng-team] [Bug 1777394] [NEW] api-ref: The wrong order of parameters in the request of "Create Server" API

2018-06-18 Thread Takashi NATSUME
Public bug reported: https://developer.openstack.org/api-ref/compute/#create-server In the "Create Server" API, the 'trusted_image_certificates' parameter should be before 'os:scheduler_hints' parameters because the 'trusted_image_certificates' parameter is inside of the 'server' object(dict).