Reviewed: https://review.openstack.org/465797
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=3c95e12d0c1d4a5bb8486cb4b25b37ee216c3b8b
Submitter: Jenkins
Branch:master
commit 3c95e12d0c1d4a5bb8486cb4b25b37ee216c3b8b
Author: Tao Li
Date: Thu May 18 11:51:11 2017 +0800
Reviewed: https://review.openstack.org/465785
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=5e51fed4a0f75ec6c97cd2582d89584b9364ccfc
Submitter: Jenkins
Branch:master
commit 5e51fed4a0f75ec6c97cd2582d89584b9364ccfc
Author: He Jie Xu
Date: Thu May 18 10:52:54 2017 +080
*** This bug is a duplicate of bug 1512880 ***
https://bugs.launchpad.net/bugs/1512880
The original poster's version of Nova was 13.1.2, which is Mitaka.
Therefore all the --force stuff and microversions discussion is
irrelevant (since microversion 2.29 was added in Newton).
So, the bug here
Reviewed: https://review.openstack.org/464548
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=29c8ae3cd9653b310c3fac803e6295e5fa885d15
Submitter: Jenkins
Branch:master
commit 29c8ae3cd9653b310c3fac803e6295e5fa885d15
Author: Kevin_Zheng
Date: Mon May 15 15:02:00 2017 +0
Reviewed: https://review.openstack.org/465903
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=36ef45edda4c5e8b357abb90ec6cd56ce945e783
Submitter: Jenkins
Branch:master
commit 36ef45edda4c5e8b357abb90ec6cd56ce945e783
Author: jianghua wang
Date: Thu May 18 10:29:13 2017
** Also affects: keystone
Importance: Undecided
Status: New
--
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/1436957
Title:
assertRaisesRegexp has been depr
Public bug reported:
Currently, the default behavior of neutron when list security groups is:
if you are "admin", response everything we have in the env, and if the
user uses a security group from other project to boot a server, Nova
will show no error in API layer check but error raised in comput
Split into other RFEs:
https://bugs.launchpad.net/neutron/+bug/1690937
Launchpad bug 1690937 in neutron "[RFE] Support allowed address pairs without
ip address" [Wishlist,Triaged]
https://bugs.launchpad.net/neutron/+bug/1690921
Launchpad bug 1690921 in neutron "[RFE] Manage Broadcast, Unicast, an
Public bug reported:
Forcing a service, like nova-compute, down is being used by people for
routine planned maintenance/upgrades of their computes, but it's not
really intended for that. Planned maintenance for a nova-compute service
should disable the service so it's taken out of scheduling decis
Reviewed: https://review.openstack.org/446072
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=1d3acad111c5106592b0921628480fcf41e0fb4c
Submitter: Jenkins
Branch:master
commit 1d3acad111c5106592b0921628480fcf41e0fb4c
Author: Kaitlin Farr
Date: Fri Mar 10 18:09:49 2017 -
Reviewed: https://review.openstack.org/466003
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=ae6e4f1bc14e2e1d947554799fc9d9b81fe75288
Submitter: Jenkins
Branch:master
commit ae6e4f1bc14e2e1d947554799fc9d9b81fe75288
Author: Chris Friesen
Date: Thu May 18 09:05:17 2017
Reviewed: https://review.openstack.org/463506
Committed:
https://git.openstack.org/cgit/openstack/keystone/commit/?id=6ae168544ac1fdf4edd8c8b97c22ccafabc643ac
Submitter: Jenkins
Branch:master
commit 6ae168544ac1fdf4edd8c8b97c22ccafabc643ac
Author: rocky
Date: Tue May 9 17:21:23 2017 +0800
Public bug reported:
Description
===
Nova doesn't cleanup port when instance launch fails on a hypervisor due to
virt issues, instance is automatically rescheduled to a different hypervisor
which results in duplicate ports for the instance.
Steps to reproduce
==
A chrono
Public bug reported:
On my Ocata deployment (with a shared storage between my KVMs hypervisors), the
following worflow is failing:
* stop nova-compute on a KVM hypervisor
* stop a VM on the KVM hypervisor using virsh destroy
* evacuate the VM ... which fails with the stacktrace:
ERROR nova.co
Reviewed: https://review.openstack.org/464774
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=7b239a928f7834ff98e0fff82491bfbb2a10eece
Submitter: Jenkins
Branch:master
commit 7b239a928f7834ff98e0fff82491bfbb2a10eece
Author: Kevin Benton
Date: Mon May 15 15:54:35 201
Public bug reported:
Several neutron functional tests are failing when Routes is <2.3.0.
Specifically the pecan_wsgi.test_controllers.
Tests:
neutron.tests.functional.pecan_wsgi.test_controllers.TestRouterController.test_methods
neutron.tests.functional.pecan_wsgi.test_controllers.TestV2Controlle
** Tags removed: neutron-proactive-backport-potential
** Changed in: neutron
Status: Fix Committed => 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/1644415
Title:
d
Public bug reported:
At line 2484 of
https://github.com/openstack/nova/blob/master/nova/network/neutronv2/api.py
the code is accessing p[‘id’] in the LOG.info block, but that means
it logs the last entry that it iterated over in the previous loop over
the ports rather than the port_id being pro
Reviewed: https://review.openstack.org/461205
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=b0a5f30248ac905f676f9ad77f1632430a3acc2e
Submitter: Jenkins
Branch:master
commit b0a5f30248ac905f676f9ad77f1632430a3acc2e
Author: Akihiro Motoki
Date: Sat Apr 29 11:26:45 2
Public bug reported:
Vladimir suggested this in bug 1660385 comment 12 [1].
The idea would be to have a supported way that you could seed images with
cloud-init using Nocloud without any tinkering in the image. That would mean
a.) no second block device
b.) no usage of kernel command line.
--
Public bug reported:
Seen here:
http://logs.openstack.org/42/465042/5/check/gate-grenade-dsvm-neutron-
multinode-live-migration-
nv/6aae0c3/console.html#_2017-05-18_00_39_25_007223
This was regressed by https://review.openstack.org/#/c/461803/ which
changed to use systemd for everything in that
I wonder why an openstack project would not configure images built to
run on openstack to use the openstack metadata service. Is there a
reason? Generally speaking I think it should perform much better as the
openstack metadata service is often quite slow. Cloud-init crawls the
metadata service
*** This bug is a duplicate of bug 1649503 ***
https://bugs.launchpad.net/bugs/1649503
I debug this issue today.
Here are some logs http://paste.openstack.org/show/609902/
And it shows the following result:
qos_policy_id for network is not getting updated, so need_network_update_notify
is F
*** This bug is a duplicate of bug 1672213 ***
https://bugs.launchpad.net/bugs/1672213
It is a duplicate of bug 1672213. We can backport the fix in the master
branch.
** This bug has been marked a duplicate of bug 1672213
'True' is displayed in "Admin State" choice field when editing a por
Reviewed: https://review.openstack.org/462348
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=a963aecb4ce91bbb2a2e1e6560e121bc295c36ff
Submitter: Jenkins
Branch:master
commit a963aecb4ce91bbb2a2e1e6560e121bc295c36ff
Author: Jackie Truong
Date: Wed May 3 23:11:32 2017 -
Will be fixed as part of https://blueprints.launchpad.net/horizon/+spec
/angular-overview
** Changed in: horizon
Status: In Progress => Won't Fix
** Changed in: horizon
Milestone: next => None
** Changed in: horizon
Assignee: Ciaran O Tuathail (ciaran-otuathail) => (unassigned)
Reviewed: https://review.openstack.org/462856
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=605a34376ae655369ab9b4e8bddfe1dfbc91ab0a
Submitter: Jenkins
Branch:master
commit 605a34376ae655369ab9b4e8bddfe1dfbc91ab0a
Author: Mateusz Kowalski
Date: Fri May 5 09:53:52
** Changed in: horizon
Assignee: Sunkara Ramya Sree (ramyasunkara) => (unassigned)
** Changed in: horizon
Status: Incomplete => Opinion
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
htt
Reviewed: https://review.openstack.org/353862
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=e1ddae83901735d9bffd9d736f3c033c8986041f
Submitter: Jenkins
Branch:master
commit e1ddae83901735d9bffd9d736f3c033c8986041f
Author: John Hua
Date: Thu Aug 11 14:48:47 2016 +0800
Reviewed: https://review.openstack.org/465840
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=d884143ce37186cbe9e62a64fe06ed9e38f34ed2
Submitter: Jenkins
Branch:master
commit d884143ce37186cbe9e62a64fe06ed9e38f34ed2
Author: zhangdebo
Date: Wed May 17 23:47:22 2017 -
Public bug reported:
In images panel, set filter to be "visibility: public",
I got one image listed in the table,
then I set language to "zh_CN" and filter images again,
I got none.
** Affects: horizon
Importance: Undecided
Assignee: Debo Zhang (laun-zhangdebo)
Status: In Pr
Reviewed: https://review.openstack.org/463356
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=ba3ef0efb369a0ef4346779016e09b173a538713
Submitter: Jenkins
Branch:master
commit ba3ef0efb369a0ef4346779016e09b173a538713
Author: wei.ying
Date: Mon May 8 23:24:22 2017 +08
Public bug reported:
Restarting neutron-l3-agent that hosts the master router would cause
split-brain in HA Router.
How to reprocude:
Create a ha router
Set gateway for the HA route
Restart neutron-l3-agent that hosts the master router of the HA router
Split-brain occurs in the HA Router
Public bug reported:
In images panel, I set the filter to be "visibility: unknown", then an error
appeared at top right corner of the page:
"Error: Unable to retrieve the images."
I open the developer tool of browser, I found an error response in the network
tab:
"Invalid visibility value: unkn
34 matches
Mail list logo