We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i tried to get the details of OVH Public cloud, using your inventory it shows the below Error.
File "ovh_public_cloud.py", line 121 print OvhPublicCloudInventory() ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
This project is outdated and worked with python2. print syntax has changed with python3, so feel free to fork it and update it !
Sorry, something went wrong.
No branches or pull requests
When i tried to get the details of OVH Public cloud, using your inventory it shows the below Error.
File "ovh_public_cloud.py", line 121
print OvhPublicCloudInventory()
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: