works around a VersionConflict error by including the requirements on
jsonschema when installing python-openstackclient
also pin the version of python-openstackclient, because newer clients
don't seem to recognize --os-url
Signed-off-by: Casey Bodley <cbodley@redhat.com>
])
run_in_keystone_venv(ctx, client,
- [ 'pip', 'install', 'python-openstackclient' ])
+ [ 'pip', 'install', 'python-openstackclient<=3.19.0',
+ '-r', 'requirements.txt'
+ ])
try:
yield
finally: