[Yahoo-eng-team] [Bug 1383579] [NEW] admin can't update other user's password

2014-10-20 Thread Hong-Guang
Public bug reported: Testing step : 1:git clone https://github.com/openstack-dev/devstack.git 2:cd devstack && ./stack.sh 3:login as admin and create a user named demo1 4:go to user panel and find the demo1 user 5:there are only 2 action for edit user demo1:Disable user and Delete user ** Affect

[Yahoo-eng-team] [Bug 1383580] [NEW] API calls in openstack_dashboard.usage.quotas should be wrapped with try/except

2014-10-20 Thread Akihiro Motoki
Public bug reported: API calls in openstack_dashboard.usage.quotas should be wrapped with try/except. ** Affects: horizon Importance: Low Status: New ** Tags: low-hanging-fruit -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1383571] [NEW] The fip namespace can be destroyed on L3 agent restart

2014-10-20 Thread Carl Baldwin
Public bug reported: The scenario is described in a recent patch review [1]. The patch did not introduce the problem but it was noticed during review of the patch. [1] https://review.openstack.org/#/c/128131/5/neutron/agent/l3_agent.py ** Affects: neutron Importance: Medium Assignee:

[Yahoo-eng-team] [Bug 1349464] Re: Workflow Wizard depends_on won't be checked on javascript

2014-10-20 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1353282] Re: If i enter decimal values for volume size, it give a wrong tips with firefox when i trying to create or change a volume.But with chrome , the tips are rigth.

2014-10-20 Thread Launchpad Bug Tracker
[Expired for OpenStack Dashboard (Horizon) because there has been no activity for 60 days.] ** Changed in: horizon Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1383556] [NEW] Simple tenant usage is slow due to unnecessary joins

2014-10-20 Thread Lin Hua Cheng
Public bug reported: Simple tenant usage eventually calls to nova.db.sqlalchemy.api.instance_get_active_by_window_joined() to fetch the instance usage for the period selected. For the retrieved instances, the method pulls the instance metadata and system_metadata information as well. https://git

[Yahoo-eng-team] [Bug 1383553] [NEW] Integration testcase TestPasswordChange can't run again because the password isn't reset back in the first run

2014-10-20 Thread Hong-Guang
Public bug reported: Testing step: 1:git clone https://github.com/openstack-dev/devstack.git 2:cd devstack && ./stack.sh 3:source /opt/stack/horizon/.venv/bin/activate 4:export INTEGRATION_TESTS=1 5:nosetests openstack_dashboard.test.integration_tests.tests.test_user_settings 6:nosetests openstack

[Yahoo-eng-team] [Bug 1383546] [NEW] direct caller of create_{network, subnet, port} wrongly passed necessary argument

2014-10-20 Thread Isaku Yamahata
Public bug reported: The calling convention of plugin create_{network, subnet, port} is all the necessary argument are filled with default value dynamically. Which arguments are necessary depends on resource extension which core plugin supports. On the other hand, internal direct caller of those

[Yahoo-eng-team] [Bug 1383542] [NEW] boot from image(create a new volume) lost image property

2014-10-20 Thread zx
Public bug reported: when we create a instance by boot from image(create a new volume), if the image has one or more property, it will boot without the property. for example, we add a property 'hw_qemu_guest_agent=yes' on image ubt1204, Property | Value

[Yahoo-eng-team] [Bug 1297920] Re: Completely disabled availability zone cause horizon to trace at availability zones list

2014-10-20 Thread Yaguang Tang
** Changed in: horizon/icehouse Status: Fix Committed => 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/1297920 Title: Completely disabled avail

[Yahoo-eng-team] [Bug 1383510] [NEW] Documentation improvements needed

2014-10-20 Thread Johannes Ernst
Public bug reported: 1. Modules section is entirely empty. http://cloudinit.readthedocs.org/en/latest/topics/modules.html 2. There's no "how to invoke" documentation. From the Arch Linux package, I can see that the following all appear to be valid invocations: cloud-init modules --mode=confi

[Yahoo-eng-team] [Bug 1334382] Re: API endpoint service names are not translated

2014-10-20 Thread Doug Fish
I think Ashish made a good point: the data we are showing in Horizon comes directly out of the API call. It seems that if we are going to translate that data the translation should come through the API so that the CLI and any other API client can show the tranlated information. The API we are di

