[Yahoo-eng-team] [Bug 1370869] [NEW] Cannot display project overview page due to cannot convert float infinity to integer error

2014-09-18 Thread Akihiro Motoki
Public bug reported: Due to nova bug 1370867, nova absolute-limits sometimes returns -1 for *Used fields rather than 0. If this happens, the project overview page cannot be displayed with cannot convert float infinity to integer error. Users cannot use the dashboard without specifying URL

[Yahoo-eng-team] [Bug 1370803] Re: Neutron client fetches 'neutron user' token but tries to create port on 'demo' tenant network

2014-09-18 Thread wangrich
** Project changed: openstack-manuals = 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/1370803 Title: Neutron client fetches 'neutron user' token but tries to create port on

[Yahoo-eng-team] [Bug 1370868] [NEW] SDNVE plugin sets the tenant-name in the controller as the UUID instead of using the openstack project name

2014-09-18 Thread Mamta Prabhu
Public bug reported: During neutron network-create operation, IBM SDN-VE plugin implicitly also creates the tenant in the sdn-ve controller. Its extract the tenant details using the keystone-client and issue a POST for the tenant creation. When this tenant gets created on the SDN-VE

[Yahoo-eng-team] [Bug 1370885] [NEW] The log info is error in the method '_sync_instance_power_state'

2014-09-18 Thread Zi Lian Ji
Public bug reported: In the method '_sync_instance_power_state', the log info is wrong. if self.host != db_instance.host: # on the sending end of nova-compute _sync_power_state # may have yielded to the greenthread performing a live # migration; this in turn

[Yahoo-eng-team] [Bug 1370898] [NEW] Big Switch unit tests leave exceptions in subunit log

2014-09-18 Thread Kevin Benton
Public bug reported: The Big Switch capabilities check code throws an exception during the unit tests because a magicmock is passed into json.loads. This doesn't affect the unit tests but it leaves stack traces in the test log that take up unnecessary space. ties. Newer API calls won't be

[Yahoo-eng-team] [Bug 1370901] [NEW] Nova EC2 doesn't create empty volume while launching an instance

2014-09-18 Thread Feodor Tersin
Public bug reported: AWS is able to create and attach a new empty volume while launching an instance. See http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-RunInstances.html: --- To create an empty Amazon EBS volume, omit the snapshot ID and specify a volume size

[Yahoo-eng-team] [Bug 1370914] [NEW] When two ovs ports contain same external_ids:face-id field, ovs agent might fail finding correct port.

2014-09-18 Thread John Schwarz
Public bug reported: As the title says, if there are 2 different ovs ports with the same external_ids:iface-id field (which is the port_id), when at least one of them is managed by the ovs agent, it might fail finding the correct one if they are not connected to the same bridge. Steps to

[Yahoo-eng-team] [Bug 1311401] Re: nova.virt.ironic tries to remove vif_port_id unnecessarily

2014-09-18 Thread James Polley
** Changed in: ironic Status: Invalid = 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/1311401 Title: nova.virt.ironic tries to remove vif_port_id

[Yahoo-eng-team] [Bug 1343359] Re: VMware: the retrieval of Datacenter is incorrect

2014-09-18 Thread Radoslav Gerganov
@Thang Correct, this looks fine now, thanks for looking in. ** 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 Compute (nova). https://bugs.launchpad.net/bugs/1343359

[Yahoo-eng-team] [Bug 1370935] [NEW] Description column in Projects table under 'Identity' when empty has '-' for only some cells

2014-09-18 Thread mariam john
Public bug reported: For the default projects in the projects table under Identity, the description field has value '-' to represent an empty description whereas for newly created projects that do no have any description, the field value is empty. The value for an empty description field needs to

[Yahoo-eng-team] [Bug 1370934] Re: Add details on dhcp_agents_per_network option for DHCP agent HA

2014-09-18 Thread Tom Fifield
This option is currently listed in: http://docs.openstack.org/trunk/config-reference/content /section_networking-options-reference.html however, the help text isn't very good: dhcp_agents_per_network = 1 (IntOpt) Number of DHCP agents scheduled to host a network. To fix this bug, I think

