Public bug reported:
In file 'configuringservices.rst ' ,under section of ‘Auth-Token Middleware
with Username and Password’ :
The word 'by' in clause "If 'admin_token' is specified it will by used only if
the specified token is still valid" should be replaced with word 'be'.
** Affects: keyst
Public bug reported:
when flavor pagenation, the conf of osapi_max_limit does not work.so we
must modify.
** Affects: nova
Importance: Undecided
Assignee: lizheming (lizheming-li)
Status: New
** Changed in: nova
Assignee: (unassigned) => lizheming (lizheming-li)
--
You
Public bug reported:
We are currently using an outdated version of bootstrap. It would be
nice to upgrade to the latest (v3.1.1).
** Affects: horizon
Importance: Undecided
Assignee: Thai Tran (tqtran)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Thai Tran
Public bug reported:
in keypair api, when check the length of keypair name, the num of space also
include the length.
as user, we don't distinguish one space or two space, so I think we should
ignore space.
** Affects: nova
Importance: Undecided
Assignee: lizheming (lizheming-li)
"Heat just forwards what Nova sends it, it seems it should be fixed in
Nova instead."
So I change the prohect to be nova.
** Project changed: heat => nova
** Changed in: nova
Status: Invalid => New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team
You have been subscribed to a public bug:
I tried to use heat template to initiate a few VMs, but failed, error
log is as below--
2014-04-03 09:38:17.855 64268 TRACE heat.engine.resource Error: Creation
of server cSDMstack-fe-0-0-2-skqk5g44somv failed: No valid host was
found. (500)
This is not
Marking this as won't fix since the patch to make the service blow up on
startup if cells.enable=False was too pervasive and not worth the risk
of changing this when the fix is just don't start the service if you're
not using it.
** Changed in: nova
Status: In Progress => Won't Fix
--
You
Public bug reported:
this config is defined in nova/virt/libvirt/volume.py, but it's also
used in nova/virt/libvirt/imagebackend.py, and it is not imported to
this module, so a NoSuchOptError is raised while running tests of rbd
image in nova/tests/virt/libvirt/test_imagebackend.py.
Traceback (mo
** Project changed: nova => cinder
--
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/1304400
Title:
snapshot page query fail when limit == 0
Status in Cinder:
New
Bug d
Thanks James.
Scott, cloud-init is hanging without getting any data from MAAS. It
seems to me that there should be at least a last-ditch way of reporting
the failure back somewhere?
This is possibly a dupe of bug 1237215
** Also affects: curtin
Importance: Undecided
Status: New
** No
Public bug reported:
Nova and others have in there requirements.txt a requirement on
'oslo.messaging>=1.3.0a9', when translating this to an rpm dependency we
get 'oslo.messaging >= 1.3.0a9' which means that when installing we are
unable to match against >= 1.3.0 (which is newer/different than 1.3.
Public bug reported:
brocadenetworks table model is defined as:
class BrocadeNetwork(model_base.BASEV2, models_v2.HasId)
where models_v2.HasId is sa.String(36)
But in the folsom_initial migration we have:
def upgrade_brocade():
op.create_table(
'brocadenetworks',
sa.Co
Reviewed: https://review.openstack.org/85827
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=c782e8c344de4bf6dd20ea76cb78ba97c898c5c0
Submitter: Jenkins
Branch:milestone-proposed
commit c782e8c344de4bf6dd20ea76cb78ba97c898c5c0
Author: Carl Baldwin
Date: Thu Apr 3 20
Reviewed: https://review.openstack.org/86149
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=3547788a22f2008a062ccf0ddcec04f834b097c8
Submitter: Jenkins
Branch:milestone-proposed
commit 3547788a22f2008a062ccf0ddcec04f834b097c8
Author: Darren Birkett
Date: Thu Mar 6
Public bug reported:
Steps to reproduce:
- Setup a devstack from scratch using nova-network
- delete the default network
# nova-manage network delete 10.0.0.0/24
- change nova.conf to use VlanManager:
network_manager = nova.network.manager.VlanManager
- restart nova-network
- create a new networ
Public bug reported:
In the create_port method for the NSX plugin, successful creation in NSX is
logged even before the DB transaction is committed.
This should be fixed with a simple patch.
diff --git a/neutron/plugins/vmware/plugins/base.py
b/neutron/plugins/vmware/plugins/base.py
index fc39b
Public bug reported:
If libvirt wasn't compiled with the appropriate flags, listDevices may
return NOT_SUPPORTED.
This is currently not gracefully handled, which prevents the compute
node from starting up.
http://paste.openstack.org/show/75375/
A better fix is to handle the error, and issue a w
Reviewed: https://review.openstack.org/86012
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=3ac434d8a6c3370181ce2ea1d334da2cfc85629d
Submitter: Jenkins
Branch:milestone-proposed
commit 3ac434d8a6c3370181ce2ea1d334da2cfc85629d
Author: Irena Berezovsky
Date: Tue Mar
Reviewed: https://review.openstack.org/85664
Committed:
https://git.openstack.org/cgit/openstack/glance/commit/?id=69fdd19cf1f780a24c48efa5fc3f317f6b451f9c
Submitter: Jenkins
Branch:milestone-proposed
commit 69fdd19cf1f780a24c48efa5fc3f317f6b451f9c
Author: Flavio Percoco
Date: Fri Apr 4 1
Reviewed: https://review.openstack.org/86099
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=0614a83e3ccb2c1e891909e6380c8617bee3
Submitter: Jenkins
Branch:milestone-proposed
commit 0614a83e3ccb2c1e891909e6380c8617bee3
Author: Balazs Gibizer
Date: Fri Apr 4 16:
Public bug reported:
2014-03-26 16:07:51,111 (neutron.plugins.vmware.common.nsx_utils): WARNING
nsx_utils get_nsx_router_id Unable to find NSX router for Neutron router
e90010ab-f630-4f81-9f6b-ac3da4b29aef
2014-03-26 16:07:51,111 (neutron.plugins.vmware.api_client.base): DEBUG base
acquire_conn
Reviewed: https://review.openstack.org/86053
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=1d6bcbb3149cb0f68e6d45ce177fb87417df69d5
Submitter: Jenkins
Branch:milestone-proposed
commit 1d6bcbb3149cb0f68e6d45ce177fb87417df69d5
Author: Russell Bryant
Date: Mon Apr 7 15:
Public bug reported:
In error handling code inside
openstack_dashboard/dashboards/project/databases/views.py, DetailView.get_data,
on the logging line:
LOG.error('Unable to retrieve flavor details'
' for database instance: %s') % instance_id
That line will alway
This bug was fixed in the package qemu - 2.0.0~rc1+dfsg-0ubuntu2
---
qemu (2.0.0~rc1+dfsg-0ubuntu2) trusty; urgency=medium
* define-trusty-machine-type.patch: update the trusty machine type name to
pc-i440fx-trusty (LP: #1304107)
-- Serge HallynTue, 08 Apr 2014 11:49:04 -05
Public bug reported:
Due to a timing issue, the network topology page can issue a 500 error
if a subnet is deleted at the inopportune moment.
Inside openstack_dashboard/dashboards/project/network_topology/views.py
---> JSONView.get method
neutron_networks = api.neutron.network_list_for_tenant(
Reviewed: https://review.openstack.org/86054
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=1b0106e2804a45e641433c4bd459e6bed85521c3
Submitter: Jenkins
Branch:milestone-proposed
commit 1b0106e2804a45e641433c4bd459e6bed85521c3
Author: CristianFiorentino
Date: Mon Ma
Public bug reported:
This extension should be documented here:
https://github.com/openstack/identity-api/tree/master/openstack-
identity-api/v3/src/markdown
At least one route is exposed as part of this extension:
GET /v3/auth/tokens/OS-PKI/revoked
By this router:
http://git.openstack.org
This bug was fixed in the package libvirt - 0.9.8-2ubuntu17.18
---
libvirt (0.9.8-2ubuntu17.18) precise-proposed; urgency=medium
* d/p/ubuntu/qemu-fix-race-between-async-and-query-jobs.patch: fix a race
between asynchronous and query jobs. (LP: #1254872)
-- Serge HallynTue
Public bug reported:
When an instance has 0 root disk size an extra image is created on the
datastore (uuid.0.vmdk that is identical to uuid.vmdk). This is only in
the case of a linked clone image and waists space on the datastore. The
original image that is cached can be used.
** Affects: nova
This bug was fixed in the package libvirt - 1.2.2-0ubuntu11
---
libvirt (1.2.2-0ubuntu11) trusty; urgency=medium
* debian/patches/recognize-trusty-machine-type.patch: Revert patch
since it was causing issues with virtio deivces. (LP: #1304107)
-- Chuck ShortTue, 08 Apr 2014
** Changed in: nova
Status: New => 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/1303203
Title:
VM resize: ssh/scp is tried even VM has no local disk
St
Public bug reported:
As of this commit 3 years ago:
https://github.com/openstack/nova/commit/07ee9639a105a58b8b212fff607f4e0639d411da
nova-manage.conf is no longer used in nova-manage, so remove it from the
nova-manage.rst man page:
https://github.com/openstack/nova/blob/master/doc/source/man/n
Currently, it is specified as a configuration option, since different
hypervisors require different support different remote connection
protocols. This would most likely be better filed as a blueprint.
** Changed in: nova
Status: New => Invalid
--
You received this bug notification becau
Public bug reported:
httplib.HTTPConnection is being assigned to a module-level variable in
the Big Switch server manager module. This was a work-around to mock not
correctly stopping patches targeting the normal library path.
This should be removed once the root cause of the patching issue is
fo
** Also affects: libvirt (Ubuntu)
Importance: Undecided
Status: New
** Changed in: libvirt (Ubuntu)
Assignee: (unassigned) => Chuck Short (zulcss)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (n
** Also affects: cloud-archive
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/1304107
Title:
Libvirt error launching instance
** Changed in: nova
Status: New => Invalid
** Tags removed: icehouse-backport-potential icehouse-rc-potential
--
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/1304107
Ok that log is interesting as it shows that Ubuntu have re-named the
QEMU machine types
... -machine trusty,accel=tcg,usb=off ...
See 'trusty' is the machine type there instead of the more usual "pc-
i440fx-1.6"
This unfortunately breaks the ability of libvirt to figure out what type
of base b
Public bug reported:
Under some circumstances (and I'm not entirely sure which) the exception
handling on adding an interface to a router will produce a KeyError.
The exception happens in
openstack_dashboard/dashboards/project/routers/ports/forms.py in
AddInterface.populate_subnet_id_choices.
In
** Changed in: glance
Milestone: None => icehouse-rc2
** No longer affects: glance/icehouse
** Tags removed: icehouse-rc-potential
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/130266
** Changed in: glance
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/1299349
Title:
upstream-translation-update Jenkins job failing
Status i
** Also affects: glance/icehouse
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1302661
Title:
Notifier fails to start when old config params a
** Also affects: openstack-api-site
Importance: Undecided
Status: New
** Changed in: openstack-api-site
Status: New => Confirmed
** Tags added: identity-api
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keyston
middleware moved to pycadf: https://review.openstack.org/#/c/73452/
clean up pycadf middleware in nova: https://review.openstack.org/#/c/75426/
** Changed in: nova
Status: In Progress => Fix Committed
** Changed in: pycadf
Status: In Progress => Fix Released
--
You received this b
Public bug reported:
In my deployment when I provision or terminate numerous VM, e.g. 100+, I
got some "Maximum attempts reached" issues in Nova internal which
happened on Nova operates network/neutron by neutronclient. You might
check follow log snippet for details.
I propose adding a "neutron_h
** 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 neutron.
https://bugs.launchpad.net/bugs/1299349
Title:
upstream-translation-update Jenkins job failing
Status in
** This bug is no longer a duplicate of bug 1303983
Enable ServerGroup scheduler filters by default
** Changed in: nova
Status: Fix Released => In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Comput
Reviewed: https://review.openstack.org/86017
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=472412a000d12659bf2eb324277f8ee7168aa0c8
Submitter: Jenkins
Branch:milestone-proposed
commit 472412a000d12659bf2eb324277f8ee7168aa0c8
Author: Carl Baldwin
Date: Tue Apr 1 22
Reviewed: https://review.openstack.org/86013
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=bb26eb7253c7fb51acd228c840a5365e1df9ae38
Submitter: Jenkins
Branch:milestone-proposed
commit bb26eb7253c7fb51acd228c840a5365e1df9ae38
Author: Aaron Rosen
Date: Fri Mar 14 22
** Also affects: nova
Importance: Undecided
Status: New
** No longer affects: 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/1304409
Title:
VMs can't be booted with ne
cloud-init is executing code that maas told it to execute.
so maas needs to tell it to execute code that has some "last ditch catch".
to be clear, cloud-init got data from maas (via kernel cmdline) that
told it to tell get some code from the metadata server to execute. It
then executed it. That
Public bug reported:
Recently a change in the nova/network/neutronv2/api.py file is causing
nova boots to fail for networks that do not have a subnet associated
with them.
The following line in the api.py file is causing the issue:
for net in nets:
if not net.get('sub
Public bug reported:
When doing snapshot page query with limit == 0, it returns all the snapshots
items.
When doing volume page query with limit == 0, it returns none volume item.
So it needs to limit == 0 effect when doing snapshot page query with limit ==
0.
** Affects: nova
Importan
Public bug reported:
rpc_workers is an experimental option in Icehouse and we should note it
as such in the configuration file.
** Affects: neutron
Importance: High
Assignee: Carl Baldwin (carl-baldwin)
Status: In Progress
** Tags: neutron-core
** Changed in: neutron
Impo
*** This bug is a duplicate of bug 1303983 ***
https://bugs.launchpad.net/bugs/1303983
This was addressed by
https://github.com/openstack/nova/commit/7b8402ed3ba734836119441bdf1a6d6c661c8df2
** Changed in: nova
Status: In Progress => Fix Released
** This bug has been marked a duplicat
Public bug reported:
If a compute manager is stopped / fails during POWERING-ON or POWERING-
OFF operations then the instance will be left stuck in a this
transitional task_state.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you
Public bug reported:
When using offline migration mode with neturon-db-manage, we need to
pass config file containing connection string to database. For offline
migration is sufficient to know database engine. This and used plugins
could be passed directly from command line.
** Affects: neutron
Reviewed: https://review.openstack.org/85942
Committed:
https://git.openstack.org/cgit/openstack/neutron/commit/?id=82eff3762942b3b46490d30eb3fe28dd40a6c607
Submitter: Jenkins
Branch:milestone-proposed
commit 82eff3762942b3b46490d30eb3fe28dd40a6c607
Author: Akihiro Motoki
Date: Tue Apr 8
LP doesn't want me to mark it as duplicate, sigh. Marking it invalid
instead
** Information type changed from Private Security to Public
** Changed in: nova
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscrib
Reviewed: https://review.openstack.org/85631
Committed:
https://git.openstack.org/cgit/openstack/horizon/commit/?id=6826c57602a10b8c07de8b45d6940db55bd8cbda
Submitter: Jenkins
Branch:milestone-proposed
commit 6826c57602a10b8c07de8b45d6940db55bd8cbda
Author: Ladislav Smola
Date: Tue Apr 1
** Changed in: ceilometer
Importance: Undecided => Medium
** Changed in: ceilometer
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/1299349
Reviewed: https://review.openstack.org/85823
Committed:
https://git.openstack.org/cgit/openstack/nova/commit/?id=da66d50010d5b1ba1d7fc9c3d59d81b6c01bb0b0
Submitter: Jenkins
Branch:milestone-proposed
commit da66d50010d5b1ba1d7fc9c3d59d81b6c01bb0b0
Author: Salvatore Orlando
Date: Thu Apr 3
I think this is actually a glanceclient bug.
In glance v2, the image creation and image data upload are two separate steps.
The reason why this command is failing is because image-create is actually
trying to create a property 'file' with value 'cirros-0.3.1-x86_64-disk.img'.
It is not trying to
Public bug reported:
The only occurance of pbr is:
grep -r 'pbr' *
version.py:import pbr.version
version.py:version_info = pbr.version.VersionInfo('horizon')
That can be replaced by something like this:
class VersionInfo(object):
release = "2014.1"
version = "1"
def version_string(
Public bug reported:
In nova, if you update the value of quota from large to small, it will
failed, but if use DbQuotaDriver, it will allow update the value of
quota from large to small, so I think it should do as in nova!
** Affects: cinder
Importance: Undecided
Assignee: shihanzhang (
65 matches
Mail list logo