[Yahoo-eng-team] [Bug 1341967] [NEW] Instance failed to create in openstack Icehouse with xen

2014-07-14 Thread Jose
Public bug reported: Hi openstack Icehouse with Xen4 on Cent OS6.5. Toolstack:Libvirt We have installed one controller with compute1 + compute2. While creating instance it failed with error " Instance failed to spawn" Please find attached logs of nova compute and Scheduler. Nova.conf rpc_ba

[Yahoo-eng-team] [Bug 1334031] Re: some security rule template names should be translated

2014-07-14 Thread OpenStack Infra
Reviewed: https://review.openstack.org/104231 Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-dashboard/commit/?id=23d746e9e1eca0a38f0f1450dc9b262087873840 Submitter: Jenkins Branch:master commit 23d746e9e1eca0a38f0f1450dc9b262087873840 Author: Doug Fish Date: Wed

[Yahoo-eng-team] [Bug 1154458] Re: fragile test: glance.tests.functional.v1.test_ssl.TestSSL.test_ordered_images

2014-07-14 Thread Zhi Yan Liu
We don't meet this test failure in jenkins for a long time, so I'm going to close this bug, if you can catch it again pls reopen it as free. ** Changed in: glance Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1140777] Re: HTTPInternalServerError on TestApi.test_duplicate_image_upload

2014-07-14 Thread Zhi Yan Liu
We did't meet this test failure in jenkins for a long time, so I'm going to close this bug, if you can catch it again pls reopen it as free. ** Changed in: glance Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1341919] [NEW] Aggreate's update need validate for metadata

2014-07-14 Thread Alex Xu
Public bug reported: This patch https://review.openstack.org/#/c/79529/17 tightened the input validation of set_metadata action. But user also can use aggreate's update for metadata, but there isn't any input validation for metadata in update action. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1341875] [NEW] BDuplicateEntry: (IntegrityError) on create_port

2014-07-14 Thread Aaron Rosen
Public bug reported: Not quite sure why this is occurring: 2014-07-11 16:50:35.303 1487 TRACE neutron.api.v2.resource Traceback (most recent call last): 2014-07-11 16:50:35.303 1487 TRACE neutron.api.v2.resource File "/usr/lib/python2.7/dist-packages/neutron/api/v2/resource.py", line 84, in

[Yahoo-eng-team] [Bug 1341791] [NEW] NSX net-gateway extension: cannot update devices

2014-07-14 Thread Salvatore Orlando
Public bug reported: Once a network gateway is defined, the NSX extension does not allow the device list to be updated: https://github.com/openstack/neutron/blob/master/neutron/plugins/vmware/extensions/networkgw.py#L44 This forces user to destroy the gateway, recreate it, and re-establish all co

[Yahoo-eng-team] [Bug 1341777] [NEW] HTTPConnectionPool is full warning should be a debug message

2014-07-14 Thread Matt Riedemann
Public bug reported: This: message:"HttpConnectionPool is full, discarding connection: 127.0.0.1" AND tags:"screen-g-api.txt" shows up nearly 420K times in 7 days in Jenkins runs, on 100% successful jobs, so it's not a very good warning if it's expected to happen this much. It should be debug l

[Yahoo-eng-team] [Bug 1341765] [NEW] DBIntegrityError when inserting into routersl3agentbindings

2014-07-14 Thread Eugene Nikanorov
Public bug reported: Traceback: TRACE oslo.messaging.rpc.dispatcher Traceback (most recent call last): TRACE oslo.messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 134, in _dispatch_and_reply TRACE oslo.messaging.rpc.dispatcher

[Yahoo-eng-team] [Bug 1341750] [NEW] [data processing] Replace hard coded form with django form

2014-07-14 Thread Chad Roberts
Public bug reported: This came up during the review of https://review.openstack.org/#/c/91058/ In the data processing -> cluster templates panel, the cluster_node_groups_template.html file defines a form in a not-so- typical fashion. Brifely, there is a javascript variable string that is used to

[Yahoo-eng-team] [Bug 1341740] [NEW] some less to scss updates in horizon.scss

2014-07-14 Thread Cindy Lu
Public bug reported: https://review.openstack.org/#/c/90371/20/openstack_dashboard/static/dashboard/scss/horizon.scss Gradients, box-shadows have not been converted to scss yet, so have been commented out. We can use scss mixins to resolve these. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1341738] [NEW] Multiple delete_on_terminate volumes may not get deleted

2014-07-14 Thread Andrew Laski
Public bug reported: There's no catching of exceptions in _cleanup_volumes in compute/manager.py so a raised exception will short circuit cleaning up later volumes. def _cleanup_volumes(self, context, instance_uuid, bdms): for bdm in bdms: LOG.debug("terminating bdm %s", b

[Yahoo-eng-team] [Bug 1341729] [NEW] Nova Unit Testing with older libvirt versions fails

