[Yahoo-eng-team] [Bug 1382354] [NEW] can not create router when gateway ip is not in subnet

2014-10-17 Thread xhzhf
Public bug reported: When we create subnet, neutron does not check whether gateway ip is in the subnet ip pool. Next we create route, the gateway ip is assigned to route. At this time, neutron check whether ip is in the subnet, the result is failure. sulution:when creating subnet, neutron

[Yahoo-eng-team] [Bug 1381295] Re: Live migration fails when called via RPC API with admin context

2014-10-17 Thread Joe Cropper
** Also affects: python-glanceclient 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/1381295 Title: Live migration fails when

[Yahoo-eng-team] [Bug 1359808] Re: extended_volumes slows down the nova instance list by 40..50%

2014-10-17 Thread Attila Fazekas
This bug points to the number of queries made, you do not really need to measure anything to see doing 4096 query in a loop is bad instead if doing only one (or smaller group). for id in ids: SELECT attr from table where ID=id; vs. SELECT attr from table where ID in ids; Mysql default max

[Yahoo-eng-team] [Bug 1382360] [NEW] ml2 plugin wrongly calls _filter_nets_l3 from get_networks

2014-10-17 Thread Isaku Yamahata
Public bug reported: The commit of 0156ec175cc047826b211727d43d5d14a3e1f2d2, change-id of I47e01a11afaf6e6bcf06da7bd713fd39b05600ff which fixes bug 1132849 removed the call of _filter_nets_l3 methods. But the fix missed ml2 plugin somehow. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1382377] [NEW] Missing test for Node Group Templates panels

2014-10-17 Thread Lin Hua Cheng
Public bug reported: The panel have only tests for index and details, but the create and copy workflow does not have any test. We should add the missing test for this workflow. ** Affects: horizon Importance: Wishlist Status: New ** Changed in: horizon Importance: Undecided =

[Yahoo-eng-team] [Bug 1382390] [NEW] nova-api should shutdown gracefully

2014-10-17 Thread Tiantian Gao
Public bug reported: In IceHouse, An awesome feature got implemented: graceful shutdown nova service, which can make sure in-process RPC request got done before kill the process. But nova-api not support graceful shutdown now, which can cause problem when do upgrading. For example, when a

[Yahoo-eng-team] [Bug 1382438] [NEW] metadata should provides username of the user who created the instances

2014-10-17 Thread Andre Naehring
Public bug reported: The metadata provided to instances should contain the username of the user who created the instance. At the moment this could only be submitted via user_data but we think it should be useful to place that in the corresponding json. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1364814] Re: Neutron multiple api workers can't send cast message to agent when use zeromq

2014-10-17 Thread James Page
** Tags added: zmq ** Also affects: oslo.messaging (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1364814 Title: Neutron multiple

[Yahoo-eng-team] [Bug 1382440] [NEW] Detaching multipath volume doesn't work properly when using different targets with same portal for each multipath device

2014-10-17 Thread Keiichi KII
Public bug reported: Overview: On Icehouse(2014.1.2) with iscsi_use_multipath=true, detaching iSCSI multipath volume doesn't work properly. When we use different targets(IQNs) associated with same portal for each different multipath device, all of the targets will be deleted via

[Yahoo-eng-team] [Bug 1382448] [NEW] ml2 extension manager doesn't pass db entry to entend_xxx_dict

2014-10-17 Thread Isaku Yamahata
Public bug reported: extension driver isn't passed dbentry to extension result dict extend_{network, subnet, port}_dict() aren't passed db entry, but only result dict. In order to extend the result dict, db entry is necessary. ** Affects: neutron Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1382331] Re: test_password_change.py : AttributeError: 'AdminPage' object has no attribute 'go_to_settings_page'

2014-10-17 Thread Julie Pichon
I'm sorry, if you're modifying the code this is not an expected use case anymore. As you've discovered you'll likely have to make changes elsewhere too. You could write a new test case for this and submit it back to the community [1] once you have it working, if you like. Thank you! [1]

[Yahoo-eng-team] [Bug 1268573] Re: Incorrect quota value in database leads to dashboard crash