[Yahoo-eng-team] [Bug 1370948] [NEW] ComputeCapabilitiesFilter doesn't provide enough information on failure

2014-09-18 Thread Matthew Gilliard
Public bug reported: ComputeCapabilitiesFilter code is convoluted. There are at least 3 different ways it can fail, and 2 of them don't provide any output at all. The one which does logs at debug (should be info), and does not actually provide enough info to diagnose the problem. The code

[Yahoo-eng-team] [Bug 1370954] [NEW] glance 500's when passed image name with a 4-byte utf-8 character

2014-09-18 Thread Christopher Yeoh
Public bug reported: Glance currently 500's when passed an image name with a 4-byte utf-8 character in the name. This is because the mysql utf-8 type only handles up to 3-byte utf-8 characters: See http://stackoverflow.com/questions/10957238/incorrect-string-value-

[Yahoo-eng-team] [Bug 1370986] [NEW] move set_id_as_name_if_empty to the api side for rule_list, fwaas_list and policy_list

2014-09-18 Thread Liyingjun
Public bug reported: we can move set_id_as_name_if_empty to the api loop for rule_list,firewall_list and policy_list to reduce a extra loop . https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/firewalls/tabs.py#L61

[Yahoo-eng-team] [Bug 1358206] Re: ovsdb_monitor.SimpleInterfaceMonitor throws eventlet.timeout.Timeout(5)

2014-09-18 Thread Salvatore Orlando
** Changed in: neutron Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1358206 Title: ovsdb_monitor.SimpleInterfaceMonitor throws

[Yahoo-eng-team] [Bug 1370989] [NEW] s3_store_host including port num not working

2014-09-18 Thread Masashi Ozawa
Public bug reported: Due to the following change in boto, s3_store_host with :port num does not work for now. If s3_store_host is configured with port num like below, it will try to connect to 80 as the standard http port.

[Yahoo-eng-team] [Bug 1370999] [NEW] xenapi: windows agent unreliable due to reboots

2014-09-18 Thread John Garbutt
Public bug reported: The windows nova-agent now can trigger a gust reboot during resetnetwork, so the hostname is correctly updated. Also there was always a reboot during the first stages of polling for the agent version that can cause the need to wait for a call to timeout, rather than

[Yahoo-eng-team] [Bug 1371017] [NEW] Code comments still refer to tenant_id when the code says project_id

2014-09-18 Thread Sam Betts
Public bug reported: Several comments in the openstack_dashboard code still refer to tenant_id even after the code has been updated to use project_id this can be confusing when reading the code without knowing the history. At least one example of this is L93 in openstack_dashboard/policy.py **

[Yahoo-eng-team] [Bug 1223695] Re: nova server creation with inexistent security group raises 404 with neutron

2014-09-18 Thread Oleg Bondarev
Checked on latest master - both for nova-net and neutron the response is 400. Marking as invalid. ** Changed in: nova Status: Confirmed = Invalid ** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1371040] [NEW] glance store rbd driver get method returns tupe more than basic driver defines

2014-09-18 Thread Yaguang Tang
Public bug reported: glance_store/_drivers/rbd.py def get(self, location, offset=0, chunk_size=None, context=None): 208 209 Takes a `glance_store.location.Location` object that indicates 210 where to find the image file, and returns a tuple of generator 211 (for

[Yahoo-eng-team] [Bug 1371046] [NEW] No type check for resource-id value in EC2 describe_tags filter

2014-09-18 Thread Feodor Tersin
Public bug reported: $ euca-describe-tags --filter resource-id=vol-nnn returns tags for ami-nnn instance. For example: $ euca-describe-tags TAG i-000e instancexxx yyy $ euca-describe-tags --filter resource-id=vol-000e TAG i-000e instancexxx

[Yahoo-eng-team] [Bug 1371045] [NEW] there is no sample configurations for glance_store

2014-09-18 Thread Yaguang Tang
Public bug reported: There are a lot of options are defined under glance_store section but no sample configurations in /etc/glance-api.conf.sample file. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1370763] Re: Not responding to grenade 'kill' command

