[Yahoo-eng-team] [Bug 1362451] [NEW] ingore .idea folder in glance

2014-08-28 Thread ling-yun
Public bug reported: If we use JetBrains PyCharm as python develop tool, JetBrains PyCharm would automatically generate its config folder name .idea in the root dir of your python code. Many Code projects, such as nova and cinder, have ignore .idea folder. Project glance should also ignore .idea

[Yahoo-eng-team] [Bug 1362454] [NEW] ingore .idea folder in neutron

2014-08-28 Thread ling-yun
Public bug reported: If we use JetBrains PyCharm as python develop tool, JetBrains PyCharm would automatically generate its config folder name .idea in the root dir of your python code. Many Code projects, such as nova and cinder, have ignore .idea folder. Project neutron should also ignore .idea

[Yahoo-eng-team] [Bug 1362466] [NEW] iptables metering removes wrong labels on update

2014-08-28 Thread Angus Lees
Public bug reported: If a router is removed from the list passed to update_routers(), the iptables_driver removes the labels for the last(?) router passed, not the one removed. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1362471] [NEW] Can not delete flavor extraspec both for v2/v3 api

2014-08-28 Thread Alex Xu
Public bug reported: Reproduce as below: $ nova flavor-show 1 ++--+ | Property | Value| ++--+ | OS-FLV-DISABLED:disabled | False| |

[Yahoo-eng-team] [Bug 1362480] [NEW] Datacenter moid should be a value not a tuple

2014-08-28 Thread Yang Yu
Public bug reported: In edge_appliance_driver.py, there is a comma added when setting the datacenter moid, so the result is the value datacenter moid is changed to the tuple type, that is wrong. if datacenter_moid: edge['datacenterMoid'] = datacenter_moid, === Should remove the ',' return edge

[Yahoo-eng-team] [Bug 1326955] Re: v1 API GET on image member not implemented

2014-08-28 Thread Zhi Yan Liu
** Changed in: glance Status: New = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1326955 Title: v1 API GET on image member not implemented Status in OpenStack Image

[Yahoo-eng-team] [Bug 1362488] [NEW] nova api should have a option to override novncproxy_base_url which is a compute option

2014-08-28 Thread Ishant Tyagi
Public bug reported: novncproxy_base_url is the only option in my compute conf which points to controller public network. All other points to controller private ip. If the public IP address of controller changes, then I need to update all the host with this url. Nova compute is currently using

[Yahoo-eng-team] [Bug 1362513] [NEW] libvirt: connect_volume scans all LUNs, it will be very slow with a large number of volumes

2014-08-28 Thread Shen Wang
Public bug reported: Tested OpenStack version: IceHouse 2014.1, master branch still has this issue. Host version: CentOS 6, 2.6.32-431.el6.x86_64 I have done some work to test the performance of LUN scanning with multipath, use the way like what Nova dose. In my test, The host connected with

[Yahoo-eng-team] [Bug 1362488] Re: nova api should have a option to override novncproxy_base_url which is a compute option

2014-08-28 Thread Ishant Tyagi
** 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/1362488 Title: nova api should have a option to override

[Yahoo-eng-team] [Bug 1359035] Re: Unable to feel significance of nova net-create

2014-08-28 Thread Ghanshyam Mann
Confirmed that nova net-create neutron net-create create network successfully when nova-network neutron is enabled respectively. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1362528] [NEW] cirros starts with file system in read only mode

2014-08-28 Thread Salvatore Orlando
Public bug reported: Query:

[Yahoo-eng-team] [Bug 1359140] Re: NotImplementedError during nova network-create

2014-08-28 Thread Ghanshyam Mann
Confirmed that nova net-create neutron net-create create network successfully when nova-network neutron is enabled respectively. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1362557] [NEW] Performance of list_projects_for_user impacting keystone

2014-08-28 Thread Henry Nash
Public bug reported: The assignment call list_projects_for_user() is commonly used - not least every time you issue a scoped token. Ina test configuration, this method was consuming 36% of all keystone clock time. This call searches the assignments table (which has one row for every assignment)

[Yahoo-eng-team] [Bug 1362593] [NEW] str validators maybe need a default length limit

2014-08-28 Thread Wei Wang
Public bug reported: As the tiltle, our str validators though have max_length as a param, but the default is None. So when a very long str input, we'll get a internal server error which very ugly. ** Affects: neutron Importance: Undecided Assignee: Wei Wang (damon-devops)

[Yahoo-eng-team] [Bug 1362596] [NEW] API Test Failure: tempest.api.compute.servers.test_server_actions.[ServerActionsTestJSON, ServerActionsTestXML]

