[Yahoo-eng-team] [Bug 1488715] Re: There is an unnecessary condition judgment at the keystone.token.controllers._get_project_id_from_auth function

2015-11-29 Thread Steve Martinelli
there is no obvious bug here, if it is a refactor, simply propose the patch ** 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 Identity (keystone). https://bugs.laun

[Yahoo-eng-team] [Bug 1469974] Re: kilo version swift doesn't work showing swiftclient:Authorrization Failure the resource could not be found

2015-11-29 Thread Steve Martinelli
sounds like this was user error in the way auth_version was being passed in, doesn't affect keystone ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keyston

[Yahoo-eng-team] [Bug 1387379] Re: No documentation on the fact that List users/groups require a domain to be specified in multi domain configuration

2015-11-29 Thread Steve Martinelli
this was fixed by the patch in #6 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1387379 Title:

[Yahoo-eng-team] [Bug 1206396] Re: Name validations for compute resources

2015-11-29 Thread Steve Martinelli
marking keystone as invalid since we have a duplicate bug here: 1519580 and we now use JSON schema validation for our v3 calls ** Changed in: keystone Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribe

[Yahoo-eng-team] [Bug 1277298] Re: Deleting users takes a long time if there are many tokens

2015-11-29 Thread Steve Martinelli
*** This bug is a duplicate of bug 1332666 *** https://bugs.launchpad.net/bugs/1332666 ** This bug has been marked a duplicate of bug 1332666 Poor performance on delete_tokens due to missing indexes -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1521079] [NEW] can't install requirements by Makefile

2015-11-29 Thread Keisuke Se
Public bug reported: `*requirements` target name is wrong, isn't it?. ``` $ make pip-test-requirements make: Nothing to be done for 'pip-test-requirements'. $ make pip-test-requirements Installing cloud-init test dependencies... pip install -r "pip-test-requirements.txt" -q Could not open requir

[Yahoo-eng-team] [Bug 1155255] Re: revoke token does not revoke the tokens created by the original

2015-11-29 Thread Steve Martinelli
this is covered by revocation events and audit ids that have been around for a few releases ** Changed in: keystone Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keyst

[Yahoo-eng-team] [Bug 1130955] Re: Add support for nova quantum security group proxy

2015-11-29 Thread Steve Martinelli
this should be reproposed as a blueprint/spec, and since it's been ~2 years with no comments, i'm going to assume it's OK to mark this as won't fix since no one wants to pick up the work ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1121648] Re: convert SVG to png as part of doc build process

2015-11-29 Thread Steve Martinelli
we no longer have images in our docs ** Changed in: keystone Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1121648 Title: conv

[Yahoo-eng-team] [Bug 1070637] Re: create tokens scoped to endpoints

2015-11-29 Thread Steve Martinelli
this is a blueprint/spec ** 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 Identity (keystone). https://bugs.launchpad.net/bugs/1070637 Title: create tokens scop

[Yahoo-eng-team] [Bug 1002917] Re: keystoneclient token-get should work with --token/SERVICE_TOKEN

2015-11-29 Thread Steve Martinelli
sorry dolph, as you have told me many times, the admin token itself carries no authorization. if you disagree open a bug against openstackclient to have this as a client specific feature, keystone server shouldn't change the way it's handled ** Changed in: keystone Status: Confirmed => Won'

[Yahoo-eng-team] [Bug 1521071] [NEW] Network connectivity fails when a provider network is scheduled to a Node which has invalid physical network mappings

2015-11-29 Thread Shivakumar M
Public bug reported: I have a setup with 2 Network nodes, with bridge_mappings of l2 agents as follows. Network Node 1 : bridge_mappings: provider:10:1000 Network Node 2 : bridge_mappings: physnet1:1000:1500 Now, I create a provider network. neutron net-create net1 --provider:network_type vlan

[Yahoo-eng-team] [Bug 993396] Re: should migration.py have register_models and unregister_models

2015-11-29 Thread Steve Martinelli
it seems like nova has removed the mechanism to register and unregister models, as have other projects, like congress: https://github.com/openstack/congress/commit/63976719d6cfdc8d5518c7378d52d30c739b8ebd by the looks of it, only glance supports it: http://hound.openstack.org/?q=register_model&i=n

[Yahoo-eng-team] [Bug 1514030] Re: /v3/policies response attribute missing

2015-11-29 Thread Steve Martinelli
lots of back and forth on this one, i think we agreed that it's fine on specs.openstack.org/keystone ** Changed in: keystone Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity

[Yahoo-eng-team] [Bug 1518917] Re: add missing package in doc

2015-11-29 Thread Steve Martinelli
the patches associated with this bug are abandoned and as written in #2, install_venv.py is gone from master ** Changed in: keystone Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack I

[Yahoo-eng-team] [Bug 1520428] Re: User enable status consider everything as false except specific word 'true'