2014-09-18 Thread Sean Dague
This isn't a nova issue, this is an issue with screen -X stuff sometimes dropping commands. There is work to change that in devstack / grenade. ** Project changed: nova = grenade ** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack Status: New =

[Yahoo-eng-team] [Bug 1007116] Re: nova should support showing 'DELETED' servers

2014-09-18 Thread Phil Day
I don't think this is a valid bug. Admins can already see deleted instances by including deleted=True in the search options. Non admins shouldn't be able to see deleted instances. ** Changed in: nova Status: In Progress = Opinion -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1370769] Re: Ensure all metadata definition code uses six.itertypes

2014-09-18 Thread Pawel Skowron
** Changed in: glance Assignee: (unassigned) = Pawel Skowron (pawel-skowron) ** Changed in: python-glanceclient Assignee: (unassigned) = Pawel Skowron (pawel-skowron) ** Changed in: glance Status: New = In Progress ** Changed in: python-glanceclient Status: New = Invalid

[Yahoo-eng-team] [Bug 1371072] [NEW] xenapi: should clean up old snapshots before creating a new one

2014-09-18 Thread John Garbutt
Public bug reported: When nova-compute gets forcably restarted, or fails, we get left over snapshots. We have some clean up code for after nova-compute comes back up, but it would be good to clean up older snapshots, and generally try to minimize the size of the snapshot that goes to glance. **

[Yahoo-eng-team] [Bug 1369945] Re: libvirt: libvirt reports even single cell NUMA topologies

2014-09-18 Thread Nikola Đipanov
Now that https://bugs.launchpad.net/nova/+bug/1369984 is fixed - we can mark this as invalid. ** 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).

[Yahoo-eng-team] [Bug 1371084] [NEW] nova-scheduler high cpu usage

2014-09-18 Thread Szymon
Public bug reported: For no particular reason nova-scheduler cpu utilization can jump to 100%. I was unable to find any pattern and reason why this is happening. We've small cluster 1 cloud controller and 7 node controllers. Except high cpu usage nothing bad happens, we're able to create/delete

[Yahoo-eng-team] [Bug 1262595] Re: getting flavor by id prefers deleted flavors

2014-09-18 Thread Sean Dague
*** This bug is a duplicate of bug 1246017 *** https://bugs.launchpad.net/bugs/1246017 ** This bug is no longer a duplicate of bug 1153926 flavor show shouldn't read deleted flavors. ** This bug has been marked a duplicate of bug 1246017 Flavors v2,v3/flavors/​{flavor_id}​ API should

[Yahoo-eng-team] [Bug 1280534] Re: Incorrect answer of 'flavor show' if deleted flavors with the same flavor_id exist

2014-09-18 Thread Sean Dague
*** This bug is a duplicate of bug 1246017 *** https://bugs.launchpad.net/bugs/1246017 ** This bug is no longer a duplicate of bug 1153926 flavor show shouldn't read deleted flavors. ** This bug has been marked a duplicate of bug 1246017 Flavors v2,v3/flavors/​{flavor_id}​ API should

[Yahoo-eng-team] [Bug 1371082] [NEW] nova-scheduler high cpu usage

2014-09-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: For no particular reason nova-scheduler cpu utilization can jump to 100%. I was unable to find any pattern and reason why this is happening. We've small cluster 1 cloud controller and 7 node controllers. Except high cpu usage nothing bad happens, we're

[Yahoo-eng-team] [Bug 1298509] Re: nova server-group-delete allows deleting server group with members

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Incomplete = Opinion ** Changed in: nova Importance: Medium = Wishlist ** Changed in: nova Assignee: Balazs Gibizer (balazs-gibizer) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1303481] Re: nova.scheduler.host_manager should cache CONF values

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Incomplete = Opinion ** Changed in: nova Assignee: Gary Kotton (garyk) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1190635] Re: default scheduler fails when CPUs are the limiting resource

2014-09-18 Thread Sean Dague
The default filters are dramatically different now. I think we should take this to Invalid because the new defaults might cover this. Also there has been a bunch of recent patches about clearing up the error messages. ** Changed in: nova Status: Incomplete = Invalid ** Changed in: nova

