Add missing equal sign to README

Change-Id: Ie1b55ecb055e06d232674198dc52d0ad6a5517d5
This commit is contained in:
Brian Curtin 2015-03-10 16:37:29 -05:00
parent 3928f9958c
commit 481e17ab91
1 changed files with 1 additions and 1 deletions

View File

@ -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)