[Yahoo-eng-team] [Bug 1410586] [NEW] Sahara: Copy template does not preserve security groups

2015-01-13 Thread Chris Buccella
Public bug reported: When clicking copy template from the Node Group Templates panel of Data Processing, all fields are shown as copied from the original template, except for security groups. The checkbox selections under Processes are carried-over, but all security groups are unchecked,

[Yahoo-eng-team] [Bug 1410055] Re: first_level_item_xpath is unnable to locate when running with selenium-headless

2015-01-13 Thread Wu Hong Guang
** 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/1410055 Title: first_level_item_xpath is unnable to locate when

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

2015-01-13 Thread Matt Riedemann
Public bug reported: Bug 1408987 fixed one auth issue with the signature handling: https://review.openstack.org/#/c/146124/ But when trying to uncap the requirement on master we hit two new failures when trying to create a security group, we get auth failures (401 failures to be exact). Copied

[Yahoo-eng-team] [Bug 1410389] [NEW] If service name is not passed, set it to an empty string

2015-01-13 Thread Lin Hua Cheng
Public bug reported: When no service name is passed to the API, set the service name to empty string before passing to database or driver. This is a follow-up on the suggestion made in: https://review.openstack.org/#/c/135808/9/keystone/catalog/backends/sql.py ** Affects: keystone

[Yahoo-eng-team] [Bug 1407105] Re: Password Change Doesn't Affirmatively Invalidate Sessions

2015-01-13 Thread Morgan Fainberg
** Also affects: keystone/juno Importance: Undecided Status: New ** Changed in: keystone/juno Status: New = In Progress ** Changed in: keystone/juno Importance: Undecided = Low ** Changed in: keystone/juno Assignee: (unassigned) = Dolph Mathews (dolph) ** Changed in:

[Yahoo-eng-team] [Bug 1410649] [NEW] Table instance_system_metadata's colume value is too short to contain the metadata, Data too long for column 'value' at row 1

2015-01-13 Thread Jerry Cai
Public bug reported: It worked well in juno release, but in kilo, the error occurred. We'd like to insert some long metadata into instance_system_metadata, but it reported Data too long for column 'value' at row 1. 2015-01-14 13:47:15.607 30360 ERROR oslo.db.sqlalchemy.exc_filters [-]

[Yahoo-eng-team] [Bug 1410411] Re: unit tests are leaking sudo commands

2015-01-13 Thread Matt Riedemann
message:+ echo 'This test has failed because it attempted to execute commands' AND tags:console AND (project:openstack/neutron OR project:openstack/ceilometer) ** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1410415] [NEW] Role inheritance API is inconsistent with implementation

2015-01-13 Thread Samuel de Medeiros Queiroz
Public bug reported: When listing effective role assignments, the spec [1] says the ref should contain inheritance info inside its scope: OS-INHERIT:inherited_to: [projects] but in fact the code [2] is implemented without having projects inside a list, that is: OS-INHERIT:inherited_to:

[Yahoo-eng-team] [Bug 1410032] Re: Incorrect Nova quota usage shown via CLI/API after Quota Settings Changed

2015-01-13 Thread Joe Gordon
Marking as invalid as this isn't reproducible on master. ** 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/1410032 Title:

[Yahoo-eng-team] [Bug 1402502] Re: Resource usage will not be updated when suspending instance

2015-01-13 Thread OpenStack Infra
** Changed in: nova Status: Opinion = In Progress ** Changed in: nova Assignee: (unassigned) = eminjin (ming-jin) -- 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 1325736] Re: Security Group Rules can only be specified in one direction

2015-01-13 Thread Elena Ezhova
** Changed in: python-neutronclient Status: In Progress = Opinion ** Changed in: neutron Status: In Progress = 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/1325736

[Yahoo-eng-team] [Bug 1410170] [NEW] obsolete help text of os_inherit

2015-01-13 Thread wanghong
Public bug reported: Now, inherited role-assignment also can be from projects higher in the hierarchy. But the help text of os_inherit doesn't mention this, refer to: https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L1192 ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1410172] [NEW] 500 on deleteing a not existing ec2 security group

2015-01-13 Thread Attila Fazekas
Public bug reported: Looks like there are 2 reason for seeing 500 errors on not existing ec2 security group delete attempt: * Unexpected TypeError raised: expected string or buffer * Unexpected UnboundLocalError raised: local variable 'group' referenced before assignment Since it is server

[Yahoo-eng-team] [Bug 1410141] [NEW] all inline editable fields have added a pen icon when the users and project page page are just landed