[Yahoo-eng-team] [Bug 1383495] [NEW] L3 agent attempts to disable RA on all interfaces when it should only do so on qrouter namespaces for now

2014-10-20 Thread Carl Baldwin
Public bug reported: Disableing RA only works on qrouter- namespaces at the moment but the L3 agent is attempting to disable it on all namespaces. In other namespaces, it assumes qrouter- is the prefix of the namespace name and incorrectly computes the router id. def _cleanup_namespaces(self

[Yahoo-eng-team] [Bug 1383465] [NEW] [pci-passthrough] nova-compute fails to start

2014-10-20 Thread Joe Talerico
Public bug reported: Created a guest using nova with a passthrough device, shutdown that guest, and disabled nova-compute (openstack-service stop). Went to turn things back on, and nova-compute fails to start. The trace: 2014-10-20 16:06:45.734 48553 ERROR nova.openstack.common.threadgroup [-] PC

[Yahoo-eng-team] [Bug 1383469] [NEW] InstanceList.get_active_by_window_joined only needs system_metadata for expected_attrs in simple-tenant-usage API

2014-10-20 Thread Matt Riedemann
Public bug reported: The os-simple-tenant-usage API queries the database over a given time range (default is 1 month at most from Horizon and novaclient) and pulls all instance information from the database for a given tenant. As you add more instances, this API is going to take longer given the

[Yahoo-eng-team] [Bug 1314677] Re: nova-cells fails when using JSON file to store cell information

2014-10-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.3-0ubuntu1 --- nova (1:2014.1.3-0ubuntu1) trusty; urgency=medium [ Liam Young ] * d/p/cells-json-store.patch: Fix issue with nova-cells failing when using JSON file to store cell information (LP: #1314677). [ Corey Bryant ]

[Yahoo-eng-team] [Bug 1383433] [NEW] please package the cloud-init ci-tool

2014-10-20 Thread James Hunt
Public bug reported: The ci-tool [1] is a useful utility that allows a host to be configured to use cloud-init (amongst other things). It would be great if we could get this into a package, either cloud-init itself or maybe a cloud-init-{tools|utils} package. [1] - http://bazaar.launchpad.

[Yahoo-eng-team] [Bug 1370613] Re: InvalidHypervisorVirtType: Hypervisor virtualization type 'powervm' is not recognised

2014-10-20 Thread OpenStack Infra
** Changed in: nova Status: Invalid => In Progress -- 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/1370613 Title: InvalidHypervisorVirtType: Hypervisor virtualizat

[Yahoo-eng-team] [Bug 1383391] [NEW] gate-neutron-dsvm-functional fails with "Length too long:"

2014-10-20 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/64/128564/6/gate/gate-neutron-dsvm- functional/40b7818/logs/devstack-gate-post-test-hook.txt.gz message:"Length too long:" AND tags:"console" AND (build_name:"check- neutron-dsvm-functional" OR build_name:"gate-neutron-dsvm-functional") 117 hits in

[Yahoo-eng-team] [Bug 1383377] [NEW] cpu.shares are not affected by the number of vCPUs

2014-10-20 Thread Vladik Romanovsky
Public bug reported: Currently, a default value of cpu_shares is being assigned to all guest instances, regardless of the number of vCPUs has been configured for each guest. As cpu_shares are specifying the weight to provide CPU time, this reduces the amount of time each vCPU gets, as the amou

[Yahoo-eng-team] [Bug 1270378] Re: NormalizingFilter performs incorrect validation of PATH_INFO variable

2014-10-20 Thread Morgan Fainberg
I'm marking this as Invalid as it would have expired out a long time ago had it not been assigned to someone (based on being incomplete) ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which i

[Yahoo-eng-team] [Bug 1382822] Re: Adding a user to a domain fails with ldap identity and sql assignment driver

2014-10-20 Thread Morgan Fainberg
The LDAP driver is marked as domain aware = false meaning that the users within a given domain backend are not "owned" by another domain. This is primarily a choice because of the complexity with mapping the domain in a clean way within the LDAP identity backend and the already limited number of at

[Yahoo-eng-team] [Bug 1383347] [NEW] test_network_basic_ops fails with: MismatchError: 'DOWN' != u'ACTIVE': FloatingIP is at status: ACTIVE. failed to reach status: DOWN

2014-10-20 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/10/120610/7/gate/gate-tempest-dsvm-neutron- full/c60f46b/console.html#_2014-10-20_09_14_32_003 2014-10-20 09:14:32.003 | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,gate,network,smoke] 2014-10-20 09:14:

[Yahoo-eng-team] [Bug 1383345] [NEW] PCI-Passthrough : TypeError: pop() takes at most 1 argument (2 given

2014-10-20 Thread Joe Talerico
Public bug reported: Setting the below causes nova to fail. # White list of PCI devices available to VMs. For example: # pci_passthrough_whitelist = [{"vendor_id": "8086", # "product_id": "0443"}] (multi valued) #pci_passthrough_whitelist= pci_passthrough_whitelist=[{"vendor_id":"8086","product_

[Yahoo-eng-team] [Bug 1378270] Re: keystone-manage db_sync command failed

2014-10-20 Thread Dolph Mathews
Swami: thanks for the follow up! This one was a little befuddling :) ** Changed in: keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1378270 T

[Yahoo-eng-team] [Bug 1380823] Re: outerjoins used as a result of plugin architecture are inefficient

2014-10-20 Thread Eugene Nikanorov
I think it might be better to start off a thread in a mailing list to discuss this/ Plus there might be some interest to discuss the issue at the summit ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1383325] [NEW] test_list_servers_filtered_by_name_regex fails with DB2

2014-10-20 Thread Matt Riedemann
Public bug reported: The test_list_servers_filtered_by_name_regex test added here: https://review.openstack.org/#/c/119081/ Doesn't work with DB2 since DB2 doesn't support querying with a regex like MySQL or PostgreSQL. DB2 uses the LIKE predicate for pattern queries: http://www-01.ibm.com/sup

[Yahoo-eng-team] [Bug 1383305] [NEW] VMware: booting compute node with no hosts in cluster causes an exception

2014-10-20 Thread Gary Kotton
Public bug reported: 2014-10-20 06:23:38.107 CRITICAL nova [-] AttributeError: 'Text' object has no attribute 'ManagedObjectReference' 2014-10-20 06:23:38.107 TRACE nova Traceback (most recent call last): 2014-10-20 06:23:38.107 TRACE nova File "/usr/local/bin/nova-compute", line 10, in 2014-

[Yahoo-eng-team] [Bug 1383255] [NEW] non-unicode error message -> glance-reg dies without saying why

2014-10-20 Thread James Polley
Public bug reported: My logs were full of: Oct 20 11:21:35 undercloud-undercloud-uxtyfj4ag5qy glance-reg: 2014-10-20 11:21:35.199 34161 TRACE glance Traceback (most recent call last): Oct 20 11:21:35 undercloud-undercloud-uxtyfj4ag5qy glance-reg: 2014-10-20 11:21:35.199 34161 TRACE glance Fil

[Yahoo-eng-team] [Bug 1383141] [NEW] apicapi does not included in requirements.txt

2014-10-20 Thread Peng Xiao
Public bug reported: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py#L16 from apicapi import apic_manager from apicapi import exceptions as exc ** Affects: neutron Importance: Undecided Status: New ** Tags: neutron-core

[Yahoo-eng-team] [Bug 1383119] [NEW] Disassociate floatingip is successful, but floatingip status is not DOWN in tempest/scenario/test_network_basic_ops.py

2014-10-20 Thread Rui Chen
Public bug reported: Ran into this problem in tempest/scenario/test_network_basic_ops.py 2014-10-20 03:33:21.289 | Traceback (most recent call last): 2014-10-20 03:33:21.289 | File "tempest/test.py", line 113, in wrapper 2014-10-20 03:33:21.289 | return f(self, *func_args, **fun

[Yahoo-eng-team] [Bug 1383117] [NEW] ./run_tests.sh raises error for glance_store in debug mode

2014-10-20 Thread Ankit Agrawal
Public bug reported: When we try to run glance_store test suit in debug mode it raises error “ImportError: Start directory is not importable” with the following stack trace $ ./run_tests.sh -d Traceback (most recent call last): File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_ma