
This will greatly reduce the number of ksc to sdk differences. Why fight it, everyone is used to username anyway. Change-Id: Ie6e897c1baa3184af77510b98790196e8f069f5a
7 lines
268 B
Python
7 lines
268 B
Python
from openstack import connection
|
|
conn = connection.Connection(auth_url="http://openstack:5000/v3",
|
|
project_name="big_project",
|
|
username="SDK_user",
|
|
password="Super5ecretPassw0rd")
|
|
|