2014-10-17 Thread Julie Pichon
*** This bug is a duplicate of bug 1370869 *** https://bugs.launchpad.net/bugs/1370869 ** This bug has been marked a duplicate of bug 1370869 Cannot display project overview page due to cannot convert float infinity to integer error -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1229475] Re: terminate_instance(): RuntimeError: Second simultaneous read on fileno 16 detected

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Status: Fix Committed = Fix Released -- 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/1229475 Title: terminate_instance():

[Yahoo-eng-team] [Bug 1232965] Re: Can't use nova when configuring neutron.agent.firewall.NoopFirewallDriver in neutron plugins

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Milestone: None = 2.3.0-2.3.4 ** Changed in: python-neutronclient Status: Fix Committed = Fix Released -- 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 1245700] Re: nova boot via invalid neutron port raises 500

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Status: Fix Committed = Fix Released -- 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/1245700 Title: nova boot via invalid

[Yahoo-eng-team] [Bug 1218190] Re: Use assertEqual instead of assertEquals in unitttest

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Milestone: None = 2.3.0-2.3.4 ** Changed in: python-neutronclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1208734] Re: Drop openstack.common.exception

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Milestone: None = 2.3.0-2.3.4 ** Changed in: python-neutronclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1255876] Re: need to ignore swap files from getting into repository

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1255876 Title: need to ignore swap

[Yahoo-eng-team] [Bug 1217100] Re: fix i18n messages

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient 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/1217100 Title: fix i18n messages Status in OpenStack

[Yahoo-eng-team] [Bug 1178273] Re: unable to unset gateway_ip on existing subnet

2014-10-17 Thread Akihiro Motoki
** Changed in: python-neutronclient Status: Fix Committed = Fix Released ** Changed in: python-neutronclient Milestone: None = 2.2.1-2.2.6 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1281083] Re: Firewall policy update should validate rules as list of uuids

2014-10-17 Thread Akihiro Motoki
It was a bug of Neutron and fixed in Neutron. ** Project changed: python-neutronclient = 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/1281083 Title: Firewall policy update

[Yahoo-eng-team] [Bug 1382546] [NEW] Tab bar is unnecessary in detail pages with a single tab

2014-10-17 Thread Akihiro Motoki
Public bug reported: Tab bar is used even when a detail page has only one tab. It is unnecessary. Tab styling is now improved in https://review.openstack.org/#/c/128247/ and once this is merged, the tab bar in a detail page with a single tab maybe be a bit surprising. Red square in the attached

[Yahoo-eng-team] [Bug 1382564] [NEW] memcache servicegroup driver does not logs connection issues

2014-10-17 Thread Attila Fazekas
Public bug reported: servicegroup_driver = mc memcached_servers = blabla # blabla does not exists Neither n-cpu or n-api log indicates any connection issue or give any clue the join was unsuccessful, the n-cpu logs the same two DEBUG line regardless to the success. The services are reported

[Yahoo-eng-team] [Bug 1382573] [NEW] Uncaught GreenletExit in ServiceLauncher if wait called after greenlet kill

2014-10-17 Thread Ihar Hrachyshka
Public bug reported: This is similar to bug 1282206 that fixed the same issue for ProcessLauncher. The failure shows up in gate (Icehouse, Juno) as follows: ft1.1683: tests.unit.test_service.ServiceRestartTest.test_service_restart_StringException: Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1382568] [NEW] get_multi not used for get_all in mc serviegroup driver

2014-10-17 Thread Attila Fazekas
Public bug reported: MemcachedDriver get_all method calls the is_up for every record which requests for a single key, instead of using a more efficient get_multi https://github.com/linsomniac/python-memcached/blob/master/memcache.py#L1049 which is able to retrieve multiple records with a

[Yahoo-eng-team] [Bug 1381295] Re: Live migration fails when called via RPC API with admin context

2014-10-17 Thread Matt Riedemann
Assuming the null value is for the x-auth-token key, the glanceclient http connection doesn't enforce that auth token is set, it just tries to get it if provided and put's it in the header: http://git.openstack.org/cgit/openstack/python- glanceclient/tree/glanceclient/common/http.py?id=0.14.1#n52

[Yahoo-eng-team] [Bug 1348818] Re: Unittests do not succeed with random PYTHONHASHSEED value

2014-10-17 Thread Louis Taylor
** Also affects: python-glanceclient Importance: Undecided Status: New ** Changed in: python-glanceclient Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1382579] Re: check-neutron-dsvm-functional dies with Length too long

