[readme] use openstackclient to delete users

The python-keystoneclient CLI is deprecated in favor
of python-openstackclient, python-openstackclient should
be used to remove users.

Change-Id: Ib2291526263c6c8de5cc602a82e52391aa9e526e
This commit is contained in:
Christian Berendt 2015-11-19 12:56:03 +01:00 committed by Christian Berendt
parent 2a12a76965
commit f139d650c1
1 changed files with 2 additions and 2 deletions

View File

@ -236,12 +236,12 @@ to the project will have been definitively deleted.
$ ./ospurge --cleanup-project demo
Project demo doesn't exist
* Users can be deleted by using the ``python-keystoneclient`` command-line
* Users can be deleted by using the ``python-openstackclient`` command-line
interface:
.. code-block:: console
$ keystone user-delete <username_or_userid>
$ openstack user delete <user>
How to contribute