2015-11-29 Thread Steve Martinelli
use openstackclient for this, the use of `keystone' has been deprecated, i'm surprised you are not receiving error/deprecation warnings when using that command. in openstackclient, it would be `openstack user create xyz123` with --enable and --disable being FLAGS and not options like in keystonecl

[Yahoo-eng-team] [Bug 1285065] Re: list_role_assignments does not return group roles assignments

2015-11-29 Thread Steve Martinelli
role assignments in ldap has been deprecated for at least one release, this will not be fixed ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone

[Yahoo-eng-team] [Bug 1521064] [NEW] Launch Stack dialogue doesn't appear to be picking up environment values as defaults?

2015-11-29 Thread Martin Paulo
Public bug reported: If I launch a stack via the dashboard and provide an environments file I expected that the values specified in the parameters section of the environment file would be the selected parameter values in the Launch Stack dialogue. On our Liberty installation this doesn't appear to

[Yahoo-eng-team] [Bug 1264261] Re: using floodlight+bigswitch, can't set servers listening port!

2015-11-29 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1264261 Ti

[Yahoo-eng-team] [Bug 1211643] Re: Update user name not supported by LDAP identity driver

2015-11-29 Thread Steve Martinelli
write support for the identity ldap backend is being deprecated ** Changed in: keystone Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1512744] Re: Unable to retrieve LDAP domain user and group list on Horizon.

2015-11-29 Thread Steve Martinelli
im marking keystone as invalid for now since this seems like it's fuel related, update if i'm incorrect ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keys

[Yahoo-eng-team] [Bug 1517694] Re: delete project fail using ldap backend identity driver

2015-11-29 Thread Steve Martinelli
we'll be deprecating all LDAP backends that aren't identity ** Changed in: keystone Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1521038] [NEW] When I launch a heat template with constraints custom_constraint and allowed_values on one parameter it fails

2015-11-29 Thread Martin Paulo
Public bug reported: We have just upgraded from Juno to Liberty. A heat template (that used to work in Juno) declares the following parameter:   instance_type: type: string description: The flavour the webserver is to run on default: m2.xsmall constraints:   - allowed_values:

[Yahoo-eng-team] [Bug 1294532] Re: Create user with tenantid failed when using ldap driver

2015-11-29 Thread Steve Martinelli
we will be deprecating support for user and group create/delete/update in mitaka, marking this as won't fix as it is not a security issue and does not align with project plans ** Changed in: keystone Status: In Progress => Won't Fix -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1136403] Re: Test for LDAP group update or renaming

2015-11-29 Thread Steve Martinelli
we are going to deprecate support for create/update/delete for users and groups in LDAP since it is a very uncommon use case. marking as won't fix. ** Changed in: keystone Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Te

[Yahoo-eng-team] [Bug 1400245] Re: v3 endpoint create api will return 500 error if don't specify region when using kvs backend

2015-11-29 Thread Steve Martinelli
the json schema should address this now, as it's a required field: https://github.com/openstack/keystone/blob/master/keystone/catalog/schema.py ** Changed in: keystone Status: Triaged => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, whi

[Yahoo-eng-team] [Bug 1367480] Re: Add test for grant CRUD on test_backend

2015-11-29 Thread Steve Martinelli
i think the testing here is sufficient https://github.com/openstack/keystone/blob/5de11025f45ca10d2b02b70234c1305fae91766c/keystone/tests/unit/test_backend.py#L1101-L1148 and covers a lot of what was in the abandoned patch ** Changed in: keystone Status: In Progress => Invalid -- You rece

[Yahoo-eng-team] [Bug 1023948] Re: v3api - create WADL for v3 api

2015-11-29 Thread Steve Martinelli
we don't use WADLs for v3, we settled on RST and publish here: http://specs.openstack.org/openstack/keystone-specs/api/v3/identity- api-v3.html ** Changed in: keystone Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, w

[Yahoo-eng-team] [Bug 1065017] Re: A new simple Keystone init script

2015-11-29 Thread Steve Martinelli
init scripts are not keystone's responsibility, simply because they will be different for each deployment. this is a configuration management issue and folks should use tools they want and prefer rather than something the keystone team bakes up. ** Changed in: keystone Status: Triaged => Wo

[Yahoo-eng-team] [Bug 950218] Re: LDAP Support for EC2 Credentials

2015-11-29 Thread Morgan Fainberg
This is clearly not something we can support in LDAP. We aren't looking to store the tokens etc (we've deprecated/removed a number of ldap backends). ** Changed in: keystone Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1520997] [NEW] Inconsistence in text of filter options

2015-11-29 Thread Floren
Public bug reported: In some select filters (I found three pages, see screenshots) several texts of this filters, lack the equals symbol "=" like the rest of options of the same filter. ** Affects: horizon Importance: Undecided Assignee: Floren (florenllanos) Status: New ** T

[Yahoo-eng-team] [Bug 1520937] Re: Nova strips the path from glance servers specificed in [glance]/api_servers config

2015-11-29 Thread Morgan Fainberg
** No longer affects: python-glanceclient -- 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/1520937 Title: Nova strips the path from glance servers specificed in [glance]

[Yahoo-eng-team] [Bug 1520937] Re: Nova strips the path from glance servers specificed in [glance]/api_servers config

2015-11-29 Thread Morgan Fainberg
It looks like glanceclient may make it exceedingly difficult to add in a path-prefix in the way nova is consuming it. ** Also affects: python-glanceclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1520937] [NEW] Nova strips the path from glance servers specificed in [glance]/api_servers config

2015-11-29 Thread Morgan Fainberg
Public bug reported: Nova strips out the path from the URL for any glance server in the "api_servers" configuration option. This prevents the use of /image as part of the location for glance to be specified. the code in "nova.image.glance" for "get_api_servers" silently drops the path on the floo

[Yahoo-eng-team] [Bug 1519171] Re: model-migration check fails to detect integer-biginteger mismatch

2015-11-29 Thread Ann Kamyshnikova
The issue here is cause that in model is used with_variant type [1] So, compare_type method see [2] and seems that it compares them as equal. This is the only case in Neutron, so there are no other places to fix this. I will propose patch for oslo.db, not sure that there is something that should be