From 481e17ab91cb437de2ef14bedffb9cf11af30203 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Tue, 10 Mar 2015 16:37:29 -0500 Subject: [PATCH] Add missing equal sign to README Change-Id: Ie1b55ecb055e06d232674198dc52d0ad6a5517d5 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a4eb54c0a..ff3c07afd 100644 --- a/README.rst +++ b/README.rst @@ -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)