[Yahoo-eng-team] [Bug 1406465] [NEW] shelved image remained when delete shelved instance

2014-12-29 Thread Eric Xie
Public bug reported: Shelve-offload one instance with one attached volume. There was a bug(https://bugs.launchpad.net/nova/+bug/1406440). The unshelve op would be failed. Then delete the instance, but shelved image remaind that should be deleted. #nova image-list | 52fc907d-838f-4409-8ba4-0ff34

[Yahoo-eng-team] [Bug 1406460] [NEW] anti-affinity property broken when instance unshelve

2014-12-29 Thread Eric Xie
Public bug reported: The instance can not be scheduled by anti-affinity property while unshelving. reproduce: 1. create one server-group, use policy anti-affinity; nova server-group-create --policy anti-affinity server-group-test-anti 2. boot two instances with the server-group; nova boot --flavo

[Yahoo-eng-team] [Bug 1406441] [NEW] A progress bar showed but shelve-offload finished

2014-12-29 Thread Eric Xie
Public bug reported: Instance shelve-offload finished successfully, but a progress bar still existed in "status" of instance. reproduce: 1. create one instance; 2. shelve, shelve-offload the instance; 3. check the instance page of project on dashboard. ** Affects: horizon Importance: Undeci

[Yahoo-eng-team] [Bug 1406440] [NEW] unshelve failed when instance attached volume

2014-12-29 Thread Eric Xie
Public bug reported: unshelved instance failed when the instance attached one volume. reproduce: 1. instance boot from image; 2. create 1GB volume in lvm, use local storage; 3. attach volume to instance; 4. shelve instance, then unshelve instance detail logs: 2014-12-30 08:43:17.401 8797 ERROR

[Yahoo-eng-team] [Bug 1406438] [NEW] Failures in test_create_list_show_delete_interfaces

2014-12-29 Thread David Kranz
Public bug reported: logstash showed several dozen examples of this in the last week, searching for "u'port_state': u'BUILD'" tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces[gate,network,smoke] 2014-12-29 23:02:14.022 | --

[Yahoo-eng-team] [Bug 1405721] Re: test cases need cover new pattern of token provider configuration

2014-12-29 Thread Dave Chen
This perhaps is not a bug, the testcase is just trying to verify the override case. ** Changed in: keystone Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1406436] [NEW] ipv6 subnet address mode should not only check "ipv6_address_mode" but also ipv6_ra_mode

2014-12-29 Thread Wei Hu
Public bug reported: Create an IPv6 subnet with ipv6-ra-mode is slaac or stateless, and ipv6 -address-mode to none. Neutron will also allocate an stateful address to instance, which is not the instance actually get. [root@node1 ~]# neutron subnet-show 5a2c86de-35f7-4d50-b490-9cf5f4edbe99 +--

[Yahoo-eng-team] [Bug 1406430] [NEW] Scroll bar missing on Project Membership page

2014-12-29 Thread Lin Hua Cheng
Public bug reported: we lost the scroll bars on project membership with this change: https://github.com/openstack/horizon/commit/4e9b5c2daadcaecd48554e3298983961e648e26e ** Affects: horizon Importance: Undecided Assignee: Lin Hua Cheng (lin-hua-cheng) Status: New ** Changed in

[Yahoo-eng-team] [Bug 1406431] [NEW] neutron port security-group not properly updated on nova interface-attach

2014-12-29 Thread Siva Kollipara
Public bug reported: With the reference implementation, there exists a problem when using 'nova-interface-attach' using 'net-id' parameter. The neutron port created for this operation does not inherit the instance's security- groups, but instead uses just the 'default' security-group. Steps to re

[Yahoo-eng-team] [Bug 1194109] Re: View projects that a user is member of

2014-12-29 Thread Yash Bathia
** Changed in: horizon Status: In Progress => 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/1194109 Title: View projects that a user is member

[Yahoo-eng-team] [Bug 1406393] [NEW] Doc string info on exceptions incorrect for a number of assignment driver methods

2014-12-29 Thread Henry Nash
Public bug reported: In a number of the doc strings for the assignment driver methods we till list UserNotFound and GroupNotFound as possible exceptions - even though we stopped checking for existence of the user/group in the driver methods a long time ago. Examples are get_grant, list_grants. *

[Yahoo-eng-team] [Bug 1405626] Re: check-tempest-dsvm-ironic-pxe_ssh is failing

2014-12-29 Thread Adam Gandelman
** Also affects: grenade 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/1405626 Title: check-tempest-dsvm-ironic-pxe_ssh is f

[Yahoo-eng-team] [Bug 1406333] [NEW] LOG messages localized, shouldn't be

2014-12-29 Thread David Lyle
Public bug reported: LOG messages should not be localized. There are a few places they are. These instances should be removed. ** Affects: horizon Importance: Low Assignee: David Lyle (david-lyle) Status: New -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1405626] Re: check-tempest-dsvm-ironic-pxe_ssh is failing

2014-12-29 Thread Davanum Srinivas (DIMS)
** 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/1405626 Title: check-tempest-dsvm-ironic-pxe_ssh is failing Status in d

[Yahoo-eng-team] [Bug 1406329] [NEW] allowed checks on several panels are not protected by try

