From c204613ee48fd1e2e3a5fe5b32c23be769ca11b3 Mon Sep 17 00:00:00 2001 From: igormilovanovic Date: Mon, 18 Aug 2014 17:04:49 +0100 Subject: [PATCH] Quickstart (README) doc should refer to nova Closes Bug: #1358385 Change-Id: I0d9592d3221f3a4295bce7e5da8472ea73e0bcc7 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1fef0d4ba..2bbee7483 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,7 @@ Python API There's also a complete Python API, but it has not yet been documented. -Quick-start using keystone:: +To use with nova, with keystone as the authentication system:: # use v2.0 auth with http://example.com:5000/v2.0/") >>> from novaclient.v1_1 import client