2014-07-14 Thread Christopher Lefelhocz
Public bug reported: When packaging and running unit tests with older versions of libvirt < 0.9.13, the unit tests will fail even though there is nothing wrong with the actual code. An example failure is: 14:01:03 pythonlogging:'': {{{ 14:01:03 INFO [nova.network.driver] Loading network driver

[Yahoo-eng-team] [Bug 1326974] Re: nova-clear-rabbit-queues removed from Juno (master branch of nova). Make appropriate changes to nova-spec file

2014-07-14 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1326974 Title: nova-clear-rabbit-queues removed from Juno (master branch of

[Yahoo-eng-team] [Bug 1341700] [NEW] If dependency doesn't have min-version anvil throws error in prepare step

2014-07-14 Thread Manish Godara
Public bug reported: Will fill it later. ! ** Affects: anvil Importance: Undecided Assignee: Manish Godara (manishatyhoo) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.laun

[Yahoo-eng-team] [Bug 1341684] [NEW] nova boot not creating non-root volume type properly

2014-07-14 Thread Edward Hope-Morley
Public bug reported: When booting an instance using: nova boot --flavor \ --block-device id=,source=image,dest=volume,size=10,bus=virtio,bootindex=0 \ --block-device source=blank,dest=volume,size=1,format=swap,bus=virtio,bootindex=1 \ --block-device source=blank,dest=volume,size=100,format=di

[Yahoo-eng-team] [Bug 1341655] [NEW] Wrong location of _datepicker.scss

2014-07-14 Thread Timur Sufiev
Public bug reported: Location of _datapicker.scss is openstack_dashboard/static/bootstrap/_datepicker.scss, while openstack_dashboard/static/dashboard/scss/horizon.scss references it as `@import "/bootstrap/scss/_datepicker"`, just as `@import "/bootstrap/scss/_bootstrap";` (which is really locate

[Yahoo-eng-team] [Bug 1295808] Re: paramiko EOFError in test_security_groups_basic_ops

2014-07-14 Thread Matt Riedemann
There are some errors in the neutron server log related to firewalls and nova/neutron event callbacks, but not sure if those are related to this failure. http://logs.openstack.org/40/105840/1/check/check-tempest-dsvm- neutron/1861848/logs/screen-q-svc.txt.gz?level=TRACE ** Also affects: neutron

[Yahoo-eng-team] [Bug 1341600] [NEW] Trove backup should link to instance details

2014-07-14 Thread Andrew Bramley
Public bug reported: When you select a backup and view the backup details page there is information such as: Database Info Name   mysql1 ID   116e5618-5ac6-4d52-b764-9ce1c58b95b9 Status   Active The ID is the id of a trove instance - this should be a link so that you can navigate directly to the

[Yahoo-eng-team] [Bug 1319661] Re: bare metal: tftp prefix can cause the cloud not find kernel image

2014-07-14 Thread Dmitry "Divius" Tantsur
Are you sure this bug can be reproduced on Ironic? AFAIK we have it correct for now. Feel free to reopen the bug against Ironic, if you see a different behaviour. ** Changed in: ironic Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1269494] Re: compute.instance.{create, delete}.{start, end} notification event types do not include audit_period_{beginning, ending} fields

2014-07-14 Thread Matthew Gilliard
Thanks for the reminder Joe - this is not really a bug and the patch was unnecessary as Andrea Rosa points out. ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Com

[Yahoo-eng-team] [Bug 1341518] [NEW] Incorrect default value on integer column

2014-07-14 Thread Ann Kamyshnikova
Public bug reported: Migration 5446f2a45467_set_server_default try to set incorrect default boolean value on Integer column cisco_network_profiles. http://paste.openstack.org/show/86383/ ** Affects: neutron Importance: Undecided Assignee: Ann Kamyshnikova (akamyshnikova) Statu

[Yahoo-eng-team] [Bug 1341508] [NEW] systemd detection on Enterprise Linux needs to look for clones

2014-07-14 Thread Neil Wilson
Public bug reported: The Platform identification for Enterprise Linux changes based upon the clone used. For example CentOS is: >>> platform.linux_distribution() ('CentOS Linux', '7.0.1406', 'Core') And no doubt Scientific Linux, etc. will be different again. If it's not 'Fedora', then just c

[Yahoo-eng-team] [Bug 1341498] [NEW] Port still existed after attach interface failed

2014-07-14 Thread Alex Xu
Public bug reported: $ nova boot --flavor 1 --image 01efb526-8046-40d0-b276-ba32e570c965 vm1 $ nova list +--+--+++-++ | ID | Name | Status | Task State | Power State | Netwo

[Yahoo-eng-team] [Bug 1341465] [NEW] ofagent: non tapXXX device handling is broken

2014-07-14 Thread YAMAMOTO Takashi
Public bug reported: after recently merged commit 9d13ea884bff749b3975acb5eb5630e5aca4a665, non tapXXX device handling is broken. (the corresponding gerrit review is https://review.openstack.org/#/c/100404/) ** Affects: neutron Importance: Undecided Status: New -- You received th

[Yahoo-eng-team] [Bug 1341459] [NEW] block device isn't resized after swap to larger volume

2014-07-14 Thread Alex Xu
Public bug reported: libvirt support swap volume. But if the new volume is larger than the old one, the block device isn't resized. The instance can't see the extra space. ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: In Progress ** Tags: libvirt **

[Yahoo-eng-team] [Bug 1341458] [NEW] Bad LOG format

2014-07-14 Thread Liping Mao
Public bug reported: we have some log as following: LOG.debug("DHCP Agent not found on host %s", host) It should be LOG.debug(_("DHCP Agent not found on host %s"), host) I go through the neutron code and find the same problem is in the following files: agentschedulers_db.py mechanism_fslsdn.py