From a86d88161d90abc76c0761ab71816094e0f152b9 Mon Sep 17 00:00:00 2001 From: Abishek Subramanian Date: Wed, 19 Aug 2015 12:25:45 -0400 Subject: [PATCH] Fix Keystone CLI Given keystone CLI is being deprecated to use openstack, updating the maintenance chapter to reflect the new CLI. Changed keystone tenant-list to openstack project list. Change-Id: I362e9a6b6f882683158f6ba8283f4410cb0920f5 Closes-Bug: #1485440 --- doc/openstack-ops/ch_ops_maintenance.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/openstack-ops/ch_ops_maintenance.xml b/doc/openstack-ops/ch_ops_maintenance.xml index 2d140764..54db7050 100644 --- a/doc/openstack-ops/ch_ops_maintenance.xml +++ b/doc/openstack-ops/ch_ops_maintenance.xml @@ -100,14 +100,14 @@ Also check that all services are functioning. The following set of commands sources the openrc file, then runs some basic - glance, nova, and keystone commands. If the commands work as expected, + glance, nova, and openstack commands. If the commands work as expected, you can be confident that those services are in working condition: # source openrc # glance index # nova list -# keystone tenant-list +# openstack project list For the storage proxy, ensure that the Object Storage service has resumed: