From c0cb57d56c70b500cf004af06d632922887dec71 Mon Sep 17 00:00:00 2001 From: "Haomeng, Wang" Date: Fri, 11 Oct 2013 15:29:29 +0800 Subject: [PATCH] Ceilometer has no such project-list subcommand Should remove project-list command in the document fixes bug: #1238469 Change-Id: Iab188f101be22b483edd329d2e7f1f0be4388ab8 --- doc/source/webapi/v2.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/source/webapi/v2.rst b/doc/source/webapi/v2.rst index 79beddb39..ad92268c0 100644 --- a/doc/source/webapi/v2.rst +++ b/doc/source/webapi/v2.rst @@ -75,11 +75,6 @@ Ceilometer CLI Commands:: $ ceilometer --debug --os-username --os-password --os-auth-url http://localhost:5000/v2.0/ --os-tenant-name admin meter-list -or:: - - $ ceilometer --os-username admin --os-password password --os-tenant-name admin project-list - - .. note:: The *username*, *password*, and *tenant-name* options are required to be present in these commands or specified via environment variables. Note that the in-line commands will override the environment variables.