From e2d869d1daaca1047665fc47afe5f162e884035b Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 3 Feb 2012 16:03:07 -0600 Subject: Fixes bug 924588: Remove proto-keystone client from novaclient Change-Id: Ib3f3b8bfdefe56a13889796948a0186309c9a313 --- README.rst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index d8049793..944edc85 100644 --- a/README.rst +++ b/README.rst @@ -225,14 +225,6 @@ Quick-start using keystone:: >>> nt.keypairs.list() [...] - # if you want to use the keystone api to modify users/tenants: - >>> from novaclient import client - >>> conn = client.HTTPClient(USER, PASS, TENANT, KEYSTONE_URL) - >>> from novaclient import keystone - >>> kc = keystone.Client(conn.client) - >>> kc.tenants.list() - [...] - What's new? ----------- -- cgit v1.2.1