Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@kvm2:~# keystone --token admin --endpoint http://localhost:35357/v2.0/ service-create --name=keystone --type=identity --description="Keystone Identity Service"
- WARNING: Bypassing authentication using a token & endpoint (authentication credentials are being ignored).
- /usr/lib/python2.6/site-packages/keystoneclient/exceptions.py:42: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
- self.message = message or self.__class__.message
- /usr/lib/python2.6/site-packages/keystoneclient/exceptions.py:46: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
- return "%s (HTTP %s)" % (self.message, self.code)
- 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