[Yahoo-eng-team] [Bug 1649440] Re: [vmware] vspere 6.5 have add some new OS type

2017-03-13 Thread Eric Brown
6.5 OS updates was in https://review.openstack.org/#/c/403492 ** Changed in: nova Status: In Progress => Fix Released ** Changed in: nova Assignee: xhzhf (guoyongxhzhf) => Eric Brown (ericwb) ** Changed in: nova Importance: Undecided => Low -- You received this bug not

[Yahoo-eng-team] [Bug 1629460] Re: python35 values for http status codes not ints

2017-02-03 Thread Eric Brown
Thanks Tin Lam, I'll mark invalid. ** 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 (keystone). https://bugs.launchpad.net/bugs/1629460 Title: pyth

[Yahoo-eng-team] [Bug 1657978] [NEW] Internal Server Error: KeyError: 'domain'

2017-01-19 Thread Eric Brown
SER" }, { "type": "MELLON_userEmail" }, { "type": "MELLON_groups" } ] } ] This is the log output of the keyerror containing the assertion. http

[Yahoo-eng-team] [Bug 1654409] [NEW] Duplicate users (federated and sql) results in 401

2017-01-05 Thread Eric Brown
Public bug reported: Release: Mitaka I setup federation (saml2) with a product called vIDM which automatically has a user named "admin". I also have keystone configured to use a sql backend and have a user named "admin". These users exist on different domains (Federated) and (default), and have d

[Yahoo-eng-team] [Bug 1629460] [NEW] python35 values for http status codes not ints

2016-09-30 Thread Eric Brown
tp_client >>> http_client.BAD_REQUEST 400 Python 3.5 >>> from six.moves import http_client >>> http_client.BAD_REQUEST https://bitbucket.org/gutworth/six/issues/161/inconsistent-value-returned-from https://bugs.python.org/issue26123 ** Affects: keystone Importance: Undecid

[Yahoo-eng-team] [Bug 1622035] [NEW] Dead link in schema migration doc

2016-09-09 Thread Eric Brown
c for this to link to. Probably best to remove the sentence altogether. ** Affects: keystone Importance: Low Assignee: Eric Brown (ericwb) Status: New ** Changed in: keystone Importance: Undecided => Low -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1607567] [NEW] domain configuration API docs missing domain config creation

2016-07-28 Thread Eric Brown
-configuration-detail#domain-configuration I also checked the code and there is support for creating a domain config via a PUT request. ** Affects: keystone Importance: Undecided Assignee: Eric Brown (ericwb) Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1603236] [NEW] py35: TestCheckForMutableDefaultArgs fails

2016-07-14 Thread Eric Brown
Public bug reported: The py35 gate fails on TestCheckForMutableDefaultArgs. http://logs.openstack.org/52/337952/7/check/gate-keystone-python35-db-nv/2e9682b/testr_results.html.gz ft125.1: keystone.tests.unit.test_hacking_checks.TestCheckForMutableDefaultArgs.test_StringException: Traceback (

[Yahoo-eng-team] [Bug 1600395] [NEW] AttributeError: 'object' object has no attribute 'payload'

2016-07-08 Thread Eric Brown
Public bug reported: When running Rally against our Mitaka deployment we found the following traceback in the logs. 2016-07-06 06:44:14.631 18323 DEBUG keystone.middleware.auth [req-9b8bc44b-e7fa-4a6f-92fd-7a443d8b34ce - - - - -] There is either no auth token in the request or the certificate i

[Yahoo-eng-team] [Bug 1600394] [NEW] ValueError: too many values to unpack

2016-07-08 Thread Eric Brown
Public bug reported: Found the following error in the keystone logs of our Mitaka deployment. 2016-07-06 05:14:30.311 18314 ERROR keystone.common.wsgi [req-b256411d-ba72-4076-b644-ef08a5400ab2 66725b90caea4963b1b4f91f90ab1dee ab149973d5b84459bd3ece44074ec2aa - default default] too many values t

[Yahoo-eng-team] [Bug 1600393] [NEW] AttributeError: 'list' object has no attribute 'items'

2016-07-08 Thread Eric Brown
Public bug reported: During a Rally test of our deployment using Mitaka keystone we observed the following traceback in the logs. It seems that the v3 catalog is returned as a list whereas the v2.0 catalog is a dict. But the format_catalog() function always expects a dict. 2016-07-06 03:00:55.17

