[Yahoo-eng-team] [Bug 1290252] [NEW] Router RA rule need to be updated when router is created after VM port

2014-03-10 Thread Xu Han Peng
Public bug reported: Router RA rule is added to compute node to allow VM to accept RA from router interface on network node. However, this is only added when router port which sends RA is created before VM port is created. We should add trigger to allow RA from router port when router port is

[Yahoo-eng-team] [Bug 1290255] [NEW] ml2: subnetroutes table isn't created during db migrations

2014-03-10 Thread Zang MingJie
Public bug reported: The subnetroutes migration scripts exist before ml2 was introduced, so the table isn't created for ml2 Existing installations are working as they rely on auto-generation for DB schemas. Therefore the bug can be easily fixed by tweaking existing migrations, as there no need

[Yahoo-eng-team] [Bug 1290254] [NEW] two dependencies of keystone dev-enviroment omit

2014-03-10 Thread Wei Wang
Public bug reported: In the http://docs.openstack.org/developer/keystone/setup.html (generate from keystone/doc/setup.rst): the section Installing dependencies: Fedora 15: $ sudo yum install python-sqlite2 python-lxml python-greenlet-devel python-ldap the sqlite-devel and

[Yahoo-eng-team] [Bug 1290258] [NEW] Group ids are not validated after SAML2-groups mapping and federated token scoping

2014-03-10 Thread Marek Denis
Public bug reported: During federated authentication dedicated mechanism called RuleProcessor maps SAML2 parameters into Keystone groups. It's done by matching certain rules added by cloud administrators. However, Keystone doesn't check whether resulting groups are present in the backend. this

[Yahoo-eng-team] [Bug 1289397] [NEW] vmware: nova instance delete - show status error

2014-03-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: ssatya@devstack:~$ nova boot --image 1e95fe6b-cec6-4420-97d1-1e7bc8c81c49 --flavor 1 testdummay +--+---+ | Property | Value

[Yahoo-eng-team] [Bug 1290261] [NEW] Missing translation support

2014-03-10 Thread Gary Kotton
Public bug reported: There are a number of places that do not contain translation support in the virt drivers ** Affects: nova Importance: Low Assignee: Gary Kotton (garyk) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Gary Kotton (garyk) ** Changed

[Yahoo-eng-team] [Bug 1289397] Re: vmware: nova instance delete - show status error

2014-03-10 Thread Vipin Balachandran
** Changed in: cinder Assignee: Vipin Balachandran (vbala) = (unassigned) ** Project changed: cinder = nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1289397

[Yahoo-eng-team] [Bug 1290269] [NEW] Add constraint to sg rule's remote_ip_prefix

2014-03-10 Thread Lee Li
Public bug reported: An IP address is represented as A.B.C.D /n, where /n is called the IP prefix. But when create or update rules, there is no constraint to remote_ip_prefix, we can give any value as '--'. ** Affects: neutron Importance: Undecided Assignee: Lee Li (lilinguo)

[Yahoo-eng-team] [Bug 1290286] [NEW] Pop new page when click instance console link

2014-03-10 Thread tinytmy
Public bug reported: In instance detail page ,when click ' Click here to show only console',if we want to view other page,we must click browser's back button to exit the fullscreen mode.But if add '_blank',then we can view instance console and we can also use the dashboard. ** Affects: horizon

[Yahoo-eng-team] [Bug 1290293] [NEW] memcache backend token can not delete a token

2014-03-10 Thread Tiantian Gao
Public bug reported: I found the bug in stable/havana, which is handy to re-product. configure keystone to using memcache backend, so the config file keystone.conf will look like below: [token] driver = keystone.token.backends.memcache.Token .. [memcache] servers=127.0.0.1:11211

[Yahoo-eng-team] [Bug 1290294] [NEW] Instance's XXX_resize dir never be deleted if we resize a pre-grizzly instance in havana

2014-03-10 Thread wangpan
Public bug reported: reproduce steps: 1. create an instance under Folsom 2. update nova to Havana 3. resize the instance to another host 4. confirm the resize 5. examine the instance dir on source host you will find the instance-_resize dir exists there which was not deleted while

[Yahoo-eng-team] [Bug 1290302] [NEW] Booting from volume fails when the device_name is not specified

2014-03-10 Thread Xavier Queralt
Public bug reported: With current nova in master, when booting an instance using an existing volume without specifying the device_name fails with the following traceback in nova compute: $ nova boot --boot-volume f1f2de9c-eedf-41cf-9089-a41ec0706b3e --flavor m1.custom --key-name default server

