Skip to content

Instantly share code, notes, and snippets.

@meteorfox
Created February 24, 2015 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meteorfox/8582714d4b63a23b5756 to your computer and use it in GitHub Desktop.
Save meteorfox/8582714d4b63a23b5756 to your computer and use it in GitHub Desktop.
2015-02-24 22:18:35.092 18702 WARNING rally.benchmark.context.cleanup.manager [-] Seems like rally.benchmark.context.cleanup.resources.NovaSecurityGroup.list(self) method is broken. It shouldn't raise any exceptions.
2015-02-24 22:18:35.092 18702 ERROR rally.benchmark.context.cleanup.manager [-] The request you have made requires authentication. (HTTP 401)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager Traceback (most recent call last):
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/benchmark/context/cleanup/manager.py", line 133, in _publish
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager for raw_resource in rutils.retry(3, manager.list):
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/common/utils.py", line 429, in retry
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return func(*args, **kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/benchmark/context/cleanup/resources.py", line 76, in list
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager super(NovaSecurityGroup, self).list())
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/benchmark/context/cleanup/base.py", line 106, in list
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return self._manager().list()
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/benchmark/context/cleanup/base.py", line 80, in _manager
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return getattr(getattr(client, self._service)(), self._resource)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/osclients.py", line 63, in wrapper
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager self.cache[key] = func(self, *args, **kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/osclients.py", line 128, in nova
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager kc = self.keystone()
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/osclients.py", line 63, in wrapper
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager self.cache[key] = func(self, *args, **kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/osclients.py", line 101, in keystone
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager client = create_keystone_client(kw)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/rally/osclients.py", line 74, in create_keystone_client
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return keystone_v2.Client(**args)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/v2_0/client.py", line 152, in __init__
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager self.authenticate()
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/utils.py", line 318, in inner
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return func(*args, **kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/httpclient.py", line 503, in authenticate
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager resp = self.get_raw_token_from_identity_service(**kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/v2_0/client.py", line 186, in get_raw_token_from_identity_service
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return plugin.get_auth_ref(self.session)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/auth/identity/v2.py", line 78, in get_auth_ref
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager authenticated=False, log=False)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/session.py", line 483, in post
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return self.request(url, 'POST', **kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/utils.py", line 318, in inner
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager return func(*args, **kwargs)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager File "/opt/rally/local/lib/python2.7/site-packages/keystoneclient/session.py", line 384, in request
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager raise exceptions.from_response(resp, method, url)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager Unauthorized: The request you have made requires authentication. (HTTP 401)
2015-02-24 22:18:35.092 18702 TRACE rally.benchmark.context.cleanup.manager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment