Add missing equal sign to README
Change-Id: Ie1b55ecb055e06d232674198dc52d0ad6a5517d5
This commit is contained in:
parent
3928f9958c
commit
481e17ab91
@ -19,7 +19,7 @@ the containers in the Object Store service.::
|
||||
from openstack import connection
|
||||
conn = connection.Connection(auth_url="http://openstack:5000/v3",
|
||||
project_name="big_project",
|
||||
username"SDK_user",
|
||||
username="SDK_user",
|
||||
password="Super5ecretPassw0rd")
|
||||
for container in conn.object_store.containers():
|
||||
print(container.name)
|
||||
|
Loading…
Reference in New Issue
Block a user