[Yahoo-eng-team] [Bug 962549] Re: Deleting a flavor can cause servers/detail to return HTTP 400

2014-09-18 Thread Sean Dague
This is fixed with the system metadata flavor saving ** Changed in: nova Status: Incomplete = Invalid ** Changed in: nova Assignee: Sirisha Guduru (guduru-sirisha) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1371082] Re: nova-scheduler high cpu usage

2014-09-18 Thread vishal yadav
*** This bug is a duplicate of bug 1371084 *** https://bugs.launchpad.net/bugs/1371084 ** Project changed: cinder = nova ** Tags added: nova-scheduler -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1186065] Re: Instance status always being building after memory shortage error happen

2014-09-18 Thread Sean Dague
long incomplete bug ** Tags removed: havana-backport-potential ** Summary changed: - Instance status always being building after memory shortage error happen + HyperV: Instance status always being building after memory shortage error happen ** Changed in: nova Status: Incomplete =

[Yahoo-eng-team] [Bug 1238393] Re: Xenapi glance plugin should not try uploading when the auth token in invalid

2014-09-18 Thread Sean Dague
There is actually an ML thread now about the general architecture issue here. It's way more complicated than a simple bug and probably a bit change to keystone auth protocol ** Changed in: nova Status: Incomplete = Opinion ** Changed in: nova Importance: Undecided = Wishlist **

[Yahoo-eng-team] [Bug 1268895] Re: Possible infinity loop on sqlachemy.api._retry_on_deadlock

2014-09-18 Thread Sean Dague
Closing as Opinion. ** Changed in: nova Status: Incomplete = Opinion ** Changed in: nova Assignee: sahid (sahid-ferdjaoui) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1240416] Re: nova client error when deleting secgroup rules

2014-09-18 Thread Sean Dague
** Project changed: nova = python-novaclient -- 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/1240416 Title: nova client error when deleting secgroup rules Status in

[Yahoo-eng-team] [Bug 1240317] Re: cant resize alter live migrate(block_migrate)

2014-09-18 Thread Sean Dague
Long incomplete bug, please reopen if you can provide the new info. ** Changed in: nova Assignee: jiangguoliang (jglyq1982) = (unassigned) ** Changed in: nova Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1371084] Re: nova-scheduler high cpu usage

2014-09-18 Thread Sean Dague
This looks like some sort of issues with AMQP connect to rabbit. As that's all hidden behind olso.messaging, I think we should need to figure out what's wrong there. ** Tags added: oslo ** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1327028] Re: add availability_zone for host show

2014-09-18 Thread Sean Dague
Long incomplete bug ** Changed in: nova Status: Incomplete = Invalid ** Changed in: nova Assignee: tinytmy (tangmeiyan77) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1317723] Re: There should be a log if the admin password is not set

2014-09-18 Thread Sean Dague
I don't know why we should be logging not supported operations. ** Changed in: nova Assignee: Wei T (nuaafe) = (unassigned) ** Changed in: nova Status: Incomplete = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1371115] [NEW] fix full synchronization between neutron and ODL

2014-09-18 Thread Cédric OLLIVIER
Public bug reported: ODL MD doesn't treat the pending operation in sync_full(). It induces a desynchronization in case of an update and a delete operation triggering the full sync. To reproduce this desynchronisation: - create a network - restart neutron - delete or update this network

[Yahoo-eng-team] [Bug 1371116] [NEW] AngularJS code is evaluated twice after modal form submission

2014-09-18 Thread Kamil Rykowski
Public bug reported: When we send a form which is placed inside a modal box the proper AJAX request is made. If it succeed and no redirection is going to be made and if the returned HTML response contains any angular syntax it will be evaluated twice. It means f.e. that every controller used

[Yahoo-eng-team] [Bug 1371121] [NEW] Glance image-create stuck in SAVING state and when deleted image remains on the filesystem

2014-09-18 Thread semy
Public bug reported: I'm using Icehouse (Ubuntu 14.04) and a directory as a backend is configured in Glance to store images. When I perform image-create and it takes a long period of time, glance ends up with NotAuthenticated: Authentication required exception and Failed to upload image in logs.

[Yahoo-eng-team] [Bug 1371118] [NEW] Image file stays in store if image has been deleted during upload

2014-09-18 Thread Mike Fedosin
Public bug reported: When I create a new task in v2 to upload an image, it creates the image record in db, sets status to saving and then begins the uploading. If the image is deleted by appropriate API call while its content is still being uploaded, an exception is raised and it is not handled

[Yahoo-eng-team] [Bug 1224972] Re: When createing a volume from an image - nova leaves the volume name empty

2014-09-18 Thread Duncan Thomas
Far from convinced cinder should make any assumptions about volume names - it's a free text string, and an empty name is entirely valid. ** Changed in: cinder Status: In Progress = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1368372] Re: nova client help text for rescue

2014-09-18 Thread Michal Dulko
I guess this is fixed now: nova help rescue usage: nova rescue server Reboots a server into rescue mode, which starts the machine from the initial image, attaching the current boot disk as secondary. Positional arguments: server Name or ID of server. ** Changed in: python-novaclient

[Yahoo-eng-team] [Bug 1274523] Re: connection_trace does not work with DB2 backend

2014-09-18 Thread Thierry Carrez
** Changed in: oslo.db 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/1274523 Title: connection_trace does not work with DB2 backend Status

[Yahoo-eng-team] [Bug 1361230] Re: ad248f6 jsonutils sync breaks if simplejson 2.2.0 (under python 2.6)

2014-09-18 Thread Doug Hellmann
** Changed in: oslo.serialization 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/1361230 Title: ad248f6 jsonutils sync breaks if simplejson

[Yahoo-eng-team] [Bug 1370769] Re: Ensure all metadata definition code uses six.itertypes

2014-09-18 Thread Pawel Skowron
I did not find any issues with dict.iteritems in python-glanceclient part of the bug. ** Changed in: python-glanceclient Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1371154] [NEW] increase default setting of workers to n-cpu

2014-09-18 Thread Morgan Fainberg
Public bug reported: Eventlet workers should default to n-cpu not 1 for both main and admin APIs. The default of 1 with UUID tokens causes eventlet to perform extremely poorly under a default installation. It is possible the minimum default should always be 2 workers. (Open for discussion) **

[Yahoo-eng-team] [Bug 1371160] [NEW] HTTP 500 while retrieving metadata by non-existent key

2014-09-18 Thread Ilya Shakhat
Public bug reported: HTTP 500 error occurs when one tries to get metadata by path constructed from folder name with appended value. Steps to repro: 1. Launch VM and access its terminal 2. curl http://169.254.169.254/latest/meta-data/instance-id -- this returns some string, i.e. i-0001 3.

[Yahoo-eng-team] [Bug 1371160] Re: HTTP 500 while retrieving metadata by non-existent key

2014-09-18 Thread Sean Dague
So I agree that n-api should not stack trace... however it successfully returns a 400 to the service, which I think was expected. Neutron is exploding on that 400 though, which is not. ** Tags added: ec2 ** Also affects: neutron Importance: Undecided Status: New -- You received this

[Yahoo-eng-team] [Bug 1371175] [NEW] Delete the libvirt volume_drivers config parameter

2014-09-18 Thread Daniel Berrange
Public bug reported: A followup from https://bugs.launchpad.net/nova/+bug/1362191 This bug is to track the actual deletion of the volume_drivers config parameter. ** Affects: nova Importance: Low Status: Confirmed ** Changed in: nova Status: New = Confirmed ** Changed

[Yahoo-eng-team] [Bug 1310589] Re: Able to list the L3 stats of neutron meter labels for either ingress or egress direction but NOT both.

2014-09-18 Thread Alan Pevec
** Also affects: neutron/havana Importance: Undecided Status: New ** Changed in: neutron/havana Importance: Undecided = Low ** Changed in: neutron/havana Milestone: None = 2013.2.4 ** Changed in: neutron/havana Assignee: (unassigned) = Fei Long Wang (flwang) ** Changed

