From c2d5fce3fc7f3de26f08240eaad51d57e214d526 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Fri, 11 Mar 2016 15:01:55 -0600 Subject: [PATCH] Remove doc references to the keystone CLI There were a couple of references to the keystone CLI which doesn't exist anymore. This was causing warnings when building the docs. Change-Id: I75714b73884e832e95a62db2b48edf2adc2a0361 --- doc/source/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 7fe82d87e..a96698ede 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -3,15 +3,13 @@ Python bindings to the OpenStack Identity API (Keystone) This is a client for OpenStack Identity API. There's a Python API for :doc:`Identity API v3 ` and :doc:`v2 ` (the -:mod:`keystoneclient` modules), and a command-line script (installed as -:doc:`keystone `). +:mod:`keystoneclient` modules). Contents: .. toctree:: :maxdepth: 1 - man/keystone using-api-v3 using-sessions authentication-plugins