[Yahoo-eng-team] [Bug 1276510] Re: MySQL 2013 lost connection is being raised

2015-03-18 Thread Huang Zhiteng
** Changed in: cinder Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1276510 Title: MySQL 2013 lost connection is being raised Status in

[Yahoo-eng-team] [Bug 1433524] [NEW] Nova deletes first preexisting port if second was attached to instance

2015-03-18 Thread Andrey Pavlov
Public bug reported: based on this change - https://github.com/openstack/nova/commit/1153a46738fc398a1df9d94b5a55fdd58777 If I boot instance with preexisting port and delete this instance then port remains. But If I boot instance with preexisting port and attach one more port then first

[Yahoo-eng-team] [Bug 1433501] [NEW] q-agt service fails to come up

2015-03-18 Thread Preethi Dsilva
Public bug reported: description: = I am trying to bring up devstack with controller and network node in single devstack. Performed git pull of devstack folder,neutron,nova and networking-vsphere folder while stacking the controller the q-agt fails to come up resulting in stack failure

[Yahoo-eng-team] [Bug 1323729] Re: Remove Open vSwitch and Linuxbridge plugins from the Neutron tree

2015-03-18 Thread Thanassis Parathyras
Closed by https://review.openstack.org/#/c/131323/ and https://review.openstack.org/#/c/133437/ ** Changed in: devstack Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1419823] Re: Nullable image description crashes v2 client

2015-03-18 Thread Kamil Rykowski
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Status: New = In Progress ** Changed in: glance Assignee: (unassigned) = Kamil Rykowski (kamil-rykowski) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1433536] [NEW] neutron service unnecessarily calls pool.dispose() on non-db services

2015-03-18 Thread Kevin Benton
Public bug reported: During the wsgi service initialization db.api.get_engine().pool.dispose() is called as a safety mechanism to make sure all DB connections are thread-local. However, in services such as agents that have no database connection, this call unnecessarily creates an entire DB

[Yahoo-eng-team] [Bug 1433522] [NEW] gate shouldn't rely on default values horizon.conf

2015-03-18 Thread Martin Pavlásek
Public bug reported: Currently when any variable in horizon.conf is changed, it will be immediately reflected to gate job, because it uses untouched file as it is in repository. horizon.conf should be patched in gate job before run integration tests to be sure, that it will run much more

[Yahoo-eng-team] [Bug 1264925] Re: Setting up the configuration rpc_zmq_topic_backlog causing zmq receiver to silently ignore all messages

2015-03-18 Thread Li Ma
I deployed a testbed with a given value for rpc_zmq_topic_backlog. It works. ** Changed in: oslo.messaging Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1283214] Re: Need documentation of fix to bug 1203680

2015-03-18 Thread OpenStack Infra
Reviewed: https://review.openstack.org/164723 Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=a03ed3762613a70e9f15811bc02a5006c0004f05 Submitter: Jenkins Branch:master commit a03ed3762613a70e9f15811bc02a5006c0004f05 Author: Thanassis Parathyras

[Yahoo-eng-team] [Bug 1433595] [NEW] Keystone writes Access denied for DB-Connection to its configured logfile

2015-03-18 Thread Florian Ermisch
Public bug reported: So my Keystone doesn't work because it can't connect to it's DB, understandable. But why is its configured logfile empty and the error is only logged to stderr*? root@hw-ctrl:~# grep log /etc/keystone/logging.conf [loggers] [logger_root]

[Yahoo-eng-team] [Bug 1433552] [NEW] Refactor *aaS and L3 agent interaction

2015-03-18 Thread Paul Michali
Public bug reported: This bug is to do some cleanup refactoring of the *aaS and L3 agent interactions. It has several goals: 1) Switch from the L3EventObservers to the CallbacksManager mechanism for all *aaS agents. 2) Remove/reduce the dependency of *aaS agents on the L3 agent 3) Eliminate the

[Yahoo-eng-team] [Bug 1430541] Re: Neutron client expects a VALUE for all TYPEs when creating a neutron lbaas pool with session persistence

2015-03-18 Thread Kyle Mestery
** Also affects: python-neutronclient Importance: Undecided Status: New ** Changed in: python-neutronclient Assignee: (unassigned) = Kyle Mestery (mestery) ** Changed in: python-neutronclient Assignee: Kyle Mestery (mestery) = Phillip Toohill (phillip-toohill) ** Changed in:

[Yahoo-eng-team] [Bug 1433609] [NEW] Not adding a image block device mapping causes some valid boot requests to fail