[Yahoo-eng-team] [Bug 1256043] Re: Need to add Development environment files to ignore list

2014-09-18 Thread gordon chung
we've decide in ceilometer to let users configure own gitignore for such cases... closing ceilo items. ** No longer affects: python-ceilometerclient ** No longer affects: ceilometer -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1371185] [NEW] Flavor Tables Extra Specs link is broken

2014-09-18 Thread Aaron Sahlin
Public bug reported: Clicking on any Extra Specs link puts the browser into the never ending spinner. I attached the browser console showing the error causing the issue. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: ExtraSpecsHangs.png

[Yahoo-eng-team] [Bug 1346525] Re: Snapshots when using RBD backend make full copy then upload unnecessarily

2014-09-18 Thread Abel Lopez
*** This bug is a duplicate of bug 1226351 *** https://bugs.launchpad.net/bugs/1226351 I think this is a duplicate of 1226351 ** This bug has been marked a duplicate of bug 1226351 Make RBD Usable for Ephemeral Storage -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1304181] Re: neutron should validate gateway_ip is in subnet

2014-09-18 Thread Alan Pevec
Too late for Havana, Ihar has provided a relnote https://wiki.openstack.org/wiki/ReleaseNotes/2013.2.4#Neutron ** Changed in: neutron/havana Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1357578] Re: Unit test: nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITest.test_terminate_sigterm timing out in gate

2014-09-18 Thread Sean Dague
I managed to get a reproduce by creating a slow vm: ubuntu 14.04 in vbox, 1 G ram, 2 vcpu, set to 50% of cpu performance. tox -epy27 -- --until-fail multiprocess On the 3rd time through I got the following: running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \

[Yahoo-eng-team] [Bug 1370191] Re: db deadlock on service_update()

2014-09-18 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Also affects: nova/icehouse Importance: Undecided Status: New ** Changed in: nova/icehouse Status: New = In Progress ** Changed in: nova/havana Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1371230] [NEW] Flavor Update Metadata 'invalid key name' on textbox focus

2014-09-18 Thread Cindy Lu
Public bug reported: Admin Flavors Update Metadata modal When you first focus on the Other input field, it is fine. Enter in something and then delete it. Now you will consistently get the red error text Invalid key name every time you focus on the field. ** Affects: horizon

[Yahoo-eng-team] [Bug 1371249] [NEW] Fix typos in the Description section of 'Create QOS Spec' form under Admin-Volumes-Volume Type

2014-09-18 Thread mariam john
Public bug reported: Under the Admin-Volumes-Volume Types panel, when we click the 'Create QOS Spec' button, the description section has few typos ** Affects: horizon Importance: Undecided Assignee: mariam john (mariamj) Status: New ** Changed in: horizon Assignee:

[Yahoo-eng-team] [Bug 1371251] [NEW] Replace term Extra Specs with Metadata in Flavor table

2014-09-18 Thread Cindy Lu
Public bug reported: Flavors table has a column called Extra Specs. It should be replaced with Metadata for consistency. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1241222] Re: Cells is using the wrong flavorid for resize

2014-09-18 Thread Alan Pevec
** Changed in: nova Importance: Undecided = Medium ** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Status: New = In Progress ** Tags removed: havana-backport-potential -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1269448] Re: VMware: VC driver lacks support for firewall rules

2014-09-18 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Status: New = In Progress ** Tags removed: havana-backport-potential ** Changed in: nova/havana Importance: Undecided = High ** Changed in: nova/havana Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1229625] Re: hairpin mode on vnet bridge ports causes false positives on IPv6 duplicate address detection

2014-09-18 Thread Alan Pevec
** Changed in: nova Importance: Undecided = Medium ** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Status: New = In Progress ** Changed in: nova/havana Importance: Undecided = Medium ** Changed in: nova/havana Milestone: None

[Yahoo-eng-team] [Bug 1371285] [NEW] [data processing] Job type dropdown needs to be data plugin specific

2014-09-18 Thread Chad Roberts
Public bug reported: *wishlist for Juno, more likely for Kilo* When choosing the job type (project - data processing - Jobs - Create Job), right now all job types display, even if there is no plugin present to support that job type. The best example of this is Spark. Right now, even if you do