2014-08-28 Thread Kyle Mestery
Public bug reported: See here: http://logs.openstack.org/99/115799/7/gate/gate-tempest-dsvm- neutron-pg/6394ec4/console.html 2014-08-28 09:30:46.102 | == 2014-08-28 09:30:46.103 | Failed 2 tests - output below: 2014-08-28 09:30:46.103 | ==

[Yahoo-eng-team] [Bug 1362595] [NEW] move_vhds_into_sr - invalid cookie

2014-08-28 Thread Bob Ball
Public bug reported: When moving VHDs on the filesystem a coalesce may be in progress. The result of this is that the VHD file is not valid when it is copied as it is being actively changed - and the VHD cookie is invalid. Seen in XenServer CI: http://dd6b71949550285df7dc-

[Yahoo-eng-team] [Bug 1356519] Re: purge-props does not honor property protections

2014-08-28 Thread Michael Turek
I realized I had been not been assigning the proper role to my user. The feature appears to be working properly. Updated bug status to 'Invalid'. ** Changed in: glance Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1362618] [NEW] Old confusing policies in policy.json

2014-08-28 Thread Salvatore Orlando
Public bug reported: The following policies have not been used since grizzly: subnets:private:read: rule:admin_or_owner, subnets:private:write: rule:admin_or_owner, subnets:shared:read: rule:regular_user, subnets:shared:write: rule:admin_only, keeping them confuses users and leads to think this

[Yahoo-eng-team] [Bug 1362623] [NEW] Check for the max personality files fails

2014-08-28 Thread b.sudhakoushik
Public bug reported: I tried to create a nova server injecting 7 files, when i checked the max number of files allowed for that Tenant through nova absolute- limits is 6. Ideally i guess it should throw an error saying the limit got exceeded nova --version 2.18.1.32 steps i followed 1) nova

[Yahoo-eng-team] [Bug 1362630] [NEW] keystone catalog command line fails with 'NoneType' object has no attribute 'has_service_catalog'

2014-08-28 Thread Игор Миловановић
Public bug reported: I am running keystone on icehouse, and client version 0.7.1 I source admin rc file with OS_SERVICE_TOKEN and OS_SERVICE_ENDPOINT and run: $ keystone catalog This fails with: 'NoneType' object has no attribute 'has_service_catalog' If I unset OS_SERVICE_TOKEN and

[Yahoo-eng-team] [Bug 1362676] [NEW] Hyper-V agent doesn't create stateful security group rules

2014-08-28 Thread Claudiu Belu
Public bug reported: Hyper-V agent does not create stateful security group rules (ACLs), meaning it doesn't allow any response traffic to pass through. For example, the following security group rule: {direction: ingress, remote_ip_prefix: null, protocol: tcp, port_range_max: 22,

[Yahoo-eng-team] [Bug 1362678] [NEW] multi-domain has problems with LDAP identity on default domain

2014-08-28 Thread Marcus Klein
Public bug reported: What I try to achieve: I want to authenticate all users of the default domain against our company's central LDAP server. This works pretty good. For Heat I need a user storage that is writable. Our central LDAP server can not be written from OpenStack. Therefore I

[Yahoo-eng-team] [Bug 1362699] [NEW] amd64 is not a valid arch

2014-08-28 Thread Jim Rollenhagen
Public bug reported: 'amd64' is not in the list of valid architectures, this should be canonicalized to 'x86_64'. ** Affects: nova Importance: Undecided Assignee: Jim Rollenhagen (jim-rollenhagen) Status: In Progress -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1362704] [NEW] Volume Type Extra Specs needs modal dialog

2014-08-28 Thread Richard Hagarty
Public bug reported: Currently, when a user wants to create an Extra Spec, the panel changes to show 2 input fields - key and value. This deviates from other like Horizon panels where the new fields are presented in a modal dialog. Actually, I think this is what was intended because if you look

[Yahoo-eng-team] [Bug 1362672] Re: Volume stuck in deleting state cannot be deleted.

2014-08-28 Thread Clark Boylan
I have removed openstack-ci from the bug as this appears to be an interaction with nova and cinder (which I have added to the bug). ** Also affects: nova Importance: Undecided Status: New ** Also affects: cinder Importance: Undecided Status: New ** No longer affects:

[Yahoo-eng-team] [Bug 1319023] Re: TestDashboardBasicOps.test_basic_scenario fails with HTTP Error 500: INTERNAL SERVER ERROR

2014-08-28 Thread Brant Knudson
** Also affects: horizon Importance: Undecided Status: New -- 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/1319023 Title:

