Public bug reported:
When using this feature
https://review.openstack.org/#/c/63472/
libvirt: Enable custom video RAM setting
I am setting image meta of image
metadata hw_video_model vga
metadata hw_video_ram 64
As stated "hw_video_ram can be provided via the
Public bug reported:
Add a new plugin lead to following error, the root cause is servers was loaded
after volumes
so the inherits.controller is None
if resource.inherits:
inherits = self.resources.get(resource.inherits)
if not resource.controller:
Public bug reported:
Always see this error in the gate:
http://logs.openstack.org/73/122873/1/gate/gate-tempest-dsvm-neutron-
full/e5a2bf6/logs/screen-n-cpu.txt.gz?level=ERROR#_2014-09-21_05_18_23_709
014-09-21 05:18:23.709 ERROR oslo.messaging.rpc.dispatcher [req-52e7fee5
-65ee-4c4d-abcc-099b29
Public bug reported:
LDAP driver can bubble up some exceptions as 400 errors.
Example ldap.CONSTRAINT_VIOLATION and ldap.UNWILLING
def update_user(self, user_id, user):
self.user.check_allow_update()
if 'id' in user and user['id'] != user_id:
raise exception.Valida
Public bug reported:
Always see this error in the gate:
http://logs.openstack.org/73/122873/1/gate/gate-tempest-dsvm-neutron-
full/e5a2bf6/logs/screen-n-cpu.txt.gz?level=ERROR#_2014-09-21_05_18_23_709
014-09-21 05:18:23.709 ERROR oslo.messaging.rpc.dispatcher [req-52e7fee5
-65ee-4c4d-abcc-099b29
from following result
jichen@cloudcontroller:~$ glance image-update --property Key1=Value2
--purge-props 64f067bd-ce03-4f04-a354-7188a4828e8e
+--+--+
| Property | Value|
+--+---
[Expired for OpenStack Dashboard (Horizon) because there has been no
activity for 60 days.]
** Changed in: horizon
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
Public bug reported:
_delete_port_security_group_bindings will delete
SecurityGroupPortBinding associated with the port being deleted. But
since SecurityGroupPortBinding has a foreign key constraint with port
and cascade deleting is defined, SecurityGroupPortBinding can be deleted
when port is del
Public bug reported:
Due to the implementation of the Group-Based Policy blueprint
(https://review.openstack.org/#/c/89469) that was approved for Juno not
being merged, the Neutron Group Policy sub-team plans to deliver a GBP
service plugin as an add-on to the Juno version of Neutron via a
separat
Public bug reported:
On initializing the token_api due to the way the dependency injector
works, an infinite recursion occurs at:
https://github.com/openstack/keystone/blob/1af24284bdc093dae4f027ade2ddb29656b676f0/keystone/token/persistence/core.py#L228-L236
This occurs when doing the lookup for
Public bug reported:
Steps to reproduce:
1. Go to Identity > Users
2. Edit a user
The Update User dialog has an extra eyeball to the right of the
Description header.
See attached screenshot
** Affects: horizon
Importance: Low
Status: New
** Tags: bootstrap
** Attachment added:
Public bug reported:
Currently when specifying NUMA cell memory via flavor extra_specs or
image properties, MiB units are used. According to the libvirt xml
domain format documentation (http://libvirt.org/formatdomain.html) ,
cell memory should be specified in KiB.
In this example, we use the fol
Public bug reported:
We need to update the Sahara's Job Executions page to align UI w/ new
bootstrap 3 classes and update JS to work w/ the new layout.
** Affects: horizon
Importance: Undecided
Status: In Progress
** Changed in: horizon
Status: New => Confirmed
--
You rece
Public bug reported:
We should support specifying security groups and enabling auto creation
of security groups for Sahara clusters.
It was implemented as part of the Sahara blueprint
https://blueprints.launchpad.net/sahara/+spec/cluster-secgroups
** Affects: horizon
Importance: Undecided
Public bug reported:
In unit tests for several ML2 mechanism drivers (listed below) the
NeutronDbPluginV2TestCase class instead of Ml2PluginV2TestCase which is
derived from that class is used:
Unit tests for ML2 mechanism drivers in neutron/tests/unit/ml2:
drivers/cisco/nexus/test_cisco_mech.p
I found some pills lying around, things are much better now.
** Changed in: nova
Status: Confirmed => Invalid
--
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/1373106
Public bug reported:
In neutron/tests/unit/test_api_v2.py's APIv2TestCase.test_page_reverse,
there are essentially two tests cases. There is no assertion made for
the second test case here:
https://github.com/openstack/neutron/blob/d3dfbf3e500a30d88f1c08664204dfc118a0154c/neutron/tests/unit/test_a
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1360504
Title:
tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON
** Changed in: nova
Status: Opinion => Confirmed
--
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/1373106
Title:
jogo and sdague are making me sad
Status in OpenSt
** Changed in: nova
Status: New => Opinion
--
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/1373106
Title:
jogo and sdague are making me sad
Status in OpenStack Co
Public bug reported:
When deleting a domain group assignment using a not domain-aware
backend, such as LDAP, we should get an exception like: 'NotImplemented:
Domain metadata not supported by LDAP', as we have for user assignments.
However, trying to delete an assignment of such type, we get:
Tr
Public bug reported:
Just like when my parents would fight pre-separation...
** Affects: nova
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.
Curl's man page:
This option only changes the actual word used in the HTTP request, it
does not alter the way curl behaves. So for example if you want to make
a proper HEAD request, using -X HEAD will not suffice. You need to use
the -I, --head option.
Looks like -X HEAD is not sufficient.
** Ch
Public bug reported:
The patch that cleans up floating ips on router deletion [1] has
triggered a race condition that causes spurious failures in the dvr job
in the check queue. Reverting this patch [2] has shown to stabilize it.
[1] https://review.openstack.org/#/c/120885/
[2] https://review.op
Translations are done outside of horizon at transifex. Please contribute the
fix here:
https://www.transifex.com/projects/p/horizon
** Changed in: horizon
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscrib
*** This bug is a duplicate of bug 1243127 ***
https://bugs.launchpad.net/bugs/1243127
** This bug is no longer a duplicate of bug 1329319
Restart glance when a image is uploading, then delete the image. The data of
the image is not deleted
** This bug has been marked a duplicate of bug 12
*** This bug is a duplicate of bug 1243127 ***
https://bugs.launchpad.net/bugs/1243127
** This bug is no longer a duplicate of bug 1329319
Restart glance when a image is uploading, then delete the image. The data of
the image is not deleted
** This bug has been marked a duplicate of bug 12
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1340793
Title:
DB2 deadlock error not detected
Status in Cinder:
Confirmed
Status
As per comment #11 this is being marked as "wont fix" since it's V2
related and V3 works as expected.
** Changed in: keystone
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.l
** Changed in: oslo-incubator
Status: Fix Committed => Fix Released
--
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/1367941
Title:
Able to aquire the semaphore use
** Changed in: taskflow
Milestone: next-juno => next-kilo
** Changed in: oslo-incubator
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/136
** Changed in: oslo-incubator
Status: Fix Committed => Fix Released
--
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/1349452
Title:
apparent deadlock on lock_bridge
Public bug reported:
VMWare compute driver incorrectly attaches volumes on iSCSI for target
with multiple LUNs.
Driver handles only first LUN for the target with iqn retrieved from
Cinder service to attach volume:
at nova.virt.vmwareapi.volumeops.VMwareVolumeOps._iscsi_get_target(self, data),
l
** Summary changed:
- Only one of (postgres, mysql) can be installed by devstack at a time
+ Neutron functional tests need to be able to target both postgres and mysql in
the same test run
** Summary changed:
- Neutron functional tests need to be able to target both postgres and mysql in
the s
Per David Lyle, this used to be supported, but we are no longer doing so
due to the increasing changes in APIs.
I'll close it and save you a step.
** Changed in: horizon
Status: Incomplete => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering T
The change is already in master.
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1349567
Title:
Incorrec
Public bug reported:
first_ip, allocation_pool_id and last_ip, allocation_pool_id should be
unique in the table. Unique constraints should be added
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engine
I agree with Sean - the real solution here is just to have a callback
mechanism between Ironic and Nova. Waiting for a periodic task to sync
the power state is not ideal, but it is "normal" for Nova today.
** Changed in: ironic
Milestone: juno-rc1 => None
** Changed in: ironic
Status:
Public bug reported:
In the Create Network dialogue on the first page, the point of the arrow
graphic in the step indicator is notched and rough looking. See
attached screen shot. Seems OK with Chrome.
** Affects: horizon
Importance: Undecided
Status: New
** Attachment added: "Cr
Thanks Solly. Setting the OSSA task to won't fix in that case, to track
that we don't need an advisory.
** Changed in: ossa
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
** Project changed: python-neutronclient => neutron
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1372810
Title:
Incorrect declaration plugin's name in setup.cfg
Status in OpenStack Ne
Public bug reported:
The checkboxes from the Create Network dialog under the Admin tab are
interpreted differently in the Networks table. Shared is Yes/No. Admin
State is UP/DOWN. I'm not sure what reflects if External Network is
checked or not, and I'm not sure what Status can be, other than ACTI
** Changed in: python-neutronclient
Importance: Undecided => Medium
** Project changed: python-neutronclient => neutron
** Changed in: neutron
Status: New => Confirmed
** Summary changed:
- ModelsMigrationsSync test should be moved to functional tests
+ Neutron db migration tests can
You have been subscribed to a public bug:
In setup.cfg name of OneConvergencePlugin is set incorrectly. Used '.'
instead of ':'.
** Affects: neutron
Importance: Undecided
Assignee: Ann Kamyshnikova (akamyshnikova)
Status: In Progress
--
Incorrect declaration plugin's name in
Nova is doing the same thing:
http://git.openstack.org/cgit/openstack/nova/tree/nova/wsgi.py#n138
** Also affects: nova
Importance: Undecided
Status: New
** Changed in: nova
Importance: Undecided => High
** Changed in: nova
Status: New => In Progress
** Changed in: nova
You have been subscribed to a public bug:
Functional tests can't provide both MySQL and PostgreSQL installed which
are needed to properly run ModelsMigrationsSync. After that is fixed we
can move this test to functional.
** Affects: neutron
Importance: Medium
Assignee: Ann Kamyshnikova
Public bug reported:
In the Projects->Network section, the tab for Network Topology and the
tab for Networks both have a "Create Network" button that do the same
thing but the styles on the button are different. Same thing with the
Router tab and Create Router button on that page. Its styling dif
This was never really a bug against horizon, but rather the old sahara-
dashboard module which isn't an issue anymore since the Sahara dashboard
is now part of horizon. Setting this bug to "invalid" because it truly
is totally invalid.
** Changed in: horizon
Status: Incomplete => Invalid
Public bug reported:
federation.controllers.SAMLMetadataV3.get_metadata() method expects
parameter CONF.federation.idp_metadata_path whereas the right parameter
is CONF.saml.idp_metadata_path.
Controllers should be fixed.
** Affects: keystone
Importance: Undecided
Assignee: Marek Denis
** Changed in: python-cliff
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/1365751
Title:
Use of assert_called_once() instead of assert_called_
This only affects juno right? (Those changes are only in the master
branch?) Just confirming we don't need an advisory for any released
versions.
** Also affects: ossa
Importance: Undecided
Status: New
** Changed in: ossa
Status: New => Incomplete
--
You received this bug notif
** Also affects: oslo-incubator
Importance: Undecided
Status: New
** Changed in: oslo-incubator
Milestone: None => kilo-1
** Changed in: oslo-incubator
Status: New => Fix Released
** Changed in: oslo-incubator
Assignee: (unassigned) => Andreas Jaeger (jaegerandi)
--
Y
Public bug reported:
When an action title of pulldown menu is long, the action title can overflow
the pulldown menu.
This error occurs when the language setting is Japanese.
BZ1300868 tried to fix this bug, but this bug is still remaining specific
browser environment.
https://bugs.launchpad.net
Adding cinder on since it is likely the fix will end up in cinder
** Also affects: cinder
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
Public bug reported:
g-api raise 500 error if filesystem_store_datadirs and
filesystem_store_datadir both specified
If both filesystem_store_datadirs and filesystem_store_datadir
parameters specified in glance-api.conf file then while creating new
image 500 internal server error will be raised. I
Public bug reported:
As RFC3442 says:
In some cases more than one IP subnet may be configured on a link.
In such cases, a host whose IP address is in one IP subnet in the
link could communicate directly with a host whose IP address is in a
different IP subnet on the same link. In cas
Public bug reported:
If Network contains Subnet smaller than /64, prefix-len should be
specified for dnsmasq's --dhcp-range option.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, whic
Public bug reported:
Neutron should drop certain ICMPv6 messages (like 134) on VM -> Network
path. Like it allows certain ICMPv6 messages to be accepted on Network
-> VM path, as in bug #1242933
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notifi
** No longer affects: nova
--
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/1368667
Title:
Nova supports creating flavor with an existing ID if the previous
flavor(with
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: neutron
Assignee: (unassigned) => Jacek Świderski (jacek-swiderski)
** Changed in: neutron
Status: New => In Progress
** Description changed:
mock.assert_called_once() is a noop, it doesn't test an
Public bug reported:
Currently, in neutron code, there still are some codes to enable
translation tag for debug level log.
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subs
Public bug reported:
Looking at this branch of the NUMA fitting code
https://github.com/openstack/nova/blob/51de439a4d1fe5e17d59d3aac3fd2c49556e641b/nova/virt/libvirt/driver.py#L3738
We do not account for allowed cpus when choosing viable cells for the
given instance. meaning we could chose a NU
Public bug reported:
once enabled vcpu_pin_set=0-9 in nova.conf, got the following
exception:
2014-09-23 11:00:41.603 14427 DEBUG nova.openstack.common.processutils [-]
Result was 0 execute /opt/stack/nova/nova/openstack/common/processutils.py:195
Traceback (most recent call last):
File "/usr
Public bug reported:
The Hyper-V driver in Nova is not very efficient attaching Cinder
volumes to the VMs.
It always tries to refresh the entire connection to the iSCSI target:
https://github.com/openstack/nova/blob/master/nova/virt/hyperv/volumeutilsv2.py#L87
This is a time consuming task that
I tested this on an Icehouse environment. The code changed in Juno. Len
of list_instances is used for the number of instances and list_instances
only returns guests, no dom0. So everything is fine on Juno and this bug
is invalid.
** Changed in: nova
Status: New => Invalid
--
You received
Public bug reported:
When an iSCSI volume is attached to Hyper-V, the OS has to refresh the
list of LUNs on the iSCSI target to discover the new one.
The current mechanism implemented only works for the first LUN because
the connection to the target is done after the LUN is exposed to the
hypervi
Public bug reported:
When a volume is detached from a VM on Hyper-V, the Nova driver tries to
disconnect from the iSCSI target, even if it's in use.
https://github.com/openstack/nova/blob/master/nova/virt/hyperv/volumeops.py#L194
This make sense when a volume (LUN) is associated with only one is
Public bug reported:
When doing reboot, the task status will be REBOOT_STARTED for
long time in some cases, it's better to add this status
when polling the rebooting instances and try to trigger
reboot again.
[tagett@stack-01 devstack]$ nova list
+--+
Public bug reported:
When using Libvirt with Xen the dom0 is not available in the database
and because of that nova.compute.manager will log a lot of warnings
about this.
2014-09-08 09:49:23.709 11673 WARNING nova.compute.manager [req-
5d0ba692-0f18-445f-b55b-526043636976 None None] Found 1 in th
** Description changed:
we need to to check the value of the configuration item
block_device_retries in the code in order to ensure the
"block_device_retries " equal or bigger than 1 , done like that the
configuration item network_allocate_retries
+
+ =
+ In ceilomete
** No longer affects: trove
** No longer affects: python-troveclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1365061
Title:
Warn against sorting requirements
Status in Cinder:
Public bug reported:
The messages generated by neutron-metering-agent contain timestamps in a
different format than the other messages received through UDP from
ceilometer-agent-notification. This creates unnecessary troubles for
whoever is trying to decode the messages and do something useful wit
72 matches
Mail list logo