2015-01-13 Thread Wu Hong Guang
Public bug reported: the field add a pen icon after it has the focus ** Affects: horizon Importance: Undecided Status: New ** Attachment added: Capture.JPG https://bugs.launchpad.net/bugs/1410141/+attachment/4297119/+files/Capture.JPG -- You received this bug notification

[Yahoo-eng-team] [Bug 1376512] Re: hang when disk has little free space

2015-01-13 Thread hossein zabolzadeh
Hi Sekiyama, After tracing the error, I found that the hang state(in the case of image delete operation) is related to the delete function at /glance_source/glance/glance/api/v1/images.py file. See the following piece of code: else: #LOG.debug( BEFORE NOTIFIER )

[Yahoo-eng-team] [Bug 1410348] Re: test_ssh_encrypt_decrypt_text fails with UnicodeDecodeError after oslo.concurrency 0.4.0 release

2015-01-13 Thread Matt Riedemann
Looks like this is probably causing the failure: https://github.com/openstack/oslo.concurrency/commit/7c7493feb53429577efca2c4b0380af03ddc149b ** Also affects: oslo.concurrency Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1410431] [NEW] GET details REST API next link missing 'details' for flavors and images

2015-01-13 Thread Steven Kaufer
Public bug reported: When executing a pagination query a next link is included in the API reply when there are more items then the specified limit. See pagination documentation for more information: http://docs.openstack.org/api/openstack-compute/2/content /Paginated_Collections-d1e664.html The

[Yahoo-eng-team] [Bug 1410563] [NEW] test_exception_not_eaten_from_registry_to_api fails if curl is not installed

2015-01-13 Thread Matt Riedemann
Public bug reported: == FAIL: glance.tests.functional.v1.test_misc.TestMiscellaneous.test_exception_not_eaten_from_registry_to_api tags: worker-0 -- Traceback

[Yahoo-eng-team] [Bug 1410524] [NEW] Unused method get_stats in dashboards.info.tables

2015-01-13 Thread Christian Berendt
Public bug reported: It looks like the method get_stats in dashboards.info.tables is not used anywhere in Horizon. The referenced file _stats.html is also not available in the Horizon repository. ** Affects: horizon Importance: Undecided Assignee: Christian Berendt (berendt)

[Yahoo-eng-team] [Bug 1410494] [NEW] sqlalchemy-migrate0.9.1 and 0.9.5 causes glance test failures

2015-01-13 Thread nikhil komawar
Public bug reported: The error is seen as OperationalError: (OperationalError) cannot start a transaction within a transaction u'/*\n * This is necessary because SQLite does not support\n * RENAME INDEX or ALTER TABLE CHANGE COLUMN.\n */\nBEGIN TRANSACTION;' () More info at:

[Yahoo-eng-team] [Bug 1410516] [NEW] MD to RST format errors in api specs

2015-01-13 Thread Tom Cameron
Public bug reported: Automatic conversion of markdown to rst has caused formatting errors in the Tokens section. https://github.com/openstack/keystone-specs/blob/master/api/v3/identity- api-v3.rst#tokens ** Affects: keystone Importance: Undecided Assignee: Tom Cameron (tom-cameron)

[Yahoo-eng-team] [Bug 1410531] [NEW] Glance not set proper acl in swift container

2015-01-13 Thread Slawek Kaplonski
Public bug reported: When using glance on swift with multitenant config and set swift_store_admin_tenant tenants then such tenants are not set for container when glance creates it. For example user is creating private image, glance will not set proper ACLs. It will do it when user will share

[Yahoo-eng-team] [Bug 1410536] [NEW] glance wsgi server should log requests

2015-01-13 Thread Slawek Kaplonski
Public bug reported: Maybe glance wsgi server should log every request on INFO level as it is done in nova or neutron. I was not find possiblity to enable it in glance. Example log from neutron: 2015-01-13 06:31:11.944 16150 INFO neutron.wsgi [-] IP.ADDRESS - - [13/Jan/2015 06:31:11] GET

[Yahoo-eng-team] [Bug 1410543] [NEW] Include service name in filtered catalog

2015-01-13 Thread Bob Thyne
Public bug reported: When we filter the service catalog via endpoint filter we are excluding the service name e.g. catalog: [ { id: c005f16353054e53aef8a06f85304bfc, type: object-store, endpoints: [ { id: 1f095b7694f04e6c9ba322f22a03005a,

[Yahoo-eng-team] [Bug 1410583] [NEW] Metadata widget stopped working

2015-01-13 Thread Julie Gravel
Public bug reported: I tried the Update Metadata widget in Admin - Flavors and Admin - Images. They both used to display the list of available metadata on the left table. Users can then add them to the Existing Metadata table on the right by clicking on the + icon. Now the available metadata no