Guest User

Untitled

a guest
Mar 21st, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. (.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
  2. No handlers could be found for logger "keystoneclient.client"
  3. An unexpected error prevented the server from fulfilling your request. 'TemplatedCatalog' object has no attribute 'service_exists' (HTTP 500)
  4.  
  5. _________________________________________________________
  6. 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>}
  7. 2012-03-21 13:42:51 DEBUG [routes.middleware] Match dict: {'action': u'create_endpoint', 'controller': <keystone.catalog.core.EndpointController object at 0x1fe8810>}
  8. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] arg_dict: {}
  9. 2012-03-21 13:42:51 ERROR [root] 'TemplatedCatalog' object has no attribute 'service_exists'
  10. Traceback (most recent call last):
  11. File "/home/ubuntu/dev/keystone/keystone/common/wsgi.py", line 184, in __call__
  12. result = method(context, **params)
  13. File "/home/ubuntu/dev/keystone/keystone/catalog/core.py", line 169, in create_endpoint
  14. if not self.catalog_api.service_exists(context, service_id):
  15. File "/home/ubuntu/dev/keystone/keystone/common/manager.py", line 44, in __getattr__
  16. f = getattr(self.driver, name)
  17. AttributeError: 'TemplatedCatalog' object has no attribute 'service_exists'
  18. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] ******************** RESPONSE HEADERS ********************
  19. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] Content-Type = application/json
  20. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] Vary = X-Auth-Token
  21. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] Content-Length = 203
  22. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi]
  23. 2012-03-21 13:42:51 DEBUG [keystone.common.wsgi] ******************** RESPONSE BODY ********************
  24. 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"}}
  25.  
  26. 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