[Yahoo-eng-team] [Bug 1401424] [NEW] Enable test_migration

2014-12-11 Thread Ann Kamyshnikova
Public bug reported: After splitting in neutron database was left a number of tables that don't have any models. Test should be improved to skip this tables from checking. ** Affects: neutron Importance: Undecided Assignee: Ann Kamyshnikova (akamyshnikova) Status: New **

[Yahoo-eng-team] [Bug 1401430] [NEW] compute create_test_server_group fails for each tempest api test in compute

2014-12-11 Thread Abhishek Kumar
Public bug reported: nova version : 2014.2.1 tempest compute api test cases fails throwing AttributeError. sample Test_case of compute: tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestXML.create_test_server_group

[Yahoo-eng-team] [Bug 1401435] [NEW] Security-group-name is case sensitive when booting instance with nova

2014-12-11 Thread Amandeep
Public bug reported: When booting an instance with nova-networking then the instance goes to error state if security group name provided in mixed case or capital case letters. Mean to say that security groups name are case sensitive. steps to replicate: 1. stack@devstack:~$ nova secgroup-list

[Yahoo-eng-team] [Bug 1401437] [NEW] nova passes incorrect authentication info to cinderclient

2014-12-11 Thread Divya K Konoor
Public bug reported: There are multiple problems with the authentication information that nova/volume/cinder code passes to cinderclient: 1. nova/volume/cinder.py passes 'cinder endpoint publicURL' as the auth_url to cinderclient for credential authentication instead of the keystone auth_url

[Yahoo-eng-team] [Bug 1401457] [NEW] OVS tunnel UT wastes time on unnecessary time.sleep in daemon_loop

2014-12-11 Thread Robin Wang
Public bug reported: Currently in unit test neutron.tests.unit.openvswitch.test_ovs_tunnel, there're 3 test_daemon_loop test case. And in each of them, there's a 2 seconds wait according to polling_interval. It's unnecessary for these test cases, but introduces extra 6 seconds cost for unit

[Yahoo-eng-team] [Bug 1399782] Re: Python glance-client image-create validation error

2014-12-11 Thread Erno Kuvaja
** Project changed: glance = python-glanceclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1399782 Title: Python glance-client image-create validation error Status in Python client

[Yahoo-eng-team] [Bug 1396976] Re: osprofiler configuration option is inconsistant with other projects using osprofiler

2014-12-11 Thread Erno Kuvaja
Marking as Opinion based on the discussion at the Cross Project meeting Tue 9.12. Only other projects that has merged osprofiler has been Heat and Cinder. ** Changed in: glance Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1401469] [NEW] Active service should not be allowed to be deleted

