|
@ -50,7 +50,7 @@ def main(): |
|
|
# make sure to include ex_force_auth_version='3.x_password', as needed in our environment |
|
|
# make sure to include ex_force_auth_version='3.x_password', as needed in our environment |
|
|
provider = get_driver(Provider.OPENSTACK) |
|
|
provider = get_driver(Provider.OPENSTACK) |
|
|
|
|
|
|
|
|
print("Opening connection to %s as %s..." % (auth_url, auth_username)) |
|
|
|
|
|
|
|
|
print(("Opening connection to %s as %s..." % (auth_url, auth_username))) |
|
|
|
|
|
|
|
|
conn = provider(auth_username, |
|
|
conn = provider(auth_username, |
|
|
auth_password, |
|
|
auth_password, |
|
|