[Yahoo-eng-team] [Bug 1296282] [NEW] Incorrect nullable parameter in models

2014-03-23 Thread Ann Kamyshnikova
Public bug reported: In some models value of 'nullable' parameter in columns is wrong. The following models are incorrect: NULL for PoolLoadbalancerAgentBinding agent_id NULL for NexusPortBinding switch_ip and instance_id NULL for LsnPort lsn_id NULL for NeutronNsxPortMapping nsx_port_id NULL

[Yahoo-eng-team] [Bug 1296333] [NEW] Keystone docs fail to build with SQLAlchemy 0.9

2014-03-23 Thread Brant Knudson
Public bug reported: When using SQLAlchemy 0.9, the docs fail to build. This is preventing Keystone from moving up to SQLAlchemy 0.9. There's a commit to update keystone's requirements to SQLAlchemy 0.9 which is failing the docs build: https://review.openstack.org/#/c/82231/ The log there

[Yahoo-eng-team] [Bug 1296337] [NEW] openstack.common needs to be synced and unused module should be removed

2014-03-23 Thread Akihiro Motoki
Public bug reported: Most modules in openstack_dashboard/openstack/common are out-of-date and need to be synced with latest oslo. The following modules are out-of-date. In addition, many modules are not used in OpenStack Dashboard. If I remember correctly, they were introduced because of

[Yahoo-eng-team] [Bug 1296348] [NEW] /v3/auth/tokens cannot be used for issuing unscoped tokens during federated authn

2014-03-23 Thread Marek Denis
Public bug reported: URL /v3/auth/tokens cannot be used when issuing unscoped federated tokens, as such URL must be configured as protected in the mod_shib configuration. Thus, a dedicated URL must be able to run federated authentication. Also, as usually during federated authentication initial

[Yahoo-eng-team] [Bug 1210330] Re: Switch components to testr

2014-03-23 Thread Joshua Harlow
** Changed in: anvil Status: Fix Committed = Fix Released ** Changed in: anvil/havana Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil.

[Yahoo-eng-team] [Bug 1255872] Re: Write verbose log to a file

2014-03-23 Thread Joshua Harlow
** Changed in: anvil Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1255872 Title: Write verbose log to a file Status in ANVIL for forging

[Yahoo-eng-team] [Bug 1296356] [NEW] attached volume link in instance detail points to volume snapshot detail

2014-03-23 Thread Akihiro Motoki
Public bug reported: When a volume is attached to an instance, instance detail page has a link to volume detail but the link points to volume snapshot and it leads to Unable to retrieve snapshot detail error. instance detail template _detail_overview.html needs to be updated to volume detail:

[Yahoo-eng-team] [Bug 1296397] [NEW] It is confusing horizon:project:volumes:detail refers to volume snapshot

2014-03-23 Thread Akihiro Motoki
Public bug reported: Related to bug 1296356, It is confusing that horizon:project:volumes:detail refers to a volume snapshot. It is better volume snapshot codes are placed in snapshots directory. ** Affects: horizon Importance: Low Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1296398] [NEW] It is confusing horizon:project:volumes:detail refers to volume snapshot

2014-03-23 Thread Akihiro Motoki
Public bug reported: Related to bug 1296356, It is confusing that horizon:project:volumes:detail refers to a volume snapshot. It is better volume snapshot codes are placed in snapshots directory. ** Affects: horizon Importance: Low Assignee: Akihiro Motoki (amotoki) Status: In

[Yahoo-eng-team] [Bug 1296348] Re: /v3/auth/tokens cannot be used for issuing unscoped tokens during federated authn

2014-03-23 Thread Dolph Mathews
** Changed in: keystone Milestone: None = icehouse-rc1 ** 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.

[Yahoo-eng-team] [Bug 1296414] [NEW] quotas not updated when periodic tasks or startup finish deletes

2014-03-23 Thread Chris Behrens
Public bug reported: There are a couple of cases in the compute manager where we don't pass reservations to _delete_instance(). For example, one of them is cleaning up when we see a delete that is stuck in DELETING. The only place we ever update quotas as part of delete should be when the

[Yahoo-eng-team] [Bug 1296419] [NEW] It is better to warn when trying to delete a pool with members

2014-03-23 Thread Akihiro Motoki
Public bug reported: Regarding the discussion in bug 1242338, there is a suggestion that it is better to check if VIP has members is being deleted. From UX perspective, it is better to be warned when a user try to delete a VIP with members. ** Affects: horizon Importance: Wishlist

[Yahoo-eng-team] [Bug 1293631] Re: when delete a dead VM the status of attached cinder volume is not updated

2014-03-23 Thread Akihiro Motoki
Horizon just fetches a volume status from Cinder. It should be addressed in Cinder side. ** Also affects: cinder Importance: Undecided Status: New ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1242338] Re: Trying to remove a load balancer pool (which contains members) via horizon ends with error

2014-03-23 Thread Akihiro Motoki
The point related to UX perspective (is it reasonable to allow deleting a VIP with members) is filed as bug 1296419. I confirmed Horizon does not return Internal server error even when deleting a VIP with members and the VIP is successfully deleted. I mark this bug Invalid in Horizon. ** Changed

[Yahoo-eng-team] [Bug 1296430] [NEW] Improve error message when attempting to delete a host agreggate that has hosts

