[Yahoo-eng-team] [Bug 1392598] [NEW] integration_tests basepage NoSuchElementException : Unable to locate element profile_editor_switcher dropdown

2014-11-13 Thread Hong-Guang
Public bug reported: Testing step: 1: git clone https://git.openstack.org/openstack-dev/devstack 2: cd devstack; ./stack.sh 3: ./run_tests.sh --integration openstack_dashboard.test.integration_tests.tests.test_password_change File "/opt/stack/horizon-pc/openstack_dashboard/test/integration_te

[Yahoo-eng-team] [Bug 1330364] Re: Duplicate Qpid connection is created during Connection initialization

2014-11-13 Thread Eugene Nikanorov
removing neutron as it depends on oslo.messaging now ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1330364 Title: Duplicate Qpid connection is created dur

[Yahoo-eng-team] [Bug 1392584] [NEW] OAuth headers are missing when using Apache

2014-11-13 Thread Steve Martinelli
Public bug reported: It seems that when deploying Keystone with mod_wsgi, and using the OS- OAUTH extension causes some OAuth headers to be missing. Specifically, there are two sets of headers that are required to be sent to the OAuth APIs. 1) A single `Requested_Project_Id` header, and 2) A si

[Yahoo-eng-team] [Bug 1392581] [NEW] ovs_lib should have a function to find br_name from datapath-id

2014-11-13 Thread YAMAMOTO Takashi
Public bug reported: it's better to have a function to find br_name for the given datapath- id. background: i want the functionality for https://blueprints.launchpad.net/neutron/+spec/ofagent-bridge-setup . i can just implement it in ofagent. however, ovs_lib is a better place as it can be pos

[Yahoo-eng-team] [Bug 1280299] Re: missing choice 'storage type' when creating a new volume during instance creation

2014-11-13 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 1392569] [NEW] ofagent UT failure

2014-11-13 Thread YAMAMOTO Takashi
Public bug reported: recent changes (probably the one in policy module) made ofagent UT fail. note: the failure depends on execution order of tests. eg. "tox -e py27 neutron.tests.unit.ofagent.test_ofa_neutron_agent" Traceback (most recent call last):   File "neutron/tests/unit/ofagent/test_ofa

[Yahoo-eng-team] [Bug 1392564] [NEW] metadata proxy is not started when network has ipv6 and ipv4 subnets

2014-11-13 Thread Xu Han Peng
Public bug reported: Commit 1b66e11b5d8c0b3de0610ca02c3e10b6f64ae375 introduce a new problem that metadata proxy will not be started when a isolated network contains ipv6 subnet with dhcp enabled and a ipv4 subnet. See the discussion in the code review for details: https://review.openstack.org/#

[Yahoo-eng-team] [Bug 1392560] [NEW] ofagent should have a separate rootwarp filter

2014-11-13 Thread YAMAMOTO Takashi
Public bug reported: neutron-ofagent-agent currently relies on the fact the rootwrap filter for neutron-openvswitch-agent covers what it needs. as they are independent agents and their rootwrap requirements are getting more different, ofagent ought to have its own root wrapfilters. ** Affects:

[Yahoo-eng-team] [Bug 1392550] [NEW] cloud not generate the authkey fingerprints

2014-11-13 Thread J Qu
Public bug reported: I got the following message, and then could not login the EC2 instance. " Generation complete. * Stopping System V runlevel compatibility[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:final' at Wed, 12 Nov 2014 05:43:10 +. Up 27.73 seconds. 2014-11-12 05:43:10,646 -

[Yahoo-eng-team] [Bug 1229324] Re: extraneous vim editor configuration comments

