[Yahoo-eng-team] [Bug 1303925] Re: commissioning fails silently if a node can't reach the region controller

2014-04-08 Thread Julian Edwards
James, was it hanging or shutting down after that error in the log? ** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init.

[Yahoo-eng-team] [Bug 1304208] [NEW] key_name and key_save fields in Stack Launch don't have tooltips

2014-04-08 Thread Ami Jeain
Public bug reported: the 2 last fields in the Stack launch screen (key_name and key_save) are missing the tooltip, like the other 3 top fields. Placing the mouse inside these 2 fields should show the black tooltip ** Affects: horizon Importance: Undecided Status: New ** Summary

[Yahoo-eng-team] [Bug 1304234] [NEW] the problem of updating quota

2014-04-08 Thread shihanzhang
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

[Yahoo-eng-team] [Bug 1304253] [NEW] Horizon requires pbr at runtime

2014-04-08 Thread Matthias Runge
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

[Yahoo-eng-team] [Bug 1302351] Re: v2 API can't create image - Attribute 'file' is reserved.

2014-04-08 Thread Mark Washenberger
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

[Yahoo-eng-team] [Bug 1284718] Re: interface-attach to external network a) works and b) results in undeletable instances

2014-04-08 Thread OpenStack Infra
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

[Yahoo-eng-team] [Bug 1299349] Re: upstream-translation-update Jenkins job failing

2014-04-08 Thread Thierry Carrez
** 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

[Yahoo-eng-team] [Bug 1295537] Re: Graph for cpu resource usage going backwards

2014-04-08 Thread OpenStack Infra
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 lsm...@redhat.com

[Yahoo-eng-team] [Bug 1303711] Re: nova/neutron : tenant can boot a VM on a net with the flag router:external=True

2014-04-08 Thread Thierry Carrez
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

[Yahoo-eng-team] [Bug 1304105] Re: Section name [security_group] is wrong in sample config files

2014-04-08 Thread OpenStack Infra
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

[Yahoo-eng-team] [Bug 1304326] [NEW] neutron-db-manage offline mode requires connection URL

2014-04-08 Thread Jakub Libosvar
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

[Yahoo-eng-team] [Bug 1304333] [NEW] Instance left stuck in transitional POWERING state

2014-04-08 Thread David McNally
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

[Yahoo-eng-team] [Bug 1302238] Re: throw exception if no configured affinity filter

2014-04-08 Thread Gary Kotton
*** 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

[Yahoo-eng-team] [Bug 1304374] [NEW] rpc_workers config option needs warning that it is experimental in Icehouse

2014-04-08 Thread Mark McClain
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

[Yahoo-eng-team] [Bug 1304400] [NEW] snapshot page query fail when limit == 0

2014-04-08 Thread ling-yun
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

[Yahoo-eng-team] [Bug 1304409] [NEW] VMs can't be booted with networks without subnet

2014-04-08 Thread Sudipta Biswas
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

[Yahoo-eng-team] [Bug 1303925] Re: commissioning fails silently if a node can't reach the region controller

2014-04-08 Thread Scott Moser
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

[Yahoo-eng-team] [Bug 1304409] Re: VMs can't be booted with networks without subnet

2014-04-08 Thread Sudipta Biswas
** 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

[Yahoo-eng-team] [Bug 1291163] Re: Create VM use port' mac-address '123' failed

2014-04-08 Thread OpenStack Infra
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 aaronoro...@gmail.com

[Yahoo-eng-team] [Bug 1215387] Re: can not stop l3-agent router forwarding packets by admin_state_up false

2014-04-08 Thread OpenStack Infra
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 carl.bald...@hp.com

[Yahoo-eng-team] [Bug 1302238] Re: throw exception if no configured affinity filter

2014-04-08 Thread Gary Kotton
** 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

[Yahoo-eng-team] [Bug 1299349] Re: upstream-translation-update Jenkins job failing

2014-04-08 Thread Thierry Carrez
** 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

[Yahoo-eng-team] [Bug 1304481] [NEW] Nova operates network failed by Maximum attempts reached error when Cloud under heavy workload

2014-04-08 Thread Zhi Yan Liu
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

[Yahoo-eng-team] [Bug 1280327] Re: notifier middleware broken by oslo.messaging

2014-04-08 Thread gordon chung
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

[Yahoo-eng-team] [Bug 1174499] Re: Keystone token hashing is MD5

2014-04-08 Thread Dolph Mathews
** 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

[Yahoo-eng-team] [Bug 1302661] Re: Notifier fails to start when old config params are used and there are missing dependencies

2014-04-08 Thread Mark Washenberger
** 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

[Yahoo-eng-team] [Bug 1299349] Re: upstream-translation-update Jenkins job failing

2014-04-08 Thread Thierry Carrez
** 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

[Yahoo-eng-team] [Bug 1302661] Re: Notifier fails to start when old config params are used and there are missing dependencies

2014-04-08 Thread Thierry Carrez
** 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.

[Yahoo-eng-team] [Bug 1304533] [NEW] KeyError on router add-interface error handle

