lorin / devstack-vm

Boot a VM and auto-install devstack
79 stars 37 forks source link

Fixes #21 - warning caused by direct initialization of novaclient.v2 #22

Closed askb closed 8 years ago

askb commented 8 years ago

Fixes #21 - warning caused by direct initialization of novaclient.v2.client.Client object.

The issue is fixed by passing a version flags to the API and removing the version from the import.

Signed-off-by: Anil Belur askb23@gmail.com

lorin commented 8 years ago

Thanks for the contribution