Guest User

Untitled

a guest
Jan 21st, 2013
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. root@kvm2:~# keystone --token admin  --endpoint http://localhost:35357/v2.0/  service-create  --name=keystone  --type=identity  --description="Keystone Identity Service"
  2. WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
  3. /usr/lib/python2.6/site-packages/keystoneclient/exceptions.py:42: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  4.   self.message = message or self.__class__.message
  5. /usr/lib/python2.6/site-packages/keystoneclient/exceptions.py:46: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  6.   return "%s (HTTP %s)" % (self.message, self.code)
  7. Unable to communicate with identity service: {"error": {"message": "An unexpected error prevented the server from fulfilling your request. __init__() keywords must be strings", "code": 500, "title": "Internal Server Error"}}. (HTTP 500)
Advertisement
Add Comment
Please, Sign In to add comment