2014-11-13 Thread Joe Gordon
** No longer affects: hacking -- 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/1229324 Title: extraneous vim editor configuration comments Status in OpenStack Telemetry (

[Yahoo-eng-team] [Bug 1392510] [NEW] help_text with quotation marks doesn't show up

2014-11-13 Thread Cindy Lu
Public bug reported: Project > Access & Security > Manage Rules action > Add Rule If you hover over Remote field's help icon, it reads: "To specify an allowed IP range, select" This description is incomplete. If you go to the code: https://github.com/openstack/horizon/blob/master/openstack_dash

[Yahoo-eng-team] [Bug 1392485] [NEW] metadef modules should only use - from wsme.rest import json

2014-11-13 Thread Wayne
Public bug reported: Several metadef module routines use: from wsme.rest.json import fromjson from wsme.rest.json import tojson To follow the import rules at http://docs.openstack.org/developer/hacking/ (only import modules), these should be replaced with: from wsme.rest import json ** Affects:

[Yahoo-eng-team] [Bug 1356053] Re: Doesn't properly get keystone endpoint when Keystone is configured to use templated catalog

2014-11-13 Thread Andrew Lazarev
Agreed about moving to a dash. I don't think fallback mechanism is possible. Sahara itself doesn't use endpoint type (only in documentation). So, this is mostly for horizon and devstack. ** Also affects: horizon Importance: Undecided Status: New ** Also affects: devstack Importance

[Yahoo-eng-team] [Bug 1392426] [NEW] objects.BandwidthUsage.create does not honor the update_cells argument

2014-11-13 Thread Andrew Laski
Public bug reported: objects.BandwidthUsage.create() has replaced conductor_api.bw_usage_update() which took an argument 'update_cells'. This changes the behavior of _poll_bandwidth_usage with cells so it should be added to create(). ** Affects: nova Importance: Undecided Status: Ne

[Yahoo-eng-team] [Bug 1392423] [NEW] BandwidthUsage.create() used incorrectly in _poll_bandwidth_usage

2014-11-13 Thread Andrew Laski
Public bug reported: 2014-11-13 06:30:32.010 21838 ERROR nova.openstack.common.periodic_task [-] Error during ComputeManager._poll_bandwidth_usage: unbound method create() must be called with BandwidthUsage instance as first argument (got RequestContext instance instead) is being raised during th

[Yahoo-eng-team] [Bug 1389985] Re: CLI will fail one time after restarting DB

2014-11-13 Thread Qin Zhao
** Also affects: keystone 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/1389985 Title: CLI will fail one time after restarti

[Yahoo-eng-team] [Bug 1389985] Re: CLI will fail one time after restarting DB

2014-11-13 Thread Qin Zhao
** Also affects: nova 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/1389985 Title: CLI will fail one time after restarting D

[Yahoo-eng-team] [Bug 1392394] [NEW] Table dropdowns with long titles cut off on right side

2014-11-13 Thread Kelly Domico
Public bug reported: Dropdown menus contained with the right-most column of a table can sometimes be cutoff if the titles are too long. Requires scrolling to see everything and a gap in the top menu bar of the page. Proposed fix: set those dropdown menus to right-aligned using .dropdown- menu-rig

[Yahoo-eng-team] [Bug 1388985] Re: Launch Stack doesn't apply parameters from environment file

2014-11-13 Thread Doug Fish
** Changed in: horizon Status: New => Invalid -- 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/1388985 Title: Launch Stack doesn't apply parameters from enviro

[Yahoo-eng-team] [Bug 1392383] [NEW] cloud init not worked

2014-11-13 Thread Biswajit
Public bug reported: I am trying to provision an EC2 instance of ubuntu 14.04 using foreman. I am getting this error in the cloud-config steps. 2014-11-13 12:14:12,458 - util.py[WARNING]: Failed loading yaml blob 2014-11-13 12:14:12,480 - util.py[WARNING]: Failed loading yaml blob 2014-11-13 1

[Yahoo-eng-team] [Bug 1391765] Re: there is not cmdline to send the 'task' API to get the task status

2014-11-13 Thread Louis Taylor
Task list is a feature of the v2 API only. You can enable this by passing the flag --os-image-api-version 2 to the glance CLI client. $ glance --os-image-api-version 2 task-list ** Changed in: glance Status: New => Invalid -- You received this bug notification because you are a membe

[Yahoo-eng-team] [Bug 1358583] Re: [OSSA 2014-038] List instances by IP results in DoS of nova-network (CVE-2014-3708)

2014-11-13 Thread Thierry Carrez
** Changed in: ossa Status: Fix Committed => Fix Released -- 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/1358583 Title: [OSSA 2014-038] List instances by IP resul

[Yahoo-eng-team] [Bug 1392210] Re: instance change it's gateway when has more than 1 network interface

2014-11-13 Thread yanhe...@gmail.com
** Changed in: neutron Status: Incomplete => 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/1392210 Title: instance change it's gateway when has more than 1 network interf

[Yahoo-eng-team] [Bug 1392316] [NEW] Hypervisors returns TemplateSyntaxError instead of error message

2014-11-13 Thread Pawel Palucki
Public bug reported: When trying to list hypervisor at /admin/hypervisors/ I got TemplateSyntaxError. It happens when novaclient (nova-api) cannot fulfil the request. The exception in Horizon: Error while rendering table rows. Traceback (most recent call last): File "/opt/stack/horizon/horizo

[Yahoo-eng-team] [Bug 1313477] Re: libvirt driver hang with genisoimage when boot new instance

2014-11-13 Thread Daniel Berrange
Marked this as wontfix, because this is not a problem we can resolve in Nova codebase. The fix either has to be in upstream Python runtime, or in a workaround in libguestfs (available in current libguestfs releases) ** Changed in: nova Status: Confirmed => Won't Fix -- You received this

[Yahoo-eng-team] [Bug 1391895] Re: init-script openstack-neutron-openvswitch-agent does not use conf file

2014-11-13 Thread Eugene Nikanorov
I think it should be filed against the distribution you're referring to. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1391895 Title:

[Yahoo-eng-team] [Bug 1360235] Re: swift functional tests are broken

2014-11-13 Thread Louis Taylor
** Also affects: glance-store 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/1360235 Title: swift functional tests are broken Status in OpenSt

[Yahoo-eng-team] [Bug 1389634] Re: MultiTenant Swift store not working

2014-11-13 Thread Louis Taylor
** Also affects: glance-store 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/1389634 Title: MultiTenant Swift store not working Status in Open

[Yahoo-eng-team] [Bug 1390033] Re: Inconsistent info of availability zone (az) if the default az is replaced

2014-11-13 Thread Trung Trinh
** No longer affects: horizon -- 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/1390033 Title: Inconsistent info of availability zone (az) if the default az is replaced

[Yahoo-eng-team] [Bug 1392270] [NEW] POST /v2/images succeds without any POST data

2014-11-13 Thread Ajaya Agrawal
Public bug reported: The exact request is: curl -i -X POST -H 'User-Agent: python-glanceclient' -H 'Content-Type: application/json' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'X-Auth-Token: {SHA1}2d5b305e1ea690482d697a6971130f1efd04fbc2' -d '{}' http://127.0.0.1:9292/v2/images ** Af

[Yahoo-eng-team] [Bug 1392264] [NEW] Keystonemiddleware crashes when memcache encryption is enabled with Swift

2014-11-13 Thread Eamonn O'Toole
Public bug reported: We've come across the following issue when deploying standalone Swift servers using TripleO, where we've enabled auth token memcache with encryption. We get this error from the Swift proxy: Nov 11 15:17:49 overcloud-swiftstorage1-ohdtremvbiw3 proxy-server: Error: An error o

[Yahoo-eng-team] [Bug 1392269] [NEW] Integration test job failing due to wrong Tempest password

2014-11-13 Thread Julie Pichon
Public bug reported: The new gate job to run the integration tests is currently failing because the password defined in horizon.conf does not match the password created for devstack on the gate. It should be updated to "secretadmin". http://logs.openstack.org/74/102274/5/experimental/gate-horizon

[Yahoo-eng-team] [Bug 1392210] [NEW] instance change it's gateway when has more than 1 network interface

2014-11-13 Thread yanhe...@gmail.com
Public bug reported: my env: # rpm -qa | grep neutron openstack-neutron-openvswitch-2014.1.3-1.el6.noarch openstack-neutron-ml2-2014.1.3-1.el6.noarch python-neutronclient-2.3.4-4.el6.noarch openstack-neutron-2014.1.3-1.el6.noarch python-neutron-2014.1.3-1.el6.noarch use ML2,tenant network:vxlan

[Yahoo-eng-team] [Bug 1240753] Re: don't use paste to configure authtoken

2014-11-13 Thread Thomas Bechtold
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Assignee: (unassigned) => Thomas Bechtold (toabctl) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://b

[Yahoo-eng-team] [Bug 1392203] [NEW] In the Create and Update User form under Identity->Users, the glyphicon-eye-open/close icon moves up

2014-11-13 Thread BigdataCloud
Public bug reported: In the Create and Update User form under Identity->Users. Click 'Create User', dierctly click 'Create User' without inputting, the error message shows up, the ‘Confirm Password’ glyphicon-eye-open/close icon moves up(wrong position). ** Affects: horizon Importance: Undec