2014-04-08 Thread Matthew D. Wood
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.

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Daniel Berrange
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

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Russell Bryant
** 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

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Chuck Short
** 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

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Chuck Short
** 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

[Yahoo-eng-team] [Bug 1304558] [NEW] BigSwitch: Remove duplication of HTTPConnection

2014-04-08 Thread Kevin Benton
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

[Yahoo-eng-team] [Bug 1303203] Re: VM resize: ssh/scp is tried even VM has no local disk

2014-04-08 Thread Solly Ross
** 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

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Launchpad Bug Tracker
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 Short zul...@ubuntu.com

[Yahoo-eng-team] [Bug 1304593] [NEW] VMware: waiste of disk datastore when root disk size of instance is 0

2014-04-08 Thread Gary Kotton
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

[Yahoo-eng-team] [Bug 1254872] Re: libvirtError: Timed out during operation: cannot acquire state change lock

2014-04-08 Thread Launchpad Bug Tracker
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 Hallyn

[Yahoo-eng-team] [Bug 1304606] [NEW] Identity API v3 OS-PKI extension is undocumented

2014-04-08 Thread Dolph Mathews
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:

[Yahoo-eng-team] [Bug 1289033] Re: [OSSA-2014-010] XSS in Horizon-Orchestration (CVE-2014-0157)

2014-04-08 Thread OpenStack Infra
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

[Yahoo-eng-team] [Bug 1304600] [NEW] network topology crashes with timing issue

2014-04-08 Thread Matthew D. Wood
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(

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-08 Thread Launchpad Bug Tracker
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 Hallyn serge.hal...@ubuntu.com Tue,

[Yahoo-eng-team] [Bug 1304623] [NEW] TypeError in database view error handle

2014-04-08 Thread Matthew D. Wood
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

[Yahoo-eng-team] [Bug 1304647] [NEW] KeyError in nsx sync nsx_router_id mapping not found

2014-04-08 Thread Aaron Rosen
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

[Yahoo-eng-team] [Bug 1301982] Re: anti-affinity server boot failure shows stack trace

2014-04-08 Thread OpenStack Infra
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

[Yahoo-eng-team] [Bug 1302661] Re: Notifier fails to start when old config params are used and there are missing dependencies

2014-04-08 Thread OpenStack Infra
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 flape...@gmail.com

[Yahoo-eng-team] [Bug 1296957] Re: Security_Group FirewallDriver default=None cause L2 agent to fail

2014-04-08 Thread OpenStack Infra
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

[Yahoo-eng-team] [Bug 1304721] [NEW] virNodeListDevices may not be supported

2014-04-08 Thread Rick Harris
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

[Yahoo-eng-team] [Bug 1304723] [NEW] Misplaced log statement in NSX plugin

2014-04-08 Thread Salvatore Orlando
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

[Yahoo-eng-team] [Bug 1304724] [NEW] DBNotAllowed raised if trying to create network with VlanManager from nova-manage network create

2014-04-08 Thread Matt Riedemann
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

[Yahoo-eng-team] [Bug 1288358] Re: mysql engine InnoDB not being used on centos or redhat 6.5

2014-04-08 Thread OpenStack Infra
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

[Yahoo-eng-team] [Bug 1304374] Re: rpc_workers config option needs warning that it is experimental in Icehouse

2014-04-08 Thread OpenStack Infra
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 carl.bald...@hp.com

[Yahoo-eng-team] [Bug 1304741] [NEW] folsom_initial migration has wrong type for brocadenetworks.id

2014-04-08 Thread Henry Gessau
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',

[Yahoo-eng-team] [Bug 1304747] [NEW] Candidate releases not matched

2014-04-08 Thread Joshua Harlow
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

[Yahoo-eng-team] [Bug 1303925] Re: commissioning fails silently if a node can't reach the region controller

2014-04-08 Thread Julian Edwards
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 **

[Yahoo-eng-team] [Bug 1304400] Re: snapshot page query fail when limit == 0

2014-04-08 Thread ling-yun
** 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

[Yahoo-eng-team] [Bug 1304762] [NEW] rbd_user is not imported to imagebackend.py

2014-04-08 Thread wangpan
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

[Yahoo-eng-team] [Bug 1237154] Re: nova-cells service consumes a lot of cpu

2014-04-08 Thread Matt Riedemann
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

[Yahoo-eng-team] [Bug 1301830] [NEW] Add more detailed error log for why No valid host was found

2014-04-08 Thread Launchpad Bug Tracker
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

[Yahoo-eng-team] [Bug 1301830] Re: Add more detailed error log for why No valid host was found

2014-04-08 Thread jiajiali
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,

[Yahoo-eng-team] [Bug 1304776] [NEW] Check the length of keypair name should ignore space

2014-04-08 Thread lizheming
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)

[Yahoo-eng-team] [Bug 1304783] [NEW] upgrade bootstrap to v3.1.1

2014-04-08 Thread Thai Tran
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

[Yahoo-eng-team] [Bug 1304790] [NEW] flavor is not limit by osapi_max_limit when pagenation

2014-04-08 Thread lizheming
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