Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 859224 Details for
Bug 1061329
Keystone returns HTTP 400 as SQLAlchemy raises None exceptions
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
keystone.log
keystone_filtered.log (text/x-log), 45.48 KB, created by
Pavel Sedlák
on 2014-02-04 16:02:04 UTC
(
hide
)
Description:
keystone.log
Filename:
MIME Type:
Creator:
Pavel Sedlák
Created:
2014-02-04 16:02:04 UTC
Size:
45.48 KB
patch
obsolete
>2014-02-04 06:20:59.971 7815 INFO keystone.common.openssl [-] openssl genrsa -out /etc/keystone/ssl/private/cakey.pem 2048 >2014-02-04 06:21:00.089 7815 INFO keystone.common.openssl [-] openssl req -new -x509 -extensions v3_ca -key /etc/keystone/ssl/private/cakey.pem -out /etc/keystone/ssl/certs/ca.pem -days 3650 -config /etc/keystone/ssl/certs/openssl.conf -subj /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com >2014-02-04 06:21:00.099 7815 INFO keystone.common.openssl [-] openssl genrsa -out /etc/keystone/ssl/private/signing_key.pem 2048 >2014-02-04 06:21:00.279 7815 INFO keystone.common.openssl [-] openssl req -key /etc/keystone/ssl/private/signing_key.pem -new -out /etc/keystone/ssl/certs/req.pem -config /etc/keystone/ssl/certs/openssl.conf -subj /C=US/ST=Unset/L=Unset/O=Unset/CN=www.example.com >2014-02-04 06:21:00.289 7815 INFO keystone.common.openssl [-] openssl ca -batch -out /etc/keystone/ssl/certs/signing_cert.pem -config /etc/keystone/ssl/certs/openssl.conf -days 3650d -cert /etc/keystone/ssl/certs/ca.pem -keyfile /etc/keystone/ssl/private/cakey.pem -infiles /etc/keystone/ssl/certs/req.pem >2014-02-04 06:21:00.882 7848 INFO keystone.common.environment [-] Environment configured as: eventlet >2014-02-04 06:21:01.006 7848 WARNING keystone.token.provider [-] keystone.conf [signing] token_format is deprecated in favor of keystone.conf [token] provider >2014-02-04 06:21:01.275 7848 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:35357 >2014-02-04 06:21:01.283 7848 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:5000 >2014-02-04 06:21:02.413 7904 INFO keystone.common.environment [-] Environment configured as: eventlet >2014-02-04 06:21:02.531 7904 WARNING keystone.token.provider [-] keystone.conf [signing] token_format is deprecated in favor of keystone.conf [token] provider >2014-02-04 06:21:02.648 7904 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:35357 >2014-02-04 06:21:02.654 7904 INFO keystone.common.environment.eventlet_server [-] Starting /usr/bin/keystone-all on 0.0.0.0:5000 >2014-02-04 06:21:03.444 7904 WARNING keystone.openstack.common.db.sqlalchemy.session [-] This application has not enabled MySQL traditional mode, which means silent data corruption may occur. Please encourage the application developers to enable this mode. >2014-02-04 06:36:18.617 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 215, in create_role >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi role_ref = self.assignment_api.create_role(role_id, role) >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 402, in create_role >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi ret = self.driver.create_role(role_id, role) >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 573, in create_role >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi return ref.to_dict() >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi yield session >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi raise >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 06:36:18.617 7904 TRACE keystone.common.wsgi >2014-02-04 06:36:23.267 7904 WARNING keystone.common.wsgi [-] Could not find user, admin. >2014-02-04 06:36:23.304 7904 WARNING keystone.common.wsgi [-] Could not find role, admin. >2014-02-04 06:36:23.337 7904 WARNING keystone.common.wsgi [-] Could not find project, demo. >2014-02-04 07:47:51.085 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, identity:create_project. >2014-02-04 07:47:51.232 7904 WARNING keystone.common.wsgi [-] name field is required and cannot be empty >2014-02-04 07:47:51.454 7904 WARNING keystone.common.wsgi [-] Project name should not be greater than 64 characters. >2014-02-04 07:47:51.618 7904 WARNING keystone.common.wsgi [-] Could not find project, junk_Project_123456abc. >2014-02-04 07:47:52.008 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, identity:list_projects. >2014-02-04 07:47:53.062 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/controller.py", line 174, in inner >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi return f(self, context, *args, **kwargs) >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 390, in create_project >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi ref = self.assignment_api.create_project(ref['id'], ref) >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 72, in create_project >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi ret = self.driver.create_project(tenant_id, tenant) >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 411, in create_project >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi return tenant_ref.to_dict() >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi yield session >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:47:53.062 7904 TRACE keystone.common.wsgi >2014-02-04 07:47:55.661 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, identity:delete_project. >2014-02-04 07:47:57.166 7904 WARNING keystone.common.wsgi [-] Could not find project, 325a85d357d94c8f9d364980d2153516. >2014-02-04 07:47:57.551 7904 WARNING keystone.common.wsgi [-] Could not find project, fbafc368f5524ef68b093672625805dd. >2014-02-04 07:47:57.957 7904 WARNING keystone.common.wsgi [-] Could not find project, 23b55b7a127649a3b05065757bbce344. >2014-02-04 07:48:07.052 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, identity:create_project. >2014-02-04 07:48:07.476 7904 WARNING keystone.common.wsgi [-] name field is required and cannot be empty >2014-02-04 07:48:07.923 7904 WARNING keystone.common.wsgi [-] Project name should not be greater than 64 characters. >2014-02-04 07:48:08.239 7904 WARNING keystone.common.wsgi [-] Could not find project, junk_Project_123456abc. >2014-02-04 07:48:08.474 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, identity:list_projects. >2014-02-04 07:48:09.069 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/controller.py", line 174, in inner >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi return f(self, context, *args, **kwargs) >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 390, in create_project >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi ref = self.assignment_api.create_project(ref['id'], ref) >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 72, in create_project >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi ret = self.driver.create_project(tenant_id, tenant) >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 411, in create_project >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi return tenant_ref.to_dict() >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi yield session >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:48:09.069 7904 TRACE keystone.common.wsgi >2014-02-04 07:48:11.115 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, identity:delete_project. >2014-02-04 07:48:12.476 7904 WARNING keystone.common.wsgi [-] Could not find project, c9ae882dccb74f159fd0de097ca95dd8. >2014-02-04 07:48:12.964 7904 WARNING keystone.common.wsgi [-] Could not find project, b05f60b36d4f4b4fa26457f49d79ff65. >2014-02-04 07:48:13.404 7904 WARNING keystone.common.wsgi [-] Could not find project, ef014f08152748c789b523341c2ba699. >2014-02-04 07:48:46.392 7904 WARNING keystone.openstack.common.versionutils [-] Deprecated: identity_api.get_domain is deprecated as of Icehouse in favor of assignment_api.get_domain and may be removed in J. >2014-02-04 07:48:47.190 7904 WARNING keystone.common.wsgi [-] Could not find token, 72451c4c126bb0c0e2edc2e93c808d3f. >2014-02-04 07:48:49.549 7904 WARNING keystone.openstack.common.versionutils [-] Deprecated: identity_api.get_domain is deprecated as of Icehouse in favor of assignment_api.get_domain and may be removed in J. >2014-02-04 07:48:50.006 7904 WARNING keystone.common.wsgi [-] Could not find token, 0806306ae49269c6fc4c64d729f31654. >2014-02-04 07:49:17.613 7904 WARNING keystone.common.wsgi [-] Conflict occurred attempting to store role grant. User a6d9fad32e114754acd870afc981b099 already has role ed94996644694cc6bd00b64b9817582b in tenant 247cb2eceea64a2e9940d3704aa208c7 >2014-02-04 07:49:18.123 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:18.422 7904 WARNING keystone.common.wsgi [-] Could not find role, 3cc0e89dfbb94d0191a099bd77489d3d. >2014-02-04 07:49:18.672 7904 WARNING keystone.common.wsgi [-] Could not find project, 7dfcbdd36a7b44f7b9c4f7171e3654d3. >2014-02-04 07:49:18.984 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:19.009 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:19.238 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:19.408 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:19.437 7904 WARNING keystone.common.wsgi [-] Could not find role, f9d44b974ad44955beb9ff8a60fffacc. >2014-02-04 07:49:19.522 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:19.541 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:19.719 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:20.240 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:20.724 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:21.333 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:21.680 7904 WARNING keystone.common.wsgi [-] Cannot remove role that has not been granted, fe5498ffc8744bc9b8accb73e0ea0827 >2014-02-04 07:49:22.096 7904 WARNING keystone.common.wsgi [-] Cannot remove role that has not been granted, 53d82d3de2e04d4db67c8584a87c942a >2014-02-04 07:49:22.712 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:23.015 7904 WARNING keystone.common.wsgi [-] Name field is required and cannot be empty >2014-02-04 07:49:23.096 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 215, in create_role >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi role_ref = self.assignment_api.create_role(role_id, role) >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 402, in create_role >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi ret = self.driver.create_role(role_id, role) >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 573, in create_role >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi return ref.to_dict() >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi yield session >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:23.096 7904 TRACE keystone.common.wsgi >2014-02-04 07:49:31.637 7904 WARNING keystone.common.wsgi [-] Conflict occurred attempting to store role grant. User 8e804cc7866b4fb08ad3e164dd03b94e already has role 1f3e94ecb6b64f9d9b7ef1576cce97fa in tenant 5a975e9a72d344e5a061d39aacacd50d >2014-02-04 07:49:31.930 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:32.142 7904 WARNING keystone.common.wsgi [-] Could not find role, bd978973659946e5b89576dc7cdacb78. >2014-02-04 07:49:32.333 7904 WARNING keystone.common.wsgi [-] Could not find project, 66922077dbab4fbba5f7cd4754d6c710. >2014-02-04 07:49:32.598 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:32.617 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:32.807 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:33.013 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:33.045 7904 WARNING keystone.common.wsgi [-] Could not find role, 668af18bca194d0783a1a0d9eb40a3f4. >2014-02-04 07:49:33.167 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:33.191 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:33.453 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:34.198 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:34.772 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:35.426 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:35.858 7904 WARNING keystone.common.wsgi [-] Cannot remove role that has not been granted, 98c2c5c58f824bf1a704cd16dc18752f >2014-02-04 07:49:36.181 7904 WARNING keystone.common.wsgi [-] Cannot remove role that has not been granted, cf1cd57b249f412a9a6169fa4a013407 >2014-02-04 07:49:36.570 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:36.723 7904 WARNING keystone.common.wsgi [-] Name field is required and cannot be empty >2014-02-04 07:49:36.770 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 215, in create_role >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi role_ref = self.assignment_api.create_role(role_id, role) >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 402, in create_role >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi ret = self.driver.create_role(role_id, role) >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 573, in create_role >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi return ref.to_dict() >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi yield session >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:36.770 7904 TRACE keystone.common.wsgi >2014-02-04 07:49:44.768 7904 WARNING keystone.common.wsgi [-] Could not find service, 4668de1ddb024fca9aa01fae544626bb. >2014-02-04 07:49:46.328 7904 WARNING keystone.common.wsgi [-] Could not find service, a6ae1c895d4d46eca08a66a0ccec1cb9. >2014-02-04 07:49:48.106 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:48.254 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:48.529 7904 WARNING keystone.common.wsgi [-] Name field is required and cannot be empty >2014-02-04 07:49:48.572 7904 WARNING keystone.common.wsgi [-] Project name should not be greater than 64 characters. >2014-02-04 07:49:48.617 7904 WARNING keystone.common.wsgi [-] Could not find project, b9f42d62c5024b3fbd46f00a4eb3f9e8. >2014-02-04 07:49:48.764 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:48.810 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:49.149 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 111, in create_project >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi self._normalize_domain_id(context, tenant_ref)) >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 72, in create_project >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi ret = self.driver.create_project(tenant_id, tenant) >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 411, in create_project >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi return tenant_ref.to_dict() >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi yield session >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:49.149 7904 TRACE keystone.common.wsgi >2014-02-04 07:49:49.288 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:49.469 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:49.788 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:50.027 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:50.267 7904 WARNING keystone.common.wsgi [-] Could not find project, 1dc086d5088b4ed0ba22fe5785d3f017. >2014-02-04 07:49:51.766 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:51.917 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:52.181 7904 WARNING keystone.common.wsgi [-] Name field is required and cannot be empty >2014-02-04 07:49:52.224 7904 WARNING keystone.common.wsgi [-] Project name should not be greater than 64 characters. >2014-02-04 07:49:52.270 7904 WARNING keystone.common.wsgi [-] Could not find project, d5517f583c6c4335b802ede410459c5c. >2014-02-04 07:49:52.416 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:52.464 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:52.783 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/controllers.py", line 111, in create_project >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi self._normalize_domain_id(context, tenant_ref)) >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/core.py", line 72, in create_project >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi ret = self.driver.create_project(tenant_id, tenant) >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/assignment/backends/sql.py", line 411, in create_project >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi return tenant_ref.to_dict() >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/contextlib.py", line 23, in __exit__ >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi self.gen.next() >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 156, in transaction >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi yield session >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:49:52.783 7904 TRACE keystone.common.wsgi >2014-02-04 07:49:52.962 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:53.127 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:53.419 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:49:53.616 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:49:53.914 7904 WARNING keystone.common.wsgi [-] Could not find project, b6932930c6364b5dae3dc296c7dead33. >2014-02-04 07:50:28.133 7904 WARNING keystone.token.core [-] User is disabled: 055c62a598834255bf47a2959d007572 >2014-02-04 07:50:28.133 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:28.958 7904 WARNING keystone.token.core [-] Tenant is disabled: 07617ad49bce4bb095c12f4b61b51b7d >2014-02-04 07:50:28.958 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:29.318 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:29.589 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:29.807 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:30.153 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:30.197 7904 WARNING keystone.common.wsgi [-] Could not find project, 49ffgg99999. >2014-02-04 07:50:30.383 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:30.915 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/controllers.py", line 146, in create_user >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi self.identity_api.create_user(user_id, user_ref)) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/core.py", line 190, in wrapper >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi return f(self, *args, **kwargs) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/core.py", line 335, in create_user >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi ref = driver.create_user(user_id, user) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/backends/sql.py", line 119, in create_user >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi session.add(user_ref) >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:50:30.915 7904 TRACE keystone.common.wsgi >2014-02-04 07:50:31.005 7904 WARNING keystone.common.wsgi [-] Name field is required and cannot be empty >2014-02-04 07:50:31.092 7904 WARNING keystone.common.wsgi [-] Enabled field must be a boolean >2014-02-04 07:50:31.154 7904 WARNING keystone.common.wsgi [-] User name should not be greater than 255 characters. >2014-02-04 07:50:31.191 7904 WARNING keystone.common.wsgi [-] Could not find user, junk12345123. >2014-02-04 07:50:31.313 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:31.675 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:31.873 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:31.960 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:32.129 7904 WARNING keystone.common.wsgi [-] Could not find project, 999-867824505. >2014-02-04 07:50:32.148 7904 WARNING keystone.common.wsgi [-] Could not find project, alpha. >2014-02-04 07:50:32.167 7904 WARNING keystone.common.wsgi [-] Could not find project, dddd@. >2014-02-04 07:50:32.188 7904 WARNING keystone.common.wsgi [-] Could not find project, !@. >2014-02-04 07:50:32.240 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:32.268 7904 WARNING keystone.common.wsgi [-] Could not find user, 517b43b3-960b-48db-a197-c5f76d0dc9f3. >2014-02-04 07:50:32.353 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:39.661 7904 WARNING keystone.token.core [-] User is disabled: 0130a9e57ff545c988a10b4743d800d7 >2014-02-04 07:50:39.661 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:40.343 7904 WARNING keystone.token.core [-] Tenant is disabled: 9e3c3ea0f2024f5ab5e07dc6ae672fa3 >2014-02-04 07:50:40.343 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:40.489 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:40.658 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:40.751 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:40.949 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:40.987 7904 WARNING keystone.common.wsgi [-] Could not find project, 49ffgg99999. >2014-02-04 07:50:41.147 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:41.726 7904 ERROR keystone.common.wsgi [-] exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi Traceback (most recent call last): >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/wsgi.py", line 214, in __call__ >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi result = method(context, **params) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/openstack/common/versionutils.py", line 102, in wrapped >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi return func(*args, **kwargs) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/controllers.py", line 146, in create_user >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi self.identity_api.create_user(user_id, user_ref)) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/notifications.py", line 53, in wrapper >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi result = f(*args, **kwargs) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/core.py", line 190, in wrapper >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi return f(self, *args, **kwargs) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/core.py", line 335, in create_user >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi ref = driver.create_user(user_id, user) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/common/sql/core.py", line 165, in wrapper >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi return method(*args, **kwargs) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib/python2.6/site-packages/keystone/identity/backends/sql.py", line 119, in create_user >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi session.add(user_ref) >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi File "/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.8-py2.6-linux-x86_64.egg/sqlalchemy/orm/session.py", line 405, in __exit__ >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi raise >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType >2014-02-04 07:50:41.726 7904 TRACE keystone.common.wsgi >2014-02-04 07:50:41.798 7904 WARNING keystone.common.wsgi [-] Name field is required and cannot be empty >2014-02-04 07:50:41.866 7904 WARNING keystone.common.wsgi [-] Enabled field must be a boolean >2014-02-04 07:50:41.944 7904 WARNING keystone.common.wsgi [-] User name should not be greater than 255 characters. >2014-02-04 07:50:41.987 7904 WARNING keystone.common.wsgi [-] Could not find user, junk12345123. >2014-02-04 07:50:42.128 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:42.541 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:42.771 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:42.923 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 07:50:43.173 7904 WARNING keystone.common.wsgi [-] Could not find project, 999-821817440. >2014-02-04 07:50:43.207 7904 WARNING keystone.common.wsgi [-] Could not find project, alpha. >2014-02-04 07:50:43.251 7904 WARNING keystone.common.wsgi [-] Could not find project, dddd@. >2014-02-04 07:50:43.307 7904 WARNING keystone.common.wsgi [-] Could not find project, !@. >2014-02-04 07:50:43.369 7904 WARNING keystone.common.wsgi [-] You are not authorized to perform the requested action, admin_required. >2014-02-04 07:50:43.400 7904 WARNING keystone.common.wsgi [-] Could not find user, b02403ef-b9dc-443e-a559-cad63e35fcdf. >2014-02-04 07:50:43.490 7904 WARNING keystone.common.wsgi [-] Authorization failed. The request you have made requires authentication. from 192.168.1.16 >2014-02-04 08:40:14.194 7904 WARNING keystone.common.wsgi [-] Conflict occurred attempting to store role grant. User cf08c53e6e694c9bb17959538a873d6d already has role 920e743dcfb748a98d100805c9340b60 in tenant aa951b070bb343ce9c2c44918b5e2f61 >2014-02-04 08:59:35.732 7904 WARNING keystone.common.wsgi [-] Conflict occurred attempting to store role grant. User 3f881959179c41c0a138fc25e13c033d already has role 920e743dcfb748a98d100805c9340b60 in tenant e2abab87f2314d72adcc559f4552bf25
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1061329
:
859223
| 859224