2015-03-18 Thread Nikola Đipanov
Public bug reported: The following commit removed the code in the python nova client that would add an image block device mapping entry (source_type: image, destination_type: local) in preparation for fixing https://bugs.launchpad.net/nova/+bug/1377958. However this makes some valid instance

[Yahoo-eng-team] [Bug 1433617] [NEW] Cluster type chosen needs to be made translatable

2015-03-18 Thread Doug Fish
Public bug reported: Noticed during code review https://review.openstack.org/#/c/147677/37/openstack_dashboard/dashboards/project/data_processing/wizard/forms.py Will fix after k-3 ** Affects: horizon Importance: Undecided Assignee: Doug Fish (drfish) Status: New ** Changed

[Yahoo-eng-team] [Bug 1432905] Re: Launching an instance fails when using a port with vnic_type=direct

2015-03-18 Thread Daniel Berrange
Upstream code uses 'numa_node': fields.IntegerField(nullable=True), So this extra_info['numa_node'] must be a RHEL specific fork, so closing this as invalid. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1433688] [NEW] [Launch Instance Fix] Detail table in security group details - improve styling

2015-03-18 Thread Brian Tully
Public bug reported: In the Access and Security step of the new Launch Instance Wizard, there is a detail table that shows when expanding the security groups. Currently this detail table is very compact/congested and uses table striping, which does not match the mockups. We should remove table

[Yahoo-eng-team] [Bug 1433674] [NEW] [Launch Instance Fix] Enhancing wizard widget

2015-03-18 Thread Shaoquan Chen
Public bug reported: We need two new methods in wizard API: onSwitch: to allow sub-controllers to add functions to be invoked when switching from one step to another. onSubmit: to allow sub-controllers to add functions to be invoked before executing submit(). These two method is useful for

[Yahoo-eng-team] [Bug 1433687] [NEW] devstack logs do not contain pid information for log messages with context

2015-03-18 Thread Ihar Hrachyshka
Public bug reported: Compare: 2015-03-18 15:00:15.990 INFO neutron.wsgi [req-412094f3-6b4e-41e8-9f2b-833ff6b3ee7a SecurityGroupsTestJSON-724004567 SecurityGroupsTestJSON-664869352] 127.0.0.1 - - [18/Mar/2015 15:00:15] DELETE /v2.0/security-groups/9cc93b9a-2d06-46e6-9160-1521683f13f9.json

[Yahoo-eng-team] [Bug 1433501] Re: q-agt service fails to come up

2015-03-18 Thread Armando Migliaccio
This most likely an ovsvapp issue. Please do not use the Neutron project, but networking-vsphere instead. ** Also affects: networking-vsphere Importance: Undecided Status: New ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1433669] [NEW] [Launch Instance Fix] source step - fix donut chart label color

2015-03-18 Thread Brian Tully
Public bug reported: On the source step of the new Launch Instance Wizard, the label for the donut chart does not match the color in the mockups. The current code uses the color attribute to set the label color, but it actually should be the fill attribute, as that is what is used by SVG to

[Yahoo-eng-team] [Bug 1433696] [NEW] [Launch Instance Fix] Key pairs detail table - improve styling

2015-03-18 Thread Brian Tully
Public bug reported: In the Access and Security step of the new Launch Instance Wizard, there is a detail table that shows when expanding the key pairs. Currently the key pair public key is displayed within a textarea with a white background. We should remove the textarea and just output the

[Yahoo-eng-team] [Bug 1394462] Re: nova show output should display sec-group id instead of name

2015-03-18 Thread melanie witt
Nova-network doesn't allow duplicate security group names, but neutron does. That's why only names are returned (precedent by nova-network). In the future, we should change/add to the api to include ids in nova, maybe via the microversioning capability. ** Changed in: nova Importance:

[Yahoo-eng-team] [Bug 1433729] [NEW] Fixing typo in API

2015-03-18 Thread Yash Bathia
Public bug reported: Fixing typo on https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/glance.py#L200 ** Affects: horizon Importance: Undecided Assignee: Yash Bathia (ybathia) Status: New ** Changed in: horizon Assignee: (unassigned) = Yash Bathia

[Yahoo-eng-team] [Bug 1402757] Re: Log message for token_flush is wrong

2015-03-18 Thread Dolph Mathews
A fix landed for this without citing this bug: https://github.com/openstack/keystone/commit/a077a875dd50974b66895f7d1ac39097d208e33a ** Changed in: keystone Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1433461] [NEW] linuxbridge agent and l2pop not working

