Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. >>> import logging
  2. >>> from neutronclient.neutron import client
  3. >>> logging.basicConfig(level=logging.DEBUG)
  4. >>> neutron = client.Client('2.0')
  5. >>> neutron = client.Client('2.0','http://192.168.200.112:5000/v2.0')
  6. Traceback (most recent call last):
  7. File "<stdin>", line 1, in <module>
  8. File "/opt/stack/python-neutronclient/neutronclient/neutron/client.py", line 65, in Client
  9. return neutron_client(*args, **kwargs)
  10. TypeError: __init__() takes exactly 1 argument (2 given)
  11. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement