Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (.venv)ubuntu@messaging:~/dev/keystone$ keystone endpoint-create --region RegionOne --service_id $ID --publicurl $NOVA_PUBLIC_URL --adminurl $NOVA_ADMIN_URL --internalurl $NOVA_INTERNAL_URL
- No handlers could be found for logger "keystoneclient.client"
- An unexpected error prevented the server from fulfilling your request. 'TemplatedCatalog' object has no attribute 'service_exists' (HTTP 500)
- _________________________________________________________
- 2012-03-21 13:42:51 DEBUG [routes.middleware] Route path: '/endpoints', defaults: {'action': u'create_endpoint', 'controller': <keystone.catalog.core.EndpointController object at 0x1fe8810>}
- 2012-03-21 13:42:51 DEBUG [routes.middleware] Match dict: {'action': u'create_endpoint', 'controller': <keystone.catalog.core.EndpointController object at 0x1fe8810>}
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] arg_dict: {}
- 2012-03-21 13:42:51 ERROR [root] 'TemplatedCatalog' object has no attribute 'service_exists'
- Traceback (most recent call last):
- File "/home/ubuntu/dev/keystone/keystone/common/wsgi.py", line 184, in __call__
- result = method(context, **params)
- File "/home/ubuntu/dev/keystone/keystone/catalog/core.py", line 169, in create_endpoint
- if not self.catalog_api.service_exists(context, service_id):
- File "/home/ubuntu/dev/keystone/keystone/common/manager.py", line 44, in __getattr__
- f = getattr(self.driver, name)
- AttributeError: 'TemplatedCatalog' object has no attribute 'service_exists'
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] ******************** RESPONSE HEADERS ********************
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] Content-Type = application/json
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] Vary = X-Auth-Token
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] Content-Length = 203
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi]
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] ******************** RESPONSE BODY ********************
- 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] {"error": {"message": "An unexpected error prevented the server from fulfilling your request. 'TemplatedCatalog' object has no attribute 'service_exists'", "code": 500, "title": "Internal Server Error"}}
- 2012-03-21 13:42:51 DEBUG [eventlet.wsgi.server] 192.168.122.102 - - [21/Mar/2012 13:42:51] "POST /v2.0//endpoints HTTP/1.1" 500 351 0.003301
Advertisement
Add Comment
Please, Sign In to add comment