[Yahoo-eng-team] [Bug 1254320] Re: Network cache should not be refreshed for instances that are still building

2014-09-18 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/havana Importance: Undecided = Medium ** Changed in: nova/havana Status: New = In Progress ** Changed in: nova/havana Assignee: (unassigned) = Alan Pevec (apevec) ** Changed in:

[Yahoo-eng-team] [Bug 1362854] Re: Incorrect regex on rootwrap for encrypted volumes ln creation

2014-09-18 Thread Alan Pevec
** Also affects: nova/havana Importance: Undecided Status: New ** Also affects: nova/icehouse Importance: Undecided Status: New ** Changed in: nova/icehouse Importance: Undecided = Critical ** Changed in: nova/havana Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1371298] [NEW] libvirt: AMI-based Linux instances /dev/console unusable

2014-09-18 Thread Nicolas Simonds
Public bug reported: In Linux, the last console= option listed in /proc/cmdline becomes /dev/console, which is used for things like rescue mode, single-user mode, etc. In the case of AMI-based Linux images, libvirt defines the serial console (tied to the console.log) last, which means a crashed

[Yahoo-eng-team] [Bug 1212347] Re: destroy() method of nova-compute's driver contract doesn't specify exception handling

2014-09-18 Thread Sean Dague
So I'm putting this into an Opinion / Wishlist state because this feels like it's part of a larger refactoring conversation. The driver contract really isn't a contract at all at this point. ** Changed in: nova Status: Triaged = Opinion ** Changed in: nova Importance: High = Wishlist

[Yahoo-eng-team] [Bug 969537] Re: Quota-classes API extension requires tenant-to-quota-class mappings

2014-09-18 Thread Sean Dague
Moving to opinion status, this seems to be a long stalled effort ** Changed in: nova Assignee: Eoghan Glynn (eglynn) = (unassigned) ** Changed in: nova Status: Confirmed = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1028495] Re: Separate image_snapshot from image_uploading

2014-09-18 Thread Sean Dague
very old refactoring wishlist item ** Changed in: nova Status: Confirmed = 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/1028495 Title: Separate

[Yahoo-eng-team] [Bug 897807] Re: OS API: Treatment of Nova and Glance generated metadata inconsistent

2014-09-18 Thread Sean Dague
This is seriously old, I'm going to close as Invalid for now. Please feel free to reopen with updated details. ** 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

[Yahoo-eng-team] [Bug 1262679] Re: Range() in for loop need a refactor

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Triaged = Opinion ** Changed in: nova Assignee: Liang Bo (liang-bo-os) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1357578] Re: Unit test: nova.tests.integrated.test_multiprocess_api.MultiprocessWSGITest.test_terminate_sigterm timing out in gate

2014-09-18 Thread Robert Collins
** No longer affects: testrepository -- 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/1357578 Title: Unit test:

[Yahoo-eng-team] [Bug 1092714] Re: unit test state leaks

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Confirmed = Won't Fix -- 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/1092714 Title: unit test state leaks Status in OpenStack

[Yahoo-eng-team] [Bug 1087493] Re: clients need to try multiple IPs when connecting to hosts

2014-09-18 Thread Sean Dague
Not a nova bug ** Changed in: nova Status: Triaged = 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/1087493 Title: clients need to try multiple IPs when

[Yahoo-eng-team] [Bug 1130881] Re: Fix Snapshots index() to show summary list

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Confirmed = Opinion ** Changed in: nova Assignee: Giampaolo Lauria (lauria) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1204019] Re: nova packages install error

2014-09-18 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1204019 Title: nova packages install error Status in OpenStack

[Yahoo-eng-team] [Bug 1166087] Re: nova net-list not working on client side

2014-09-18 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1166087 Title: nova net-list not working on client side Status

[Yahoo-eng-team] [Bug 1220599] Re: xenapi: Support tgz compression level in tgz upload

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Triaged = 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/1220599 Title: xenapi: Support tgz compression level in tgz upload