[Yahoo-eng-team] [Bug 1362784] [NEW] Should remove duplicated get_port_from_device method in various plugins

2014-08-28 Thread Akihiro Motoki
Public bug reported: Various plugins have get_port_from_devices (or get_port_and_sgs) for Security Group server side RPC callback. However these methods are 99% same and only differences are: - == port_id vs .startswith(port_id), and - how to get port_id from the passed device (netdev name for

[Yahoo-eng-team] [Bug 1362799] [NEW] Hard reboot escalation regression

2014-08-28 Thread Johannes Erdfelt
Public bug reported: Nova used to allow a hard reboot when an instance is already being soft rebooted. However, with commit cc0be157d005c5588fe5db779fc30fefbf22b44d, this is no longer allowed. This is because two new task states were introduced, REBOOT_PENDING and REBOOT_STARTED (and

[Yahoo-eng-team] [Bug 1362842] [NEW] Can't re-attach volumes to instances

2014-08-28 Thread Jason Khabra
Public bug reported: When detaching a volume from an instance, and then re-attaching that same volume to that same instance nova fails to attach. Error: 2014-08-28 13:36:02.134 ERROR nova.virt.block_device [req-79e463d4-7e6d-4fce-8b04-e98de64d91a7 admin admin]

[Yahoo-eng-team] [Bug 1362847] [NEW] Spell Errors in Keystone core.py

2014-08-28 Thread Rishabh
Public bug reported: There are few spelling errors that I observed in the Keystone core.py. ** Affects: keystone Importance: Undecided Assignee: Rishabh (rishabja) Status: In Progress ** Changed in: keystone Assignee: (unassigned) = Rishabh (rishabja) ** Changed in:

[Yahoo-eng-team] [Bug 1362846] [NEW] stack parameters marked as hidden should use a password field

2014-08-28 Thread Miguel Grinberg
Public bug reported: In the launch stack form, any heat template parameters that are marked as hidden are presented as a regular input field, exactly the same as a normal string field. Given that hidden fields are marked as such due to their sensitive nature, it would be better to use a password

[Yahoo-eng-team] [Bug 1362850] [NEW] Filter button on Host Aggregates does not work

2014-08-28 Thread Mohan Seri
Public bug reported: Click on Filter Button on Host Aggregates page and notice the below error: (Since the Filter text box is an auto filter, we may need not require Filter button) TemplateSyntaxError at /admin/aggregates/ name Request Method: POST Request URL:

[Yahoo-eng-team] [Bug 1362854] [NEW] Incorrect regex on rootwrap for encrypted volumes ln creation

2014-08-28 Thread John Griffith
Public bug reported: While running Tempest tests against my device, the encryption tests consistently fail to attach. Turns out the problem is an attempt to create symbolic link for encryption process, however the rootwrap spec is restricted to targets with the default openstack.org iqn. Error

[Yahoo-eng-team] [Bug 1362863] [NEW] reply queues fill up with unacked messages

2014-08-28 Thread Sam Morrison
Public bug reported: Since upgrading to icehouse we consistently get reply_x queues filling up with unacked messages. To fix this I have to restart the service. This seems to happen when something is wrong for a short period of time and it doesn't clean up after itself. So far I've seen the

[Yahoo-eng-team] [Bug 1362908] [NEW] snat namespace remain on network node after the router is deleted

2014-08-28 Thread Stephen Ma
Public bug reported: On a controller node, with L3 agent mode of 'dvr_snat', the snat namespace remains on the node even after the router is deleted. This problem is reproduced on a 3 node setup with 2 compute nodes and one controller node setup using devstack. L3 agent mode on compute nodes is

[Yahoo-eng-team] [Bug 1362916] [NEW] _rescan_multipath construct wrong parameter for “multipath -r”

2014-08-28 Thread Shen Wang
Public bug reported: At https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume.py#L590, the purpose of self._run_multipath('-r', check_exit_code=[0, 1, 21]) is to setup a command to reconstruct multipath devices. But the result of it is multipath - r, not the right format

[Yahoo-eng-team] [Bug 1362929] [NEW] libvirt: KVM live migration failed due to VIR_DOMAIN_XML_MIGRATABLE flag

2014-08-28 Thread Qin Zhao
Public bug reported: OS version: RHEL 6.5 libvirt version: libvirt-0.10.2-29.el6_5.9.x86_64 When I attempt to live migrate my KVM instance using latest Juno code on RHEL 6.5, I notice nova-compute error on source compute node: 2014-08-27 09:24:41.836 26638 ERROR nova.virt.libvirt.driver [-]