Guest User

Untitled

a guest
Oct 3rd, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. >>> from novaclient import client
  2. >>> conn = client.HTTPClient("xxx", "xxx", "customer1", "http://xx.xx.xx.xx:5000/v2.0")
  3. >>> from novaclient import keystone
  4. >>> kc = keystone.Client(conn)
  5. Traceback (most recent call last):
  6. File "<input>", line 1, in <module>
  7. File "/usr/lib/python2.7/site-packages/python_novaclient-2.6.6-py2.7.egg/novaclient/keystone/client.py", line 49,
  8. in __init__
  9. endpoint = client.service_catalog.url_for('identity', 'admin')
  10. File "/usr/lib/python2.7/site-packages/python_novaclient-2.6.6-py2.7.egg/novaclient/service_catalog.py", line 43,
  11. in url_for
  12. if filter_value == None or endpoint[attr] == filter_value:
  13. KeyError: 'identity'
  14.  
Advertisement
Add Comment
Please, Sign In to add comment