2014-12-11 Thread jichenjc
Public bug reported: we should not enable service to be deleted when it's up see following example, the service itself is still working but we lost the information of the services we'd better give some flexibility to operators (e.g unless --force flag, we can't delete active services)

[Yahoo-eng-team] [Bug 1378388] Re: Performance regression uploading images to glance in juno

2014-12-11 Thread Erno Kuvaja
*** This bug is a duplicate of bug 1370247 *** https://bugs.launchpad.net/bugs/1370247 ** This bug has been marked a duplicate of bug 1370247 glance_store rbd driver accidentally changed chunk size units -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1401480] [NEW] nova service-list show inconsistent output for disabled_reason

2014-12-11 Thread jichenjc
Public bug reported: [root@compute1 ~]# nova service-list ++--+--+--+-+---++-+ | Id | Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |

[Yahoo-eng-team] [Bug 1401486] [NEW] Incorrect initialisation of tests for extended_availability_zones V21 API extension

2014-12-11 Thread Sergey Nikitin
Public bug reported: In test case ExtendedAvailabilityZoneTestV21 we initialize ALL API extension instead of one (extended_availability_zone extension). here:

[Yahoo-eng-team] [Bug 1325736] Re: Security Group Rules can only be specified in one direction

2014-12-11 Thread Elena Ezhova
** Also affects: python-neutronclient 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/1325736 Title: Security Group Rules can only be

[Yahoo-eng-team] [Bug 1286099] Re: UpdateProjectQuotas doesn't pay attention on disabled_quotas

2014-12-11 Thread Timur Sufiev
With the above fix in Nova, the Dashboard doesn't produce errors when modifying data of a project with Nova quota driver set to NoopQoutaDriver, still the Dashboard makes user to think that he can change some quota values while actually he can't. Unfortunately, currently there is no way to query

[Yahoo-eng-team] [Bug 1401520] [NEW] quota noop driver 'KeyError'

2014-12-11 Thread Max Lvov
Public bug reported: root@node-19:~# nova quota-show [134/569] +-+---+ | Quota | Limit |

[Yahoo-eng-team] [Bug 1401437] Re: nova passes incorrect authentication info to cinderclient

2014-12-11 Thread Matt Riedemann
** Also affects: python-cinderclient 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/1401437 Title: nova passes incorrect

[Yahoo-eng-team] [Bug 1279347] Re: Horizon user with member role should not be provided with subnet creation option for external network

2014-12-11 Thread Timur Sufiev
Not reproducible on Kilo Devstack: regular user which was created that way is not able to see public external network. Closing as 'Invalid'. Feel free to reopen if it is reproduced in Juno/Icehouse. ** Changed in: horizon Status: Incomplete = Invalid -- You received this bug notification

[Yahoo-eng-team] [Bug 1401600] [NEW] docs build fails for nova-specs

2014-12-11 Thread Matt Riedemann
Public bug reported: I just cloned nova-specs and ran 'tox -e docs', I'm on Ubuntu Trusty 14.04 (no devstack), it fails with this: mriedem@ubuntu:~/git/nova-specs$ git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. mriedem@ubuntu:~/git/nova-specs$ tox

[Yahoo-eng-team] [Bug 1401602] [NEW] db test directories missing after a recent commit

2014-12-11 Thread Pauline Yeung
Public bug reported: After the following commit to master, 6bee8592b1bf661f0b247d804738c7202b37604c Imported Translations from Transifex The following directories are missing neutron/tests/unit/db/firewall neutron/tests/unit/db/loadbalancer neutron/tests/unit/db/vpn ** Affects: neutron

[Yahoo-eng-team] [Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-11 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 2.1+dfsg-4ubuntu6.2 --- qemu (2.1+dfsg-4ubuntu6.2) utopic-proposed; urgency=medium * Apply two patches to fix intermittent qemu-img corruption (LP: #1368815) - 501-block-raw-posix-fix-disk-corruption-in-try-fiemap -

[Yahoo-eng-team] [Bug 1401626] [NEW] The L3 agent tries to catch an exception from processutils when processutils is not used

2014-12-11 Thread Terry Wilson
Public bug reported: L3 agent imports the processutils module to catch exceptions that wouldn't ever be thrown because the underlying execute() being called is the one from neutron.agent.linux.utils which raises a RuntimeError on failure. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 897140] Re: unassociated floating IPs not visible to admin

2014-12-11 Thread Joe Gordon
Is this still valid, this bugs is several years old. ** 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). https://bugs.launchpad.net/bugs/897140 Title:

[Yahoo-eng-team] [Bug 829609] Re: EC2 compatibility describe security group returns erroneous value for group ip permissions

2014-12-11 Thread Joe Gordon
Is this still valid, hasn't been touched in years. ** Changed in: nova Status: Confirmed = Incomplete ** 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

[Yahoo-eng-team] [Bug 1167073] Re: nova-network should increase nf_conntrack_max

2014-12-11 Thread Joe Gordon
** 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/1167073 Title: nova-network should increase nf_conntrack_max

[Yahoo-eng-team] [Bug 914897] Re: euca-authorize port ranges misleading error message

2014-12-11 Thread Joe Gordon
$ euca-authorize -P tcp -p 0-65535 -s 0.0.0.0/0 default euca-authorize: error (InvalidParameterValue): Invalid port range 0:65535. Valid TCP ports should be between 1-65535 ** Changed in: nova Status: Triaged = Invalid -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1027263] Re: Nova volume api volume list and volume detail list are the same

2014-12-11 Thread Joe Gordon
not sure how this relates to nova anymore. ** 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). https://bugs.launchpad.net/bugs/1027263 Title: Nova

[Yahoo-eng-team] [Bug 975212] Re: Flavor self link not included in GET server response

2014-12-11 Thread Joe Gordon
** 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/975212 Title: Flavor self link not included in GET server response

[Yahoo-eng-team] [Bug 1013594] Re: Update server name with invalid server name is not raising BadRequest

2014-12-11 Thread Joe Gordon
** 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). https://bugs.launchpad.net/bugs/1013594 Title: Update server name with invalid server name is not

[Yahoo-eng-team] [Bug 1401647] [NEW] Huge pages: Compute driver fails to set appropriate page size when using flavor extra spec -- 'hw:mem_page_size=any'

