We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6cb9c commit a58a0ebCopy full SHA for a58a0eb
simple_conn_using_auth_url.py
@@ -0,0 +1,7 @@
1
+from openstack import connection
2
+
3
+conn = connection.Connection(
4
+ auth_url = 'http://YOUR_floating_IP:5000/v2.0',
5
+ username = 'YOUR_USERNAME',
6
+ password = 'YOUR_PASSWORD',
7
+ project_name = 'YOUR_PROJECT_NAAME')
0 commit comments