2014-10-17 Thread Clark Boylan
Moved this bug to neutron as it appears to be a valid test run failure with neutron's test suite. ** Also affects: neutron Importance: Undecided Status: New ** No longer affects: openstack-ci -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1382585] [NEW] eventlet.wsgi and glance.wsgi logs not separate

2014-10-17 Thread Stuart McLaren
Public bug reported: The log output from both glance.common.wsgi and eventlet.wsgi have the same prefix: 2014-10-17 15:01:43.096 3640 INFO glance.wsgi.server [-] Started child 3679 2014-10-17 15:01:43.097 3679 INFO glance.wsgi.server [-] (3679) wsgi starting up on http://0.0.0.0:9292/ it's

[Yahoo-eng-team] [Bug 1382581] Re: ServerRescueNegativeTestJSON:tearDownClass Failed to delete volume XXX within the required time (196 s).

2014-10-17 Thread Clark Boylan
Removed openstack-infra and added cinder, nova, tempest because this looks like a legit failure to remove a volume from an instance. ** Also affects: cinder Importance: Undecided Status: New ** Also affects: nova Importance: Undecided Status: New ** Also affects: tempest

[Yahoo-eng-team] [Bug 1382630] [NEW] access_ip_* not updated on reschedules when they should be

2014-10-17 Thread Chris Behrens
Public bug reported: For virt drivers that require networks to be reallocated on nova reschedules, the access_ip_v[4|6] fields on Instance are not updated. This bug was introduced when the new build_instances path was added. This new path updates access_ip_* before the instance goes ACTIVE...

[Yahoo-eng-team] [Bug 1382650] [NEW] context selection advanced not implemented

2014-10-17 Thread David Lyle
Public bug reported: There is a link that is never enabled in the context selection box. This was intended for larger project lists being able to select from a large number. The link should be a redirect to the Identity - Projects page which should allow the user to select the desired project to

[Yahoo-eng-team] [Bug 1342961] Re: Exception during message handling: Pool FOO could not be found

2014-10-17 Thread Attila Fazekas
** Changed in: neutron Status: Expired = New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1342961 Title: Exception during message handling: Pool FOO could not be found Status

[Yahoo-eng-team] [Bug 1342961] Re: Exception during message handling: Pool FOO could not be found

2014-10-17 Thread Attila Fazekas
Restoring it new since it still happens very frequently. Tempest just using 4 client in parallel and spent most if it's time in sleep. Is there any way to make neutron to handle the load, for example by increasing the number of workers ? ** Changed in: neutron Status: New = Opinion --

[Yahoo-eng-team] [Bug 1382293] Re: Unable to start nova-compute service in Juno

2014-10-17 Thread Joe Gordon
This sounds like RPM issue, not an upstream nova issue. Please file a bug with fedora. ** 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).

[Yahoo-eng-team] [Bug 1382305] Re: conductor and compute fail to work

2014-10-17 Thread Joe Gordon
This sounds like a support request for a misconfiguration. please use https://ask.openstack.org/en/questions/ ** 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

[Yahoo-eng-team] [Bug 1316556] Re: vmware: boot from image (create volume) is failing

2014-10-17 Thread Thang Pham
This is because the time it takes to create the volume is longer than the default timeout value. You can increase the timeout value in /etc/nova/nova.conf to something greater, e.g. 3600. block_device_allocate_retries = 3600 ** Changed in: nova Status: Confirmed = Invalid -- You

[Yahoo-eng-team] [Bug 1382562] Re: security groups remote_group fails with CIDR in address pairs

2014-10-17 Thread Jeremy Stanley
Thanks Kevin. In that case I've tagged it as a security hardening opportunity (removes a foot-cannon), and switched the advisory task to won't-fix. ** Information type changed from Public Security to Public ** Changed in: ossa Status: Incomplete = Won't Fix ** Tags added: security --

[Yahoo-eng-team] [Bug 1353664] Re: Translation settings under usersettings page does not work

2014-10-17 Thread liaonanhai
** Changed in: horizon Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1353664 Title: Translation settings under usersettings

[Yahoo-eng-team] [Bug 1354996] Re: when no default route entry in the router namespace, the vpnaas do not work!

2014-10-17 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/1354996

[Yahoo-eng-team] [Bug 1308984] Re: Floating IP addresses ordered in a weird way

2014-10-17 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete = Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).