2015-03-18 Thread Darragh O'Reilly
Public bug reported: since hierarchical port binding 2015-03-18 07:25:09.484 DEBUG neutron.plugins.ml2.db [req- c0f3e8b4-d023-4d9c-9839-7cf632f51f1a None None] For port d16470e7-10, host node1, got binding levels [] get_binding_levels /opt/stack/neutron/neutron/plugins/ml2/db.py:177 with the

[Yahoo-eng-team] [Bug 1433826] [NEW] [Launch Instance Fix] Keypair import missing

2015-03-18 Thread Travis Tripp
Public bug reported: The keypair import functionality should be included in launch instance. It is currently missing. See: https://review.openstack.org/#/c/164303/ ** Affects: horizon Importance: Undecided Status: In Progress ** Description changed: The keypair import

[Yahoo-eng-team] [Bug 1421863] Re: Can not find policy directory: policy.d spams the logs

2015-03-18 Thread Matthew Edmonds
** Also affects: cinder 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/1421863 Title: Can not find policy directory:

[Yahoo-eng-team] [Bug 1433849] [NEW] Horizon crashes which user click the Confirm resize action multiple times while an instance is resizing

2015-03-18 Thread Kahou Lei
Public bug reported: Steps to reproduce: 1. Boot an instance 2. Resize that instance 3. When the instance is in Confirm resize state, click the Confirm resize action. 4. After the action is clicked once, the Confirm resize action still shows up, click it couple times. 5. You will see Horizon

[Yahoo-eng-team] [Bug 1433816] [NEW] [data processing] Make sahara permission check backwards compatible

2015-03-18 Thread Lin Hua Cheng
Public bug reported: The permission checked was changed in: https://bugs.launchpad.net/horizon/+bug/1429987 FROM: permissions = ('openstack.services.data_processing',) TO: permissions = ('openstack.services.data-processing',) The change is not backwards compatible. Needs to be updated to do

[Yahoo-eng-team] [Bug 1433843] [NEW] live-migration failed but give wrong refer url

2015-03-18 Thread Eli Qiao
Public bug reported: taget@liyong:~/devstack$ nova live-migration test1 liyong2 ERROR (BadRequest): Migration pre-check error: CPU doesn't have compatibility. Requested operation is not valid: no CPU model specified Refer to http://libvirt.org/html/libvirt- libvirt.html#virCPUCompareResult

[Yahoo-eng-team] [Bug 1433847] [NEW] Horizon crashes when a non-admin user try to resize a locked instance

2015-03-18 Thread Kahou Lei
Public bug reported: Steps to reproduce: 1. Login as admin 2. Boot an instance. 3. Resize that instance. 4. While that instance is in Confirm state, logout and login as a non-admin user. 5. Go to the instance panel and notice that the instance has Confirm Resize action enabled. 6. Click the

[Yahoo-eng-team] [Bug 1432393] Re: Neutron: port-create missing help info for the option: --binding

2015-03-18 Thread Vikram Hosakote
** Project changed: neutron = python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1432393 Title: Neutron: port-create missing help info for the option: --binding Status

[Yahoo-eng-team] [Bug 1433241] Re: [Launch Instance Fix] Make Direct Input the default in Configuration step

2015-03-18 Thread Shaoquan Chen
** Changed in: horizon Status: In Progress = 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/1433241 Title: [Launch Instance Fix] Make Direct Input

[Yahoo-eng-team] [Bug 1433819] [NEW] image create requires image copy

2015-03-18 Thread Doug Fish
Public bug reported: Both Admin/Images and Project/Images always copy the image data to Glance. The --location option should be supported as well so the data doesn't have to be copied. ** Affects: horizon Importance: Undecided Assignee: Doug Fish (drfish) Status: New **

[Yahoo-eng-team] [Bug 1432288] Re: PortLimitExceeded

2015-03-18 Thread Sudipta Biswas
*** This bug is a duplicate of bug 1247844 *** https://bugs.launchpad.net/bugs/1247844 ** This bug has been marked a duplicate of bug 1247844 PortLimit thrown when specifying used fixed ip -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1433884] [NEW] Glance Metadata Object update doesn't work from python glance client

2015-03-18 Thread Lakshmi N Sampath
Public bug reported: Updating Metadef namespace object from python glanceclient throws an 403 error Assuming you have an existing namespace(namespace1) and existing object(object1) within that namespace, try this command to update the object properties. glance --os-image-api-version 2

[Yahoo-eng-team] [Bug 1433765] [NEW] FileField clean up temp file and and get file size without loading file