[Yahoo-eng-team] [Bug 1290303] [NEW] ipv6 subnet causes dnsmasq bad command line options: only one tag allowed

2014-03-10 Thread Darragh O'Reilly
Public bug reported: This happens when I run any IPv6 tests from tempest.api.network locally. It doesn't cause test failures, but it does show a problem with the code. It happens sometimes in the OpenStack CI testing.

[Yahoo-eng-team] [Bug 1024786] Re: xenapi:agent tries to update before networking is setup

2014-03-10 Thread John Garbutt
*** This bug is a duplicate of bug 1250162 *** https://bugs.launchpad.net/bugs/1250162 Fixed here: https://github.com/openstack/nova/commit/9393ed0a8546ce393e354614e87056c795abd22b ** This bug has been marked a duplicate of bug 1250162 xenapi: Agent update ordering -- You received this

[Yahoo-eng-team] [Bug 1290326] [NEW] Input validation broken for os-server-groups create method

2014-03-10 Thread Christopher Yeoh
Public bug reported: Input validation of the name field for the create method for os-server- groups extension is broken in that it accepts integers, floats, etc as well as strings as the nova internals code quietly converts these to strings. This was not picked up by the unittests because they

[Yahoo-eng-team] [Bug 1290329] [NEW] Add option to run Selenium tests headless

2014-03-10 Thread Maria Nita
Public bug reported: Selenium tests by default need a display and a browser driver for setup. If no display settings are provided then the native display is used. But if you run the tests on Jenkins or on a Vagrant machine, you usually want to run them headless. In the setUp method of the

[Yahoo-eng-team] [Bug 1289283] Re: Cannot boot from volume that was created from an image

2014-03-10 Thread Julie Pichon
I can't reproduce the KeyError on a fresh devstack rebuilt from scratch. Now the new instance fails to boot due to bug 1290302, which is already being looked into. Thanks for the comment and sorry for the noise! ** Changed in: nova Status: Incomplete = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1290344] [NEW] Password field should be optional during Heat stack creation

2014-03-10 Thread Thomas Herve
Public bug reported: Currently a password is needed when doing a stack creation using Horizon. This has been done in bug #1199549 after a change in Heat which is not up to date. Depending on the configuration, this is actually not needed, so the field should probably be optional in the UI. An

[Yahoo-eng-team] [Bug 1290362] [NEW] HPET timer not supported on non-x86 targets

2014-03-10 Thread Rafael Folco
Public bug reported: High Precision Event Timer is x86 specific hardware design to replace older PIT and RTC. Also, '-no-hpet' option makes qemu to fail on non x86 targets. he libvirt's xml generated has the following: timer name=hpet present=no/ The error produced... libvirtError: internal

[Yahoo-eng-team] [Bug 1136190] Re: Cannot download EC2 credentials unless user has admin role

2014-03-10 Thread Dolph Mathews
** Changed in: keystone Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1136190 Title: Cannot download EC2 credentials unless user has admin role

[Yahoo-eng-team] [Bug 1290403] [NEW] Hyper-V agent does not enable disk metrics for individual disks

2014-03-10 Thread Claudiu Belu
Public bug reported: The Hyper-V agent is currently enabling metrics collection per vm, instead of per disk. This leads to erroneous values collected for disk metrics. ** Affects: nova Importance: Undecided Assignee: Claudiu Belu (cbelu) Status: New ** Tags: hyper-v **

[Yahoo-eng-team] [Bug 1179709] Re: keystone shuts down it's own listening socket with 'too many files open'

2014-03-10 Thread Dolph Mathews
** Also affects: horizon Importance: Undecided Status: New ** Also affects: python-keystoneclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1290408] [NEW] Invalid tenant ID is allowed when creating a network

2014-03-10 Thread Gastón Severina
Public bug reported: The following will create a network for an invalid tenant ID: $neutron net-create --tenant_id x test Tenant ID should be validated before creating any entity (network, port, subnet, etc) ** Affects: neutron Importance: Undecided Assignee: Gastón Severina

[Yahoo-eng-team] [Bug 1288098] Re: v3 Service Catalog doesn't expose service name

2014-03-10 Thread Dolph Mathews
** Also affects: openstack-api-site Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1288098 Title: v3 Service Catalog doesn't expose service

[Yahoo-eng-team] [Bug 1282842] Re: default nova+neutron setup cannot handle spawning 20 images concurrently

2014-03-10 Thread Dolph Mathews
Removed keystone as it doesn't look like any of the above is unexpected behavior there. ** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1282842 Title:

[Yahoo-eng-team] [Bug 1290432] [NEW] Image API v2 image_list returns 400

2014-03-10 Thread Erno Kuvaja
Public bug reported: After working around #1246980 it seems that the GET request on the v2 API has a bug in it as well. The limit is not passed on the json body. 1385 DEBUG glance.common.client [c21d4070-ee8b-473c-8b45-2e660f293a1a dd0e22a5cf3e45f3a6368eba44201bbc

[Yahoo-eng-team] [Bug 1290455] [NEW] libvirt inject_data assumes instance with kernel_id doesn't contain a partition table

2014-03-10 Thread Matthew Booth
Public bug reported: libvirt/driver.py passes partition=None to disk.inject_data() for any instance with kernel_id set. partition=None means that inject_data will attempt to mount the whole image, i.e. assuming there is no partition table. While this may be true for EC2, it is not safe to assume

[Yahoo-eng-team] [Bug 1290478] [NEW] Query for port before calling l3plugin.disassociate_floatingips()

2014-03-10 Thread Aaron Rosen
Public bug reported: The call to l3plugin.disassociate_floatingips() trigggers several events that could cause a timeout to occur trying to query the db for the port therefore this patch changes the code to query first for the port. ** Affects: neutron Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1290487] [NEW] Libvirt native thread used for forbidden purposes

2014-03-10 Thread John Warren
Public bug reported: In the nova.virt.libvirt.driver.LibvirtDriver. _get_new_connection method two different libvirt event handlers are registered, one for lifecycle events (_event_lifecycle_callback) and one for connection events (_close_callback). These callbacks are called by a native thread

[Yahoo-eng-team] [Bug 1290544] [NEW] Extend volume not showing current size

2014-03-10 Thread Santiago Baldassin
Public bug reported: When extending a volume, the form should automatically be populated with the current volume size ** Affects: horizon Importance: Undecided Assignee: Santiago Baldassin (santiago-b-baldassin) Status: New ** Changed in: neutron Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1290550] [NEW] Base test case should stop mock patches

2014-03-10 Thread Kevin Benton
Public bug reported: Currently if a unit test creates a patch and does not stop it, the patch will hang around and could potentially affect other tests that rely on the mocked class/method. This can make it difficult for developers creating new tests as unrelated tests could be causing new ones

[Yahoo-eng-team] [Bug 1290549] [NEW] update floatingip status tracebacks

2014-03-10 Thread Salvatore Orlando
Public bug reported: Logs are showing plenty of tracebacks like the following: http://logs.openstack.org/96/66796/15/check/check-tempest-dsvm-neutron- full/d940e56/logs/screen-q-svc.txt.gz?level=DEBUG#_2014-03-06_10_14_46_352 An operation (either update_floatingip_status or get_floating_ips) in

[Yahoo-eng-team] [Bug 1290566] [NEW] nova detach results in TypeError: 'NoneType' object is unsubscriptable

2014-03-10 Thread Jim Sayer
Public bug reported: When detaching multiple volumes from multiple instances the stack trace below was encountered. The db shows a device name present for all volumes attempted to be detached (also below). A similar stack trace was found at: http://pastebin.com/sDR2AVGH 2014-03-10 07:59:38.220

[Yahoo-eng-team] [Bug 1290561] [NEW] Failure in Cisco N1KV controller due to lack of L3 port info

2014-03-10 Thread Sourabh Patwardhan
Public bug reported: A recent API change in Cisco N1KV controller requires L3 params for port creation. N1KV Neutron plugin does not pass these params in the REST call to the controller. The fix is to add the missing params in the REST body. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1290568] [NEW] Conductor support for networking on Icehouse

2014-03-10 Thread Matt Kassawara
Public bug reported: I'm updating the installation guide for Icehouse. Based on the following blueprint, I removed the database configuration keys from nova.conf on the compute node in my test environment. https://blueprints.launchpad.net/nova/+spec/nova-network-objects However, when attempting

[Yahoo-eng-team] [Bug 1290540] Re: nova api deprecation warning

2014-03-10 Thread Robert Collins
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1290540 Title: nova api deprecation warning Status in