[Yahoo-eng-team] [Bug 1178555] Re: deploy ramdisk and kernel must be public glance images

2014-09-18 Thread Sean Dague
I assume this is a baremetal bug, in which case I'm making it invalid because we just deprecated that driver ** Changed in: nova Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1226342] Re: nova delete when a baremetal node is not responding to power management leaves the node orphaned

2014-09-18 Thread Sean Dague
baremetal deprecated, please retriage if it's still an ironic issue ** Changed in: nova Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1226170] Re: bm node instance provisioning delay with 45 nodes

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Triaged = Won't Fix -- 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/1226170 Title: bm node instance provisioning delay with 45 nodes

[Yahoo-eng-team] [Bug 1221911] Re: test_list_hosts_with_zone failed in a swift gate job

2014-09-18 Thread Sean Dague
** 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 Compute (nova). https://bugs.launchpad.net/bugs/1221911 Title: test_list_hosts_with_zone failed in a swift gate

[Yahoo-eng-team] [Bug 1195095] Re: virtual power driver config is global

2014-09-18 Thread Sean Dague
** Changed in: nova Status: Triaged = Won't Fix -- 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/1195095 Title: virtual power driver config is global Status in

[Yahoo-eng-team] [Bug 1371324] [NEW] Arista ML2 driver should let EOS know when it is syncing

2014-09-18 Thread Shashank Hegde
Public bug reported: The Arista ML2 driver performs a periodic sync with EOS to figure out if EOS data is inconsistent with Neutron database. The driver needs to let EOS know when the sync starts and when the sync completes. ** Affects: neutron Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1314129] Re: jsonutils should use simplejson on python 2.6 if available

2014-09-18 Thread Sean Dague
** No longer affects: zaqar ** No longer affects: python-neutronclient ** No longer affects: trove ** No longer affects: python-novaclient ** No longer affects: horizon ** No longer affects: keystone ** No longer affects: glance ** No longer affects: ceilometer ** No longer affects: cinder

[Yahoo-eng-team] [Bug 1247030] Re: admin user cannot delete other tenants' instances by name

2014-09-18 Thread Sean Dague
** Project changed: nova = python-novaclient -- 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/1247030 Title: admin user cannot delete other tenants' instances by name

[Yahoo-eng-team] [Bug 1161657] Re: nova.compute.manager.py needs better rollbacks

2014-09-18 Thread Sean Dague
This isn't really a bug, this is really something which should come in via the specs process ** Changed in: nova Status: Confirmed = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1062097] Re: virtual interface create error

2014-09-18 Thread Sean Dague
Going to assume the unique keys blueprint addressed this ** Changed in: nova Assignee: Boris Pavlovic (boris-42) = (unassigned) ** Changed in: nova Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 989977] Re: scheduler host_manager should sanity check compute_node entries

2014-09-18 Thread Sean Dague
This really isn't a bug, it's not enough to move forward on. Happy to reopen with a larger description of what's the thing we should fix. ** Changed in: nova Assignee: Chris Behrens (cbehrens) = (unassigned) ** Changed in: nova Status: Confirmed = Opinion -- You received this bug

[Yahoo-eng-team] [Bug 1152382] Re: nova-all fork bomb

2014-09-18 Thread Sean Dague
Closing as opinion, nova-all really isn't something we even talk about any more ** Changed in: nova Status: Confirmed = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1161664] Re: Rescheduling can DDOS itself

2014-09-18 Thread Sean Dague
This isn't really a bug. If you have a reproduce with an expected behavior and actually behavior maybe we can turn it into a bug. ** Changed in: nova Status: Triaged = Opinion ** Changed in: nova Importance: Low = Wishlist ** Tags added: scheduler -- You received this bug

[Yahoo-eng-team] [Bug 1224921] Re: notification.info_from_instance should use get()

2014-09-18 Thread Sean Dague
Long incomplete bug, marking as Opinion. It might be valid, but it's not anything actionable. ** Changed in: nova Status: Incomplete = Invalid ** Changed in: nova Status: Invalid = Opinion ** Changed in: nova Importance: Undecided = Wishlist -- You received this bug

  1   2   >