Comment 10 for bug 1654645

Revision history for this message
Steve Martinelli (stevemar) wrote :

install python-openstackclient in a virtualenv so you can avoid dependency hell and mixing server releases with client releases:

  $ virtualenv osc
  $ source osc/bin/activate
  (osc) $ pip install python-openstackclient (should install latest)