Advertisement
Guest User

Untitled

a guest
Feb 10th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [Traceback (most recent call last):
  2. File "main.py", line 25, in <module>
  3. print(nova_client.hosts.list())
  4. File "/usr/local/lib/python2.7/dist-packages/novaclient/v1_1/hosts.py", line 24, in __repr__
  5. return "<Host: %s>" % self.host
  6. File "/usr/local/lib/python2.7/dist-packages/novaclient/openstack/common/apiclient/base.py", line 489, in __getattr__
  7. raise AttributeError(k)
  8. AttributeError: host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement