Created
February 9, 2015 14:33
-
-
Save dizz/74432817fc72626290bf to your computer and use it in GitHub Desktop.
Exception in DSS SO - needs to use the mcn-tub key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54.154.219.221 - - [09/Feb/2015:14:27:41 +0000] "PUT /orchestrator/default HTTP/1.1" 201 2 "-" "python-requests/2.2.1 CPython/2.7.6 Linux/3.13.0-36-generic" | |
[Mon Feb 09 14:27:42 2015] [error] Dummy-4 \t DEBUG 02/09/2015 02:27:42 PM: \tExecuting deployment logic | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] mod_wsgi (pid=21686): Exception occurred processing WSGI script '/var/lib/openshift/54d8c32dac3c3083df000036/app-root/runtime/repo/wsgi/application'. | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] Traceback (most recent call last): | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/sdk/mcn/occi_ext.py", line 78, in __call__ | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] tenant_name=environ['HTTP_X_TENANT_NAME']) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/occi/wsgi.py", line 232, in _call_occi | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] status, headers, body = handler.handle(mtd, key) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/occi/handlers.py", line 69, in handle | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] return getattr(self, str.lower(method))(key) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/occi/handlers.py", line 235, in post | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] self.extras) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/occi/workflow.py", line 198, in action_entity | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] backend.action(entity, action, attributes, extras) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/sdk/mcn/occi_ext.py", line 124, in action | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] self.deploy_me(entity, attributes, extras) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/app-root/runtime/repo/wsgi/application", line 67, in deploy_me | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] self.so.so_e.deploy(entity) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/app-root/runtime/repo/wsgi/so.py", line 96, in deploy | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] self.stack_id = self.deployer.deploy(self.template, self.token) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/sdk/mcn/deployment.py", line 136, in deploy | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] tmp = heat.stacks.create(**body) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/heatclient/v1/stacks.py", line 119, in create | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] data=kwargs, headers=headers) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/heatclient/common/http.py", line 235, in json_request | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] resp = self._http_request(url, method, **kwargs) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] File "/var/lib/openshift/54d8c32dac3c3083df000036/python/virtenv/lib/python2.7/site-packages/heatclient/common/http.py", line 196, in _http_request | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] raise exc.from_response(resp) | |
[Mon Feb 09 14:27:42 2015] [error] [client 127.8.166.1] HTTPBadRequest: ERROR: Property error : mcr_server: key_name Error validating value u'bart-key': The Key (bart-key) could not be found. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment