demo1-getting-started.py converted to python 3 using 2to3 library

This commit is contained in:
Usama Tahir 2023-08-07 11:00:31 +05:00
parent 7c2a5341af
commit 33dfb54db2

View File

@ -50,7 +50,7 @@ def main():
# make sure to include ex_force_auth_version='3.x_password', as needed in our environment
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,
auth_password,