2014-12-29 Thread David Lyle
Public bug reported: The VPN, Firewall and Loadbalancers panels all have checks to see if the appropriate service is enabled. This call requires a neutron API call that is not protected in a try/except block. If there is a problem with the neutron service, the user encounters the 500 page and is u

[Yahoo-eng-team] [Bug 1406320] [NEW] Template for openrc file mentions Compute 1.1 API which confuses users

2014-12-29 Thread Anne Gentle
Public bug reported: Users looking at the openrc file for help with auth are confused by this note: NOTE: Using the 2.0 auth api does not mean that compute api is 2.0. We will use the 1.1 compute api export OS_AUTH_URL=http://MYIP:5000/v2.0 Example at https://github.com/pkgcloud/pkgcloud/issues

[Yahoo-eng-team] [Bug 1405626] Re: check-tempest-dsvm-ironic-pxe_ssh is failing

2014-12-29 Thread OpenStack Infra
Reviewed: https://review.openstack.org/144216 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=130efefe6c8e8750504152742bd82961f18c8a02 Submitter: Jenkins Branch:master commit 130efefe6c8e8750504152742bd82961f18c8a02 Author: Adam Gandelman Date: Sat Dec 27 14:01

[Yahoo-eng-team] [Bug 1406315] [NEW] multiple non-working migrations

2014-12-29 Thread Boris Bobrov
Public bug reported: bug #1405673 was one of them. bug #1406314 contains a list of migrations tests, which should be fixed. ** Affects: keystone Importance: Undecided Assignee: Boris Bobrov (bbobrov) Status: New ** Changed in: keystone Assignee: (unassigned) => Boris Bobr

[Yahoo-eng-team] [Bug 1406314] [NEW] db migration tests falsely succeed

2014-12-29 Thread Boris Bobrov
Public bug reported: Some db migration tests succeed, while the same migrations, applied by db_sync fail. A good example of this is bug #1405673: migration 44 seems to be tested, but failes when applied in real life. To illustrate the issue, http://paste.openstack.org/show/155081/ can be applied.

[Yahoo-eng-team] [Bug 1380787] Re: remove XML support

2014-12-29 Thread Oleg Bondarev
@Ihar, I'm not sure what's the point of supporting XML in client while it's not supported by server. I think the bug should affect client as well. ** Also affects: python-neutronclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Y

[Yahoo-eng-team] [Bug 1406275] [NEW] horizon.modals.js evaluation fails with Cannot read property 'loadAngular' of undefined

2014-12-29 Thread Timur Sufiev
Public bug reported: Further analysis shows that though horizon.js where the assignment `horizon.utils = hzUtils` is made is loaded before the horizon.modals.js, due to the assignment being deferred, it's actually happens after horizon.modals.js is evaluated. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1406260] Re: The image has active status immediately after Glance CLI command 'glance image-create' with --location URL

2014-12-29 Thread Timur Nurlygayanov
** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1406260 Title: The image has active status immediately after Glance CLI command 'glance image-create' with --

[Yahoo-eng-team] [Bug 1406260] Re: The image has active status immediately after Glance CLI command 'glance image-create' with --location URL

2014-12-29 Thread Viktor Ryzhenkin
** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1406260 Title: The image has active status immediately after Glance CLI command 'glanc

[Yahoo-eng-team] [Bug 1406260] Re: The image has active status immediately after Glance CLI command 'glance image-create' with --location URL

2014-12-29 Thread Alexander Tivelkov
** Changed in: mos Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1406260 Title: The image has active status immediately after Glance CLI command 'gl

[Yahoo-eng-team] [Bug 1406260] Re: The image has active status immediately after Glance CLI command 'glance image-create' with --location URL

2014-12-29 Thread Timur Nurlygayanov
** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1406260 Title: The image has active status immediately after Glance CLI

[Yahoo-eng-team] [Bug 1406253] [NEW] Updating default security group from non-admin user should raise error

2014-12-29 Thread Abhishek Talwar
Public bug reported: Trying to update default security group from a non-admin user should raise an error but the operation succeeds normally. The code should be updated so that it raise a conflict while updating default security group from a non-admin user. Steps to replicate (Running commands fr

[Yahoo-eng-team] [Bug 1406235] [NEW] Metadef property API doesn't include readonly flag

2014-12-29 Thread Kamil Rykowski
Public bug reported: Spec: https://review.openstack.org/#/c/98554/14/specs/juno/metadata- schema-catalog.rst According to metadata definition spec, properties can include readonly flag (field), but in current implementation this information is not returned by the API v2. Example seed which defin

[Yahoo-eng-team] [Bug 1406209] [NEW] not removing router original gateway port with distributed mode when updating router external network

2014-12-29 Thread Xurong Yang
Public bug reported: with distributed mode, i want to update the external network, new gateway port can be created and added, but the original gateway port still remains and not be cleared. ** Affects: neutron Importance: Undecided Assignee: Xurong Yang (idopra) Status: New **

[Yahoo-eng-team] [Bug 1406206] [NEW] loadbalancers panel, vpn and firewalls are not completely disabled

2014-12-29 Thread LIU Yulong
Public bug reported: loadbalancers panel, vpn and firewalls are not completely disabled Neutron does not enable the vpn, load balance and firewall services. The related horizon panels can still be accessed by directly input url, http://ip.xxx.xxx.xxx/horizon/project/firewalls/ http://ip.xxx.xxx