2014-03-23 Thread Esperanza Romero
Public bug reported: When you attempt to delete a host aggregate that has associated hosts you get a generic and confusing error message saying: Error: Unable to delete host aggregate: host aggregate name This error should be more specific and tell the user that the action cannot be completed

[Yahoo-eng-team] [Bug 1296429] [NEW] default of OPENSTACK_KEYSTONE_DEFAULT_ROLE still Member

2014-03-23 Thread Akihiro Motoki
Public bug reported: In bug 1264228 and https://review.openstack.org/#/c/64137/, the default value of OPENSTACK_KEYSTONE_DEFAULT_ROLE was changed from Member to _member_ which is the default config value in keystone. However, OPENSTACK_KEYSTONE_DEFAULT_ROLE in openstack_dashboard/settings.py is

[Yahoo-eng-team] [Bug 1292366] Re: UnboundLocalError: local variable 'network_name' in neutronv2/api.py, line 964

2014-03-23 Thread Akihiro Motoki
** Changed in: neutron Status: Fix Committed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1292366 Title: UnboundLocalError: local variable 'network_name' in

[Yahoo-eng-team] [Bug 1263766] Re: Hyper-V agent fails when ceilometer ACLs are already applied

2014-03-23 Thread Alessandro Pilotti
This bug has bee invalidated by patches that merged subsequently. ** Changed in: neutron Status: In Progress = Incomplete ** Changed in: neutron Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1296478] [NEW] Hyper-V's list_instances() returns an empty result set on certain localized versions of the OS

2014-03-23 Thread Alessandro Pilotti
Public bug reported: This issue is related to different values that MSVM_ComputerSystem's Caption property can have on different locales. ** Affects: nova Importance: Undecided Status: New ** Tags: hyper-v ** Tags added: hyper-v -- You received this bug notification because

[Yahoo-eng-team] [Bug 1296489] [NEW] should rollback quota if network delete action fails

2014-03-23 Thread jichencom
Public bug reported: when we call API with 'os_tenant_networks' to delete an existing network it might fail due to unexpected reason, we should rollback the quota we reserved eitherwise will face no quota later ** Affects: nova Importance: Undecided Assignee: jichencom (jichenjc)

[Yahoo-eng-team] [Bug 1296494] Re: gate failure: Neutron - Failed to notify nova on events

2014-03-23 Thread Clark Boylan
** Also affects: nova Importance: Undecided Status: New ** Also affects: neutron Importance: Undecided Status: New ** Changed in: openstack-ci Status: New = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1296502] [NEW] Needs passing the right project/user id to rollback methods in conductor.manager

2014-03-23 Thread Liyingjun
Public bug reported: The project/user id of the user is not passed to the quotas.rollback methods in conductor/manager.py if the instance is migrated by admin. See: http://git.openstack.org/cgit/openstack/nova/tree/nova/conductor/manager.py#n711

[Yahoo-eng-team] [Bug 1293631] Re: when delete a dead VM the status of attached cinder volume is not updated

2014-03-23 Thread John Griffith
There's no way currently for Cinder to know about this situation. It's actually a failure on Nova's part to clean up after itself when deleting a VM IMO. Also.. FYI there's a reset-state extension that you can/should use rather than manipulating the DB directly. ** Changed in: cinder

[Yahoo-eng-team] [Bug 1296519] [NEW] finish migration should handle exception to revert instance info

2014-03-23 Thread jichencom
Public bug reported: when instance resize, it will call finish_migration at last to create new instance and destroy old instance if driver layer has problem in create new instance, the instance will be set to 'ERROR' state we are able to use reset-state --active to reset the instance and use

[Yahoo-eng-team] [Bug 1296523] [NEW] NotImplementedError exception is not handled for get_dns_domains

2014-03-23 Thread Haiwei Xu
Public bug reported: When executing 'nova dns-domains', I got a 500 exception. $nova dns-domains 2014-03-24 23:21:30.815 ERROR nova.api.openstack [req-3dbd5f05-4be8-45c6-864e-daaaf0552042 admin demo] Caught error: 2014-03-24 23:21:30.815 TRACE nova.api.openstack Traceback (most recent call

[Yahoo-eng-team] [Bug 1296522] [NEW] NotImplementedError exception is not handled for get_dns_domains

2014-03-23 Thread Haiwei Xu
Public bug reported: When executing 'nova dns-domains', I got a 500 exception. $nova dns-domains 2014-03-24 23:21:30.815 ERROR nova.api.openstack [req-3dbd5f05-4be8-45c6-864e-daaaf0552042 admin demo] Caught error: 2014-03-24 23:21:30.815 TRACE nova.api.openstack Traceback (most recent call

[Yahoo-eng-team] [Bug 1296521] [NEW] NotImplementedError exception is not handled for get_dns_domains

2014-03-23 Thread Haiwei Xu
Public bug reported: When executing 'nova dns-domains', I got a 500 exception. $nova dns-domains 2014-03-24 23:21:30.815 ERROR nova.api.openstack [req-3dbd5f05-4be8-45c6-864e-daaaf0552042 admin demo] Caught error: 2014-03-24 23:21:30.815 TRACE nova.api.openstack Traceback (most recent call