[Yahoo-eng-team] [Bug 1266986] [NEW] Fix typo in gridfs store

2014-01-07 Thread Aswad Rangnekar
Public bug reported: Referring commit 61a715e17e8d6e6dbe60d35447c70fba990bd2e9 https://github.com/openstack/glance/blob/master/glance/store/gridfs.py#L99 Fix typo: msg = ("Missing dependecies: pymongo") It should be, msg = ("Missing dependencies: pymongo") ** Affects: glance Importance: Un

[Yahoo-eng-team] [Bug 1266983] [NEW] Grizzly 2013.1.4 's NOVA Waste PublicIP

2014-01-07 Thread bo yuan
Public bug reported: 192.168.0.0/24 is Manage IP 172.168.149.0/24 is Public IP 172.5.5.0/24 is VM Fix IP 1.We boot a VM only link to private network without public network, [root@controllernode ~(wuxi_it)]$ nova list +--+--++--

[Yahoo-eng-team] [Bug 1266974] [NEW] nova work with glance SSL

2014-01-07 Thread Liping Mao
Public bug reported: My environment is : Nova api --https--> haproxy(SSL proxy)http> Glance api1 |--http> Glance api2 I use centos + rdo rpm package(havana), my haproxy is 1.5_dev21. It can work well if I config in nova.conf as following: glance

[Yahoo-eng-team] [Bug 1266962] Re: Remove set_time_override in timeutils

2014-01-07 Thread John Griffith
I'm not crazy about this approach of making changes throughout the project; updating all of the projects and then removing the wrapper in oslo, then updating the libs in all of the projects again is really something that should not be a top priority. I do however think that the usage should be all

[Yahoo-eng-team] [Bug 1266962] [NEW] Remove set_time_override in timeutils

2014-01-07 Thread Zhongyue Luo
Public bug reported: set_time_override was written as a helper function to mock utcnow in unittests. However we now use mock or fixture to mock our objects so set_time_override has become obsolete. We should first remove all usage of set_time_override from downstream projects before deleting it

[Yahoo-eng-team] [Bug 1266960] [NEW] InstanceIsLocked Exception didn't raise

2014-01-07 Thread Jay Lee
Public bug reported: When VM is locked by nova, VM API should not execute. There are so many api that cannot be executed when vm is locked. But When API is tried, nova raise inappropriate InstanceInvalidSate exception instead of InstanceIsLocked exception. example) $ nova reboot 9b4a0687-d1f5-

[Yahoo-eng-team] [Bug 1266827] Re: Instances fail to boot with error: /var/run/openvswitch/db.sock: connection attempt failed

2014-01-07 Thread Davanum Srinivas (DIMS)
this is either a f19 issue or a openvswitch issue as we don't set/use/maintain the unix:/var/run/openvswitch/db.sock parameter anywhere in the nova code base and hence have no "cleanup" code for clearing up that file. ** Changed in: nova Status: New => Invalid -- You received this bug not

[Yahoo-eng-team] [Bug 1266954] [NEW] tempest failure: test_list_agent failes with MismatchError

2014-01-07 Thread Itsuro Oda
Public bug reported: Jenkins job 'check-tempest-dsvm-neutron-pg-isolated' failed when I posted a fix. (see. http://logs.openstack.org/34/65034/1/check/check-tempest-dsvm-neutron-pg-isolated/d3e37ea ) Failed test is as follows: --- FAIL: tempest.api.network.admin.test_agent_management.AgentMan

[Yahoo-eng-team] [Bug 1266926] [NEW] log files should reveal source of the request

2014-01-07 Thread Adam Young
Public bug reported: Created attachment 713099 [details] token logs Description of problem: Keystone log files should reveal the source of the token (ip address). I create a mis-configuration where i had two different setups (A & B ) by mistake i configure keystone quantum end-point in setup A

[Yahoo-eng-team] [Bug 1266916] Re: Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Dup'd https://bugs.launchpad.net/nova/+bug/1266919 ** 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 (nova). https://bugs.launchpad.net/bugs/1266916 Title: Missi

[Yahoo-eng-team] [Bug 1266917] Re: Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Dup'd https://bugs.launchpad.net/nova/+bug/1266919 ** 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 (nova). https://bugs.launchpad.net/bugs/1266917 Title: Missi

[Yahoo-eng-team] [Bug 1266918] Re: Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Dup'd https://bugs.launchpad.net/nova/+bug/1266919 ** 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 (nova). https://bugs.launchpad.net/bugs/1266918 Title: Missi

[Yahoo-eng-team] [Bug 1266921] [NEW] Log entry when a regular user does "keystone user-list" is not helpfu

2014-01-07 Thread Adam Young
Public bug reported: "keystone user-list" is an admin only command. When a regular user tries to execute it, you get a helpful response at the command line: [root@rhel ~(keystone_username)]# keystone user-list You are not authorized to perform the requested action: admin_required (HTTP 403) Ho

[Yahoo-eng-team] [Bug 1266917] [NEW] Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Public bug reported: If you're trying to delete an instance which is out-of-sync such that it's missing a InstanceInfoCache entry, you'll will receive a traceback: http://paste.openstack.org/show/60685/ Delete in this case should be allowed so that you can cleanup these 'broken' instances. The s

[Yahoo-eng-team] [Bug 1266918] [NEW] Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Public bug reported: If you're trying to delete an instance which is out-of-sync such that it's missing a InstanceInfoCache entry, you'll will receive a traceback: http://paste.openstack.org/show/60685/ Delete in this case should be allowed so that you can cleanup these 'broken' instances. The s

[Yahoo-eng-team] [Bug 1266916] [NEW] Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Public bug reported: If you're trying to delete an instance which is out-of-sync such that it's missing a InstanceInfoCache entry, you'll will receive a traceback: http://paste.openstack.org/show/60685/ Delete in this case should be allowed so that you can cleanup these 'broken' instances. The s

[Yahoo-eng-team] [Bug 1266919] [NEW] Missing InstanceInfoCache entry prevents delete

2014-01-07 Thread Rick Harris
Public bug reported: If you're trying to delete an instance which is out-of-sync such that it's missing a InstanceInfoCache entry, you'll will receive a traceback: http://paste.openstack.org/show/60685/ Delete in this case should be allowed so that you can cleanup these 'broken' instances. The s

[Yahoo-eng-team] [Bug 1266906] [NEW] Volume type defaults remain in Defaults tab even after volume type is removed

2014-01-07 Thread Vahid Hashemian
Public bug reported: After creating a volume type 'abc' a number of default quotas are added to the Default tab's quota table: - Volumes Abc - Snapshots Abc - Gigabytes Abc I expected these defaults to be removed from the table once I remove the volume type. However, after removing the volume ty

[Yahoo-eng-team] [Bug 1266892] [NEW] Keystone v3 doesn't handle incorrect user ID on request to list its roles

2014-01-07 Thread Dmitriy Kruglov
Public bug reported: When an invalid user ID is given on issuing the API request to list roles for a user in a project, no appropriate handling is performed. It is expected to receive back the 404 'resource not found' status code (and it is correctly returned for other cases such as requesting

[Yahoo-eng-team] [Bug 1266875] [NEW] First spawn of docker image starts with "sh" command instead of image CMD

2014-01-07 Thread Roman Rader
Public bug reported: Hello On spawning instance firstly after uploading image to registry, docker container runs with command "sh", instead of command, written in image. Next spawns work as expected. ** Affects: nova Importance: Undecided Assignee: Roman Rader (antigluk) Stat

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

2014-01-07 Thread Doug Hellmann
** Changed in: oslo Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1255876 Title: need to ignore swap files from getting into repository Status i

[Yahoo-eng-team] [Bug 1266711] Re: AttributeError: virConnect instance has no attribute 'registerCloseCallback'

2014-01-07 Thread Jeremy Stanley
The trigger for this was an inadvertent upgrade to libvirt 1.11 on all the slaves. When we determined that http://git.openstack.org/cgit /openstack-infra/config/commit/?id=bdcc115 was broken and reverted it with http://git.openstack.org/cgit/openstack- infra/config/commit/?id=f7b9581 (back in late

[Yahoo-eng-team] [Bug 1266510] Re: Misspelled config file name in ec2api_modwsgi.py

2014-01-07 Thread Justin Shepherd
@ mark-m-miller: Filed this at https://github.com/rcbops/chef- cookbooks/issues/754 as it is a issue with our cookbooks not nova. ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

[Yahoo-eng-team] [Bug 1266827] [NEW] Instances fail to boot with error: /var/run/openvswitch/db.sock: connection attempt failed

2014-01-07 Thread shilpa
Public bug reported: Tested on RHEL6.5 with havana release openstack-nova-compute-2013.2.1-1.el6.noarch. Installed openstack via packstack allinone. Have not configured neutron for external access. Using the default network. Steps to reproduce: 1. Create a f19 glance image. 2. Boot an instan

[Yahoo-eng-team] [Bug 1266825] [NEW] checking the "Name" in instances will not select all instances

2014-01-07 Thread Dafna Ron
Public bug reported: If I select the "Name" check box in the instances view it only checks that check box and does not select all the instances This is on the RDO ice-house packages: python-django-horizon-2014.1-0.1b1.el6.noarch ** Affects: horizon Importance: Undecided Status: Ne

[Yahoo-eng-team] [Bug 1266711] Re: AttributeError: virConnect instance has no attribute 'registerCloseCallback'

2014-01-07 Thread Jeremy Stanley
** Also affects: openstack-ci Importance: Undecided Status: New ** Changed in: openstack-ci Status: New => In Progress ** Changed in: openstack-ci Importance: Undecided => Critical ** Changed in: openstack-ci Assignee: (unassigned) => Jeremy Stanley (fungi) ** Changed i

[Yahoo-eng-team] [Bug 1266812] [NEW] Keystone spamming log with deprecation warnings

2014-01-07 Thread Adam Young
Public bug reported: ONce the startup finishes, the log is currently filled with line after line of 2014-01-07 16:55:04.871 29654 WARNING keystone.common.utils [-] Deprecated: v2 API is deprecated as of Icehouse in favor of v3 API and may be removed in K. ** Affects: keystone Importance: Un

[Yahoo-eng-team] [Bug 1266794] [NEW] Neutron install fails on Windows

2014-01-07 Thread Alessandro Pilotti
Public bug reported: "python setup.py install" fails on Windows due to this patch: https://review.openstack.org/#/c/64747/ with the following error: "setup.py install" now fails on Windows due to this patch with the following error: error: can't copy 'etc\neutron\plugins\nicira\nvp.ini': doesn

[Yahoo-eng-team] [Bug 1266792] [NEW] test_create_list_show_delete_interfaces fails with InterfaceAttachFailed in tempest-dsvm-neutron

2014-01-07 Thread Matt Riedemann
Public bug reported: I couldn't find obvious existing bugs with the same failures so reporting a new one. This is a nova compute test that fails but it's failing because neutron isn't serving a port for the instance. The nova compute errors are pretty obvious but doesn't give a good reason why i

[Yahoo-eng-team] [Bug 1266780] [NEW] DHCP server crashes on networks where IPv6 addresses were supplied unshortened

2014-01-07 Thread Josie H
Public bug reported: Added a subnet as shown below. neutron subnet-create HA1 fd5f:5d21:845:1e3c::/64 --name HA1SubnetIPv6 --no-gateway --host-route destination=::/0,nexthop=fd5f:5d21:845:1e3c::2 --allocation-pool start=fd5f:5d21:0845:1e3c:ff00::0042:0100,end=fd5f:5d21:0845:1e3c:ff00::004

[Yahoo-eng-team] [Bug 1266760] [NEW] Project Member tab is broken

2014-01-07 Thread Tiago Everton Ferraz Martins
Public bug reported: The lack of pagination reduces the user experience and can lead to error when managing a project with many users ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, wh

[Yahoo-eng-team] [Bug 1266740] [NEW] tempest test_aggregate_add_host_create_server_with_az fails with "server failed to build and is ERROR status"

2014-01-07 Thread Jay Lau
Public bug reported: 2014-01-07 04:25:45.882 | Traceback (most recent call last): 2014-01-07 04:25:45.883 | File "tempest/api/compute/v3/admin/test_aggregates.py", line 212, in test_aggregate_add_host_create_server_with_az 2014-01-07 04:25:45.883 | wait_until='ACTIVE') 2014-01-07 04:25:45.

[Yahoo-eng-team] [Bug 1266711] [NEW] AttributeError: virConnect instance has no attribute 'registerCloseCallback'

2014-01-07 Thread sahid
Public bug reported: During Jenkins tests I got this error two times with a different patchset ft1.8205: nova.tests.virt.libvirt.test_libvirt.LibvirtNonblockingTestCase.test_connection_to_primitive_StringException: Empty attachments: stderr stdout pythonlogging:'': {{{WARNING [nova.virt.li

[Yahoo-eng-team] [Bug 1266676] [NEW] replace deprecated code for django-1.7

2014-01-07 Thread Matthias Runge
Public bug reported: 1.7 See the Django 1.5 release notes for more details on these changes. The module django.utils.simplejson will be removed. The standard library provides json which should be used instead. The function django.utils.itercompat.product will be removed. The Python bui

[Yahoo-eng-team] [Bug 1266671] [NEW] nova's development.environment.rst has inadequate description of tools/install_venv.py

2014-01-07 Thread Mike Spreitzer
Public bug reported: nova/doc/source/devref/development.environment.rst has a section that discusses tools/install_venv.py; that section says this script installs the dependencies in requirements.txt but does not clearly say that the dependencies in test-requirements are also installed. ** Affe