[Yahoo-eng-team] [Bug 1599983] [NEW] Python 3.5 gate exposes issue in webob.response status code type

2016-07-07 Thread Eric Brown
integer required. In some places we pass the status code as a str and others as an int http://logs.openstack.org/42/339142/2/check/gate-keystone-python35-db-nv/847ed7d/testr_results.html.gz ** Affects: keystone Importance: Undecided Assignee: Eric Brown (ericwb) Status: In Prog

[Yahoo-eng-team] [Bug 1588472] [NEW] tox -e genconfig - maximum recursion depth exceeded

2016-06-02 Thread Eric Brown
Public bug reported: When running 'tox -e genconfig' on stable/mitaka of neutron, I get the following (running on Ubuntu 14.04): File "/usr/local/lib/python2.7/dist-packages/tox/config.py", line 989, in _replace_match return handler(match) File "/usr/local/lib/python2.7/dist-packages/tox

[Yahoo-eng-team] [Bug 1452066] Re: neutron-db-manage fails using mariadb fresh deployment

2015-11-27 Thread Eric Brown
** Changed in: neutron Status: In Progress => 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/1452066 Title: neutron-db-manage fails using mariadb fresh deployment Status

[Yahoo-eng-team] [Bug 1500631] [NEW] ldap url option actually supports multiple URIs

2015-09-28 Thread Eric Brown
lers behind that one domain. Note: the whitespace-separated list did not work for me, only comma. ** Affects: keystone Importance: Low Assignee: Eric Brown (ericwb) Status: In Progress ** Tags: ldap ** Tags added: ldap -- You received this bug notification because you a

[Yahoo-eng-team] [Bug 1497461] [NEW] Fernet tokens fail for some users with LDAP identity backend

2015-09-18 Thread Eric Brown
09-18 20:04:47.313 12979 WARNING keystone.common.wsgi [-] Could not find user: 457269632042726f776e203732363230 So the issue is this. The user DN query + filter will return my user as: CN=Eric Brown 72620,OU=PAO_Users,OU=PaloAlto_California_USA,OU=NALA,OU=SITES,OU=Engineering,DC=vmware,D

[Yahoo-eng-team] [Bug 1495645] [NEW] keystone-manage and keystone-all man pages incorrect versions/dates

2015-09-14 Thread Eric Brown
there should probably also be a cherry-pick fix in Kilo. ** Affects: keystone Importance: Low Assignee: Eric Brown (ericwb) Status: In Progress ** Changed in: keystone Assignee: (unassigned) => Eric Brown (ericwb) ** Changed in: keystone Importance: Undecided =&g

[Yahoo-eng-team] [Bug 1487960] [NEW] ValueError when creating a user

2015-08-23 Thread Eric Brown
keystone Importance: Undecided Assignee: Eric Brown (ericwb) Status: In Progress ** Changed in: keystone Assignee: (unassigned) => Eric Brown (ericwb) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keys

[Yahoo-eng-team] [Bug 1474501] Re: Bad search filter: None in query

2015-07-14 Thread Eric Brown
*** This bug is a duplicate of bug 1454309 *** https://bugs.launchpad.net/bugs/1454309 I have verified the fix in https://review.openstack.org/#/c/184824/ does fix my problem. Sorry, I missed the dup. Thanks again. ** This bug has been marked a duplicate of bug 1454309 Keystone v3 user/te

[Yahoo-eng-team] [Bug 1474501] [NEW] Bad search filter: None in query

2015-07-14 Thread Eric Brown
Public bug reported: Environment: Ubuntu 14.04 with stable/kilo openstack packages installed I configured keystone to have one domain ('Default') configured with SQL as the backend to service the service users. I configured a secondary domain ('ldap.vmware.com') to service all of the LDAP users.

[Yahoo-eng-team] [Bug 1473567] [NEW] Fernet tokens fail tempest runs

2015-07-10 Thread Eric Brown
Public bug reported: It seems testing an OpenStack instance that was deployed with Fernet tokens fails on some of the tempest tests. In my case these tests failed: http://paste.openstack.org/show/363017/ bknudson also found similar in a test patch: https://review.openstack.org/#/c/195780 **