[Yahoo-eng-team] [Bug 1290583] [NEW] Unhandled UnboundLocalError in IPAssociationWorkflow

2014-03-10 Thread Brian DeHamer
Public bug reported: If an error is raised in the AssociateIPAction we assume that a redirect will be raised. However, certain exception classes will not result in a redirect when handled by the standard Horizon exception handler. The two problem spots are in

[Yahoo-eng-team] [Bug 1290582] [NEW] missing auth method configuration in federation documentation

2014-03-10 Thread Matthieu Huin
Public bug reported: The federation configuration page in the documentation should also mention that saml2 must be added as a default auth method. ** Affects: keystone Importance: Undecided Assignee: Matthieu Huin (mhu-s) Status: In Progress ** Tags: low-hanging-fruit **

[Yahoo-eng-team] [Bug 1290618] [NEW] Host Aggregate actions open up two different modals

2014-03-10 Thread Cindy Lu
Public bug reported: Admin Host Aggregates If we open up Create Host Aggregate modal, we see 2 tabs: Host Aggregate Info and Hosts within aggregate However, if we click on one of the table row's Edit Host Aggregate, it opens up it's own modal form instead of the workflow tab. The modal

[Yahoo-eng-team] [Bug 1290625] [NEW] keystone.contrib.revoke.backends.sql contains several glaring performance problems

2014-03-10 Thread Clint Byrum
Public bug reported: * The id column is internal only, and yet, is varchar(64). This should just be an auto incremented int. * There are no indexes on anything. * The comments claim that only DB2 has trouble with large deletes. This is false. MySQL will hold gaps open on any indexes, including

[Yahoo-eng-team] [Bug 1288506] Re: issue when I using PKI for token format

2014-03-10 Thread li,chen
Yes, after run keystone-manage pki_setup` and change the correct directory in [signing] , the issue is gone. ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1290635] [NEW] remains dhcp conf file when shelving instance

2014-03-10 Thread John Haan
Public bug reported: There is a bug for using nova-network environment module instead of neutron. The resources should be released during sheving instance. However, the mac address is not deleted from dhcp conf file even instance is shelved. The dummy lines would be remain if the instance

[Yahoo-eng-team] [Bug 1290642] [NEW] negative rescue tempest tests fail, cannot pause/rescue while instance is in vm_state building

2014-03-10 Thread Brant Knudson
Public bug reported: A tempest run failed several tests with errors like Cannot 'pause' while instance is in vm_state building. The other things tempest was trying to do is 'rescue' and 'attach_volume', and they all failed with the same error. Also, the error reported was Conflict: An object

[Yahoo-eng-team] [Bug 1290646] [NEW] Parallel requests fail due to db locks in N1kv plugin

2014-03-10 Thread Abhishek Raut
Public bug reported: Parallel requests for create/delete of network ports and subnets sometimes cause DB lock errors in cisco N1kv tables which results in failure of the respective resource request. ** Affects: neutron Importance: Undecided Assignee: Abhishek Raut (abhraut)

[Yahoo-eng-team] [Bug 1290660] [NEW] Nova-manage db archive_deleted_rows doesn't archive for INSTANCE_ACTIONS and INSTANCE_ACTIONS_EVENTS

2014-03-10 Thread Jun Xie
Public bug reported: After running cmd nova-manage db archive_deleted_rows --max_rows , the result shows that the tables INSTANCE_ACTIONS and INSTANCE_ACTIONS_EVENTS are not archived (the 'deleted' column for the rows of related instance is never set to True, ) when the instance is already

[Yahoo-eng-team] [Bug 1282535] Re: The real api is os-interface but in nova doc is os-attach-interfaces

2014-03-10 Thread Christopher Yeoh
We can't fix this in Nova V2 as it is a backwards incompatible change, so the only place we can fix it is the docs. Sorry. ** Also affects: openstack-manuals Importance: Undecided Status: New ** Changed in: nova Status: In Progress = Invalid ** Tags added: api -- You received

[Yahoo-eng-team] [Bug 1264482] Re: can't create network after enable ml2

2014-03-10 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1264482

[Yahoo-eng-team] [Bug 1290679] [NEW] Nova Cells cannot work with zmq

2014-03-10 Thread zhangjialong
Public bug reported: I use OpenStack Nova Havana with zeromq to build my environment. In my environment, there is a controller node, two child cells node and four compute node like follows: http://pastebin.com/WtG0GVDv controller is the parent cell, cell1 and cell2 are child cell. While, when