Public bug reported:
1- After a long run provisioning which creates and deletes VMs for days
we have a quite long history of deleted instances in the DB that could
be archived
2- We have attempted to run:
nova-manage db archive_deleted_rows --max_rows 100
which was accepted but did not com
Public bug reported:
Dashboard limts length to Flavor Extra Spec for filling in the key
quota:vif_outbound_average
(1)Login in Dashboard by admin;
(2) Select "Flavors";
(3)Select any one flavors, for example m1.tiny;
(4)Click More,then View Extra Specs;
(5)Click Create;
(6)fill in the key q
Public bug reported:
This is hard to explain so here goes.
When a compute node is making a lot of multipath calls eg. due to bug 1277316
sometimes it can fail to retrieve a multipath device.
When this happens it falls back to using the raw iscsi device.
Example code:
host_device = ("/dev/d
Public bug reported:
I use OpenStack Nova Havana with zeromq to build my environment. In my
environment, there is a controller node, two child cells node and four
compute node like follows:
http://pastebin.com/WtG0GVDv
controller is the parent cell, cell1 and cell2 are child cell.
While, when
[Expired for neutron because there has been no activity for 60 days.]
** Changed in: neutron
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1264482
Ti
We can't fix this in Nova V2 as it is a backwards incompatible change,
so the only place we can fix it is the docs. Sorry.
** Also affects: openstack-manuals
Importance: Undecided
Status: New
** Changed in: nova
Status: In Progress => Invalid
** Tags added: api
--
You received
Public bug reported:
After running cmd "nova-manage db archive_deleted_rows --max_rows ", the result
shows that the tables INSTANCE_ACTIONS and INSTANCE_ACTIONS_EVENTS are not
archived (the 'deleted' column for the rows of related instance is never set to
True, )
when the instance is already de
Public bug reported:
Parallel requests for create/delete of network ports and subnets
sometimes cause DB lock errors in cisco N1kv tables which results in
failure of the respective resource request.
** Affects: neutron
Importance: Undecided
Assignee: Abhishek Raut (abhraut)
St
Public bug reported:
A tempest run failed several tests with errors like "Cannot 'pause' while
instance is in vm_state building". The other things tempest was trying to do
is 'rescue' and 'attach_volume', and they all failed with the same error.
Also, the error reported was "Conflict: An obje
Public bug reported:
Following scenario
1) start to pause an active instance
2) the nova-compute died because of unexpected situation
3) when nova-compute start again , it's task state is pausing
it should be changed to None because host restarted and all instance
task need to be None
this m
Public bug reported:
There is a bug for using nova-network environment module instead of
neutron.
The resources should be released during sheving instance.
However, the mac address is not deleted from dhcp conf file even
instance is shelved.
The dummy lines would be remain if the instance unshe
Yes, after run keystone-manage pki_setup` and change the correct
directory in [signing] , the issue is gone.
** Changed in: keystone
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
h
Public bug reported:
* The id column is internal only, and yet, is varchar(64). This should
just be an auto incremented int.
* There are no indexes on anything.
* The comments claim that only DB2 has trouble with large deletes. This
is false. MySQL will hold gaps open on any indexes, including t
Public bug reported:
Admin > Host Aggregates
If we open up "Create Host Aggregate" modal, we see 2 tabs: "Host
Aggregate Info" and "Hosts within aggregate"
However, if we click on one of the table row's "Edit Host Aggregate", it
opens up it's own modal form instead of the workflow tab.
The moda
Public bug reported:
The federation configuration page in the documentation should also
mention that "saml2" must be added as a default auth method.
** Affects: keystone
Importance: Undecided
Assignee: Matthieu Huin (mhu-s)
Status: In Progress
** Tags: low-hanging-fruit
** C
Public bug reported:
If an error is raised in the AssociateIPAction we assume that a redirect
will be raised. However, certain exception classes will not result in a
redirect when handled by the standard Horizon exception handler.
The two problem spots are in AssociateIPAction.populate_ip_id_choi
** Also 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.launchpad.net/bugs/1290540
Title:
nova api deprecation warning
Status in O
Public bug reported:
A recent API change in Cisco N1KV controller requires L3 params for port
creation.
N1KV Neutron plugin does not pass these params in the REST call to the
controller.
The fix is to add the missing params in the REST body.
** Affects: neutron
Importance: Undecided
Public bug reported:
I'm updating the installation guide for Icehouse. Based on the following
blueprint, I removed the database configuration keys from nova.conf on
the compute node in my test environment.
https://blueprints.launchpad.net/nova/+spec/nova-network-objects
However, when attempting
Public bug reported:
When detaching multiple volumes from multiple instances the stack trace
below was encountered. The db shows a device name present for all
volumes attempted to be detached (also below).
A similar stack trace was found at:
http://pastebin.com/sDR2AVGH
2014-03-10 07:59:38.220
Public bug reported:
Logs are showing plenty of tracebacks like the following:
http://logs.openstack.org/96/66796/15/check/check-tempest-dsvm-neutron-
full/d940e56/logs/screen-q-svc.txt.gz?level=DEBUG#_2014-03-06_10_14_46_352
An operation (either update_floatingip_status or get_floating_ips) in
u
Public bug reported:
Currently if a unit test creates a patch and does not stop it, the patch
will hang around and could potentially affect other tests that rely on
the mocked class/method. This can make it difficult for developers
creating new tests as unrelated tests could be causing new ones to
Public bug reported:
When extending a volume, the form should automatically be populated with
the current volume size
** Affects: horizon
Importance: Undecided
Assignee: Santiago Baldassin (santiago-b-baldassin)
Status: New
** Changed in: neutron
Assignee: (unassigned) =>
Public bug reported:
In the nova.virt.libvirt.driver.LibvirtDriver. _get_new_connection
method two different libvirt event handlers are registered, one for
lifecycle events (_event_lifecycle_callback) and one for connection
events (_close_callback). These callbacks are called by a native thread
Public bug reported:
The call to l3plugin.disassociate_floatingips() trigggers several events
that could cause a timeout to occur trying to query the db for the port
therefore this patch changes the code to query first for the port.
** Affects: neutron
Importance: Undecided
Assignee: Aa
Public bug reported:
libvirt/driver.py passes partition=None to disk.inject_data() for any
instance with kernel_id set. partition=None means that inject_data will
attempt to mount the whole image, i.e. assuming there is no partition
table. While this may be true for EC2, it is not safe to assume t
Public bug reported:
After working around #1246980 it seems that the GET request on the v2
API has a bug in it as well. The limit is not passed on the json body.
1385 DEBUG glance.common.client [c21d4070-ee8b-473c-8b45-2e660f293a1a
dd0e22a5cf3e45f3a6368eba44201bbc 5b12a41b20a3469db107e6e3c114f87
Removed keystone as it doesn't look like any of the above is unexpected
behavior there.
** No longer affects: keystone
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1282842
Title:
defa
** Also affects: openstack-api-site
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1288098
Title:
v3 Service Catalog doesn't expose service n
Public bug reported:
The following will create a network for an invalid tenant ID:
$neutron net-create --tenant_id x test
Tenant ID should be validated before creating any entity (network, port,
subnet, etc)
** Affects: neutron
Importance: Undecided
Assignee: Gastón Severina (gsev
** Also affects: horizon
Importance: Undecided
Status: New
** Also affects: python-keystoneclient
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchp
Public bug reported:
The Hyper-V agent is currently enabling metrics collection per vm, instead of
per disk.
This leads to erroneous values collected for disk metrics.
** Affects: nova
Importance: Undecided
Assignee: Claudiu Belu (cbelu)
Status: New
** Tags: hyper-v
** Tags
** Changed in: keystone
Status: Confirmed => 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/1136190
Title:
Cannot download EC2 credentials unless user has admin role
Sta
Public bug reported:
High Precision Event Timer is x86 specific hardware design to replace older PIT
and RTC.
Also, '-no-hpet' option makes qemu to fail on non x86 targets.
he libvirt's xml generated has the following:
The error produced...
libvirtError: internal error: process exited while
Public bug reported:
Currently a password is needed when doing a stack creation using
Horizon. This has been done in bug #1199549 after a change in Heat
which is not up to date. Depending on the configuration, this is
actually not needed, so the field should probably be optional in the UI.
An err
I can't reproduce the KeyError on a fresh devstack rebuilt from scratch.
Now the new instance fails to boot due to bug 1290302, which is already
being looked into. Thanks for the comment and sorry for the noise!
** Changed in: nova
Status: Incomplete => Invalid
--
You received this bug no
Public bug reported:
Selenium tests by default need a display and a browser driver for setup.
If no display settings are provided then the native display is used.
But if you run the tests on Jenkins or on a Vagrant machine, you usually want
to run them headless.
In the setUp method of the BaseTe
Public bug reported:
Input validation of the name field for the create method for os-server-
groups extension is broken in that it accepts integers, floats, etc as
well as strings as the nova internals code quietly converts these to
strings. This was not picked up by the unittests because they wer
*** This bug is a duplicate of bug 1250162 ***
https://bugs.launchpad.net/bugs/1250162
Fixed here:
https://github.com/openstack/nova/commit/9393ed0a8546ce393e354614e87056c795abd22b
** This bug has been marked a duplicate of bug 1250162
xenapi: Agent update ordering
--
You received this b
Public bug reported:
This happens when I run any IPv6 tests from tempest.api.network locally. It
doesn't cause test failures, but it does show a problem with the code. It
happens sometimes in the OpenStack CI testing.
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOiBcImJhZCBjb21tYW5kIGx
Public bug reported:
With current nova in master, when booting an instance using an existing
volume without specifying the device_name fails with the following
traceback in nova compute:
$ nova boot --boot-volume f1f2de9c-eedf-41cf-9089-a41ec0706b3e --flavor
m1.custom --key-name default server --
Public bug reported:
reproduce steps:
1. create an instance under Folsom
2. update nova to Havana
3. resize the instance to another host
4. confirm the resize
5. examine the instance dir on source host
you will find the instance-_resize dir exists there which was
not deleted while confirm
Public bug reported:
I found the bug in stable/havana, which is handy to re-product.
configure keystone to using memcache backend, so the config file
keystone.conf will look like below:
[token]
driver = keystone.token.backends.memcache.Token
..
[memcache]
servers=127.0.0.1:11211
.
Public bug reported:
In instance detail page ,when click ' Click here to show only
console',if we want to view other page,we must click browser's back
button to exit the fullscreen mode.But if add '_blank',then we can view
instance console and we can also use the dashboard.
** Affects: horizon
Public bug reported:
An IP address is represented as A.B.C.D /n, where "/n" is called the IP prefix.
But when create or update rules, there is no constraint to remote_ip_prefix, we
can give any value as '--'.
** Affects: neutron
Importance: Undecided
Assignee: Lee Li (lilinguo)
** Changed in: cinder
Assignee: Vipin Balachandran (vbala) => (unassigned)
** Project changed: cinder => 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/1289397
Public bug reported:
There are a number of places that do not contain translation support in
the virt drivers
** Affects: nova
Importance: Low
Assignee: Gary Kotton (garyk)
Status: In Progress
** Changed in: nova
Assignee: (unassigned) => Gary Kotton (garyk)
** Changed i
You have been subscribed to a public bug:
ssatya@devstack:~$ nova boot --image 1e95fe6b-cec6-4420-97d1-1e7bc8c81c49
--flavor 1 testdummay
+--+---+
| Property | Value
Public bug reported:
During federated authentication dedicated mechanism called RuleProcessor maps
SAML2 parameters into Keystone groups. It's done by matching certain rules
added by cloud administrators. However, Keystone doesn't check whether
resulting groups are present in the backend. this
Public bug reported:
The subnetroutes migration scripts exist before ml2 was introduced, so
the table isn't created for ml2
Existing installations are working as they rely on auto-generation for
DB schemas.
Therefore the bug can be easily fixed by tweaking existing migrations,
as there no need t
Public bug reported:
In the http://docs.openstack.org/developer/keystone/setup.html (generate
from keystone/doc/setup.rst):
the section "Installing dependencies":
"Fedora 15:
"$ sudo yum install python-sqlite2 python-lxml python-greenlet-devel
python-ldap"
the "sqlite-devel" and "openl
Public bug reported:
Router RA rule is added to compute node to allow VM to accept RA from
router interface on network node. However, this is only added when
router port which sends RA is created before VM port is created.
We should add trigger to allow RA from router port when router port is
cre
52 matches
Mail list logo