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