2015-03-18 Thread Gloria Gu
Public bug reported: We are using forms.FileField to upload a client local file. We noticed that if the file size is big, for example 7 gb, Horizon dumps a temp file in /tmp dir where horizon server runs. If the file loaded is different each time, the temp files are left in the /tmp. Over the

[Yahoo-eng-team] [Bug 1418240] Re: we might need a way to switch lbaas v1/v2 commands in neutron client

2015-03-18 Thread Kyle Mestery
** Also affects: python-neutronclient Importance: Undecided Status: New ** 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/1418240 Title: we might

[Yahoo-eng-team] [Bug 1433805] [NEW] Absence of python-ironicclient in nova requirements.txt making upgrades awkward, python-ironicclient features diffucult

2015-03-18 Thread Adam Gandelman
Public bug reported: Nova's requirements.txt does not list python-ironicclient, meaning a stable/juno nova deployment (at least in our gate) will be running with the most recent release of python-ironicclient. Many new features have been added to Ironic since juno and have been introduced

[Yahoo-eng-team] [Bug 1410622] Re: nova is still broken with boto==2.35*

2015-03-18 Thread Matt Riedemann
** Changed in: keystone Status: Triaged = 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/1410622 Title: nova is still broken with boto==2.35* Status in

[Yahoo-eng-team] [Bug 1433794] [NEW] Make sahara service_type backwards compatible

2015-03-18 Thread Lin Hua Cheng
Public bug reported: In kilo, the sahara service type was changed from data_processing to data-processing: https://github.com/openstack/horizon/commit/8c4a2cd1265c86d3493b82cb9d1277a2274f63cf If a user is still in Juno, this would not be backwards compatible. Add a fallback to check for

[Yahoo-eng-team] [Bug 1433801] [NEW] [Launch Instance Fix] Add Filter placeholder text to the transfer table search bar

2015-03-18 Thread Brian Tully
Public bug reported: The search bar within the transfer tables of the Launch Instance Wizard could be improved by adding placeholder text to inform users that they can use this widget to filter available items. We should update the table widget to accommodate the placeholder attribute and then

[Yahoo-eng-team] [Bug 1402628] Re: Keystone does a select * from assignment table even if a filter is provided in the URL.

2015-03-18 Thread Lance Bragstad
*** This bug is a duplicate of bug 1359231 *** https://bugs.launchpad.net/bugs/1359231 ** This bug has been marked a duplicate of bug 1359231 List role assignments filters performance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1433595] Re: Keystone writes Access denied for DB-Connection to its configured logfile

2015-03-18 Thread Dolph Mathews
** Project changed: keystone = keystone (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1433595 Title: Keystone writes Access denied for DB-Connection to its configured

[Yahoo-eng-team] [Bug 1433785] [NEW] Tests error out when running tests with --debug after oslo.log graduation

2015-03-18 Thread Ian Cordasco
Public bug reported: If you want to debug into the tests, you might do ./run_tests.sh --debug -V glance.tests.unit.v1.test_api.TestGlanceAPI This translated to python -m testtools.run glance.tests.unit.v1.test_api.TestGlanceAPI which errors out because we attempt to set CONF.debug but the debug

[Yahoo-eng-team] [Bug 1431015] Re: v3/users or groups calls not working without domain_id

2015-03-18 Thread Dolph Mathews
The assertion being made by OP is that the domain which owns the scoped project should become the domain upon which the action is performed, but I would consider that behavior to be a privilege escalation vulnerability. The user is presenting explicit domain-level authorization on a domain-level

[Yahoo-eng-team] [Bug 1433790] [NEW] [Launch Instance Fix] Access Security table columns are not sortable

2015-03-18 Thread Brian Tully
Public bug reported: In the Access and Security step of the new Launch Instance Wizard, there is a transfer table for both security groups and key pairs. However the available tables are not sortable by columns as they are on other steps. We should add sorting to be consistent. ** Affects:

[Yahoo-eng-team] [Bug 1426184] Re: CONF.member_role_name isn't used for lookups

2015-03-18 Thread Dolph Mathews
The _member_ role is a handicap for the v2 API to provide an explicit means of expressing default tenancy. The existing behavior satisfies that behavior just fine. There's really no reason you should be creating the _member_ role manually as a deployer. Use another role name instead, such as

[Yahoo-eng-team] [Bug 1433792] [NEW] Launch Instance Fix] Source Details - Metadata Integration

2015-03-18 Thread Travis Tripp
Public bug reported: The metadata display widget was developed as a common way to display additional metadata about images, volumes, and flavors in the launch instance workflow. This fix integrates the metadata widget into the source step for displaying the extra metadata. To test, this