[Yahoo-eng-team] [Bug 1466957] [NEW] keystone configuration docs missing some keystone-manage commands

2015-06-19 Thread Eric Brown
keystone-manage does contain info. ? domain_config_upload: Upload domain configuration file. ? fernet_rotate: Rotate keys in the Fernet key repository. ? fernet_setup: Setup a Fernet key repository. ** Affects: keystone Importance: Low Assignee: Eric Brown (ericwb

[Yahoo-eng-team] [Bug 1460839] [NEW] bandit: blacklist_functions not a valid plugin

2015-06-01 Thread Eric Brown
unit/test_wsgi.py:104 103 resp = req.get_response(app) 104 self.assertIn('X-Foo', eval(resp.body)) 105 So basically, the blacklist_calls are never checked. ** Affects: keystone Importance: Low Assignee: Eric Brown (ericwb) Status: In Progress

[Yahoo-eng-team] [Bug 1452066] [NEW] neutron-db-manage fails using mariadb fresh deployment

2015-05-05 Thread Eric Brown
;/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 436, in do_execute cursor.execute(statement, parameters) File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 174, in execute self.errorhandler(self, exc, value) File "/usr/lib/

[Yahoo-eng-team] [Bug 1276207] Re: vmware driver does not validate server certificates

2015-05-05 Thread Eric Brown
** Also affects: glance Importance: Undecided Status: New ** Also affects: ceilometer 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.lau

[Yahoo-eng-team] [Bug 1451605] [NEW] Ironic admin_auth_token option should be deprecated

2015-05-04 Thread Eric Brown
password`' ' instead.'), ** Affects: nova Importance: Low Assignee: Eric Brown (ericwb) Status: In Progress ** Changed in: nova Assignee: (unassigned) => Eric Brown (ericwb) ** Changed in: nova Importance: Undecided => Low -- You receive

[Yahoo-eng-team] [Bug 1443697] [NEW] VMware: resize always fails for image with capacity larger than 1 GB

2015-04-13 Thread Eric Brown
ty by 1 GB will result in 0 for any number less than 1 GB. However anything larger will be a positive integer. And the flavor size is always 0, so this exception is always raised in a resize of any image with capacity larger than 1 GB (which is most images). ** Affects: nova Importance: Und

[Yahoo-eng-team] [Bug 1443598] [NEW] backend_argument containing a password leaked in logs

2015-04-13 Thread Eric Brown
Assignee: Eric Brown (ericwb) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1443598 Title: backend_argument containing a password leaked in logs Status in

[Yahoo-eng-team] [Bug 1423973] Re: Use choices from oslo_config

2015-03-11 Thread Eric Brown
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Importance: Undecided => Wishlist ** Changed in: nova Assignee: (unassigned) => Eric Brown (ericwb) ** Changed in: nova Status: New => In Progress ** Also affects: glance I

[Yahoo-eng-team] [Bug 1423973] Re: Use choices from oslo_config

2015-02-27 Thread Eric Brown
** No longer affects: python-keystoneclient ** Also affects: keystonemiddleware Importance: Undecided Status: New ** Changed in: keystonemiddleware Assignee: (unassigned) => Eric Brown (ericwb) ** Changed in: keystonemiddleware Importance: Undecided => Wishlist -

[Yahoo-eng-team] [Bug 1423973] Re: Use choices from oslo_config

2015-02-27 Thread Eric Brown
** Also affects: python-keystoneclient Importance: Undecided Status: New ** Changed in: python-keystoneclient Importance: Undecided => Wishlist ** Changed in: python-keystoneclient Assignee: (unassigned) => Eric Brown (ericwb) -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1424061] Re: keystone server should default to localhost-only

2015-02-24 Thread Eric Brown
** Also affects: ceilometer Importance: Undecided Status: New ** Changed in: ceilometer Status: New => In Progress ** Changed in: ceilometer Assignee: (unassigned) => Eric Brown (ericwb) -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1393958] [NEW] VMware: HTTPInternalServerError (HTTP 500) using --location vsphere://

2014-11-18 Thread Eric Brown
Public bug reported: If I run the following command to create a new image using glance CLI, the glance API server will throw a 500 error and exception in the logs. Looks like the code needs to be more robust on handling junk in the URI. glance image-create --location "vsphere://10.1.1.1/folder/im

[Yahoo-eng-team] [Bug 1339342] [NEW] VMware: boot from sparse image results in OS not found

2014-07-08 Thread Eric Brown
Public bug reported: I am attempting to boot an instance from the cirros image found here: http://partnerweb.vmware.com/programs/vmdkimage/cirros-0.3.2-i386-disk.vmdk So I originally imported the image without setting any of the vmware properties. So when I go to boot from this image, I get "Op

[Yahoo-eng-team] [Bug 1289627] Re: VMware NoPermission faults do not log what permission was missing

2014-04-22 Thread Eric Brown
** Also affects: oslo.vmware Importance: Undecided Status: New ** Changed in: oslo.vmware Status: New => In Progress ** Changed in: oslo.vmware Assignee: (unassigned) => Eric Brown (ericwb) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1301626] Re: Same Keypairs accessible in multiple projects assigned to same user

2014-04-18 Thread Eric Brown
SSH keys are tied to the user, not project. Users span across projects, but not keystone domains. I see nothing wrong in the current behavior. ** Changed in: nova Status: New => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is s

[Yahoo-eng-team] [Bug 1295381] [NEW] VMware: resize operates on orig VM and not clone

2014-03-20 Thread Eric Brown
Public bug reported: The resize operation when using the VCenter driver ends up resizing the original VM and not the newly cloned VM. To recreate: 1) create a new VM from horizon using default debian image. I use a flavor of nano. 2) wait for it to complete and go active 3) click on resize and

[Yahoo-eng-team] [Bug 1289062] Re: LDAP read only config options are ignored

2014-03-07 Thread Eric Brown
These are used. I recently fixed a bug that is related. See https://github.com/openstack/keystone/blob/master/keystone/common/ldap/core.py#L298 ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1287209] Re: VMware: boot from image: exception on close

2014-03-06 Thread Eric Brown
After updating my devstack, I could no longer reproduce it. But I'll keep an eye out for it. ** Changed in: nova Status: In Progress => Invalid ** Changed in: nova Assignee: Eric Brown (ericwb) => (unassigned) -- You received this bug notification because you are a memb

[Yahoo-eng-team] [Bug 1287292] [NEW] VMware: vim.get_soap_url improper IPv6 address

2014-03-03 Thread Eric Brown
Public bug reported: The vim.get_soap_url function incorrectly builds an IPv6 using hostname/IP address and port. https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/vim.py#L151 The result of this line would create an address as follows: https://[2001:db8:85a3:8d3:1319:8a2e:370:734

[Yahoo-eng-team] [Bug 1287209] [NEW] VMware: boot from image: exception on close

2014-03-03 Thread Eric Brown
Public bug reported: Noticed the following exception in the logs when booting from an image. I didn't observe any actual problems with the spawn itself. It works as expected, so not sure when this exception occurs. 2014-03-03 06:55:48.840 DEBUG nova.virt.vmwareapi.read_write_util [req- b1cb95b5-

[Yahoo-eng-team] [Bug 1229941] Re: Generate sample config file

2014-02-20 Thread Eric Brown
Looks like this bug was resolved with: https://review.openstack.org/#/c/73698/ ** Changed in: keystone Status: Confirmed => Fix Released ** Changed in: keystone Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineeri

[Yahoo-eng-team] [Bug 1276207] [NEW] vmware driver does not validate server certificates

2014-02-04 Thread Eric Brown
Public bug reported: The VMware driver establishes connections to vCenter over HTTPS, yet the vCenter server certificate is not verified as part of the connection process. I know this because my vCenter server is using a self-signed certificate which always fails certification verification. As a

[Yahoo-eng-team] [Bug 1274294] [NEW] vmware section of nova.conf describes host_ip as url but is not

2014-01-29 Thread Eric Brown
Public bug reported: In nova.conf, the host_ip of the vmware section describes it as being a URL. But the expected input is a hostname or IP address, not a URL. A URL is composed of a scheme, two colons, etc. See http://en.wikipedia.org/wiki/Uniform_resource_locator https://github.com/opensta

[Yahoo-eng-team] [Bug 1253058] Re: Is there a way to make entire group as admin?

2013-11-20 Thread Eric Brown
This bug is really a question. ** Changed in: keystone Status: New => Invalid ** Converted to question: https://answers.launchpad.net/keystone/+question/239528 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. h