2014-12-11 Thread Kashyap Chamarthy
Public bug reported: Description of problem -- From the proposed Nova specification Virt driver large page allocation for guest RAM[*], if you set the Nova flavor extra_spec for huge pages as 'any' ('nova flavor-key m1.hugepages set hw:mem_page_size=any', it means: leave

[Yahoo-eng-team] [Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-12-11 Thread Vish Ishaya
** Also affects: cinder 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/1368815 Title: qemu-img convert intermittently

[Yahoo-eng-team] [Bug 1401656] [NEW] IPv6 Tempest tests fail with DVR

2014-12-11 Thread Armando Migliaccio
Public bug reported: https://review.openstack.org/#/c/112336/ makes the DVR job fail ** Affects: neutron Importance: Critical Status: Confirmed ** Tags: l3-dvr-backlog ** Changed in: neutron Status: New = Confirmed ** Changed in: neutron Importance: Undecided =

[Yahoo-eng-team] [Bug 1401664] [NEW] Update role using LDAP backend requires name

2014-12-11 Thread Brant Knudson
Public bug reported: When updating a role and the keystone identity server is configured to use LDAP as the backend, you get a 500 error if the update doesn't have the name. For example, if you just disable a role, it fails with a 500 error. 0. Start with devstack configured to use LDAP

[Yahoo-eng-team] [Bug 1401430] Re: compute create_test_server_group fails for each tempest api test in compute

2014-12-11 Thread Sean Dague
** Also affects: tempest Importance: Undecided Status: New ** No longer affects: 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/1401430 Title: compute

[Yahoo-eng-team] [Bug 1400048] Re: nova list --hostname invalidhostname

2014-12-11 Thread Sean Dague
** Also affects: python-novaclient Importance: Undecided Status: New ** No longer affects: nova ** Changed in: python-novaclient Importance: Undecided = Wishlist ** Changed in: python-novaclient Status: New = Confirmed -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1286099] Re: UpdateProjectQuotas doesn't pay attention on disabled_quotas

2014-12-11 Thread Sean Dague
** Changed in: nova Status: New = Fix Released ** Changed in: nova Importance: Undecided = Low -- 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/1286099 Title:

[Yahoo-eng-team] [Bug 1401435] Re: Security-group-name is case sensitive when booting instance with nova

2014-12-11 Thread Sean Dague
Case sensitivity is by design ** Changed in: nova Status: New = 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/1401435 Title: Security-group-name is

[Yahoo-eng-team] [Bug 1401674] [NEW] Fail to download object with a space in the file name

2014-12-11 Thread Ying Zuo
Public bug reported: When downloading a file with a space in the file name, for example, test 123, the request will fail with a ClientException from the swiftclient/client.py. The name of the file that Swift is trying to retrieve is test%2520123 and a 404 error is returned. I am using

[Yahoo-eng-team] [Bug 1401721] [NEW] Update role using LDAP backend with same name fails

2014-12-11 Thread Brant Knudson
Public bug reported: When the keystone server is configured to use the LDAP backend for assignments and a role is updated to have the same name the operation fails saying that you can't create a role because another role with the same name already exists. The keystone server should just

[Yahoo-eng-team] [Bug 1401602] Re: db test directories missing after a recent commit

2014-12-11 Thread Kevin Benton
This is expected. The services were split from the main neutron repo. See https://github.com/openstack/neutron/commit/e55e71524f7431f3947f994e8552aab047e5b0cb ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1257683] Re: vmware VC driver doesn't attach swap storage

2014-12-11 Thread Thang Pham
This was fixed with the following patch - https://review.openstack.org/#/c/109432/. ** Changed in: nova Status: Confirmed = Fix Released ** Changed in: nova Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1401728] [NEW] Routing updates lost when multiple IPs attached to router

2014-12-11 Thread Sean M. Collins
Public bug reported: When attempting to run dual stacked networking at the gate (https://review.openstack.org/#/c/140128/), IPv4 networking breaks, with Tempest scenarios reporting no route to host errors for the floating IPs that tempest attempts to SSH into. The following errors are reported

[Yahoo-eng-team] [Bug 1401751] [NEW] updating ipv6 allocation pool start ip address made neutron-server hang

2014-12-11 Thread Jerry Zhao
Public bug reported: neutron subnet-update --allocation-pool start=2001:470:1f0e:cb4::20,end=2001:470:1f0e:cb4::::fffe ipv6 Dec 12 04:21:14 ci-overcloud-controller0-fm6zhh6u6uwd neutron-server: 2014-12-12 04:21:14.024 21692 DEBUG neutron.api.v2.base

[Yahoo-eng-team] [Bug 1401773] [NEW] Non admin user cannot see port that he create in public network

2014-12-11 Thread Evgeny
Public bug reported: When non admin user create router and set router as external gateway (via API or Horizon UI), in public network created port. It's really strange that user cannot see this port although he is creator of it. ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1401778] [NEW] 500 error returned while uploading image using multi filesystem store and 'filesystem_store_metadata_file' option enabled

2014-12-11 Thread Abhijeet Malawade
Public bug reported: When we try to upload image with multi filesystem store enabled and 'filesystem_store_metadata_file' (containing list of all directories configured for multi filesystem store) is provided then glance throws 'HTTPInternalServerError (HTTP 500)' error. - Glance

[Yahoo-eng-team] [Bug 1401779] [NEW] systemctl start neutron-ovs-cleanup' returned 6: Failed to issue method call: Unit neutron-ovs-cleanup.service failed to load: No such file or directory

2014-12-11 Thread meizhifang
Public bug reported: After I uninstall neutron and reinstall openstack with packstack,a failure occured :systemctl start neutron-ovs-cleanup' returned 6: Failed to issue method call: Unit neutron-ovs-cleanup.service failed to load: No such file or directory. The reason is that uninstalling