January 2018
Intermediate to advanced
398 pages
7h 54m
English
Removing users from OpenStack Identity is a simple one step process. In this example, we will show how to delete a user named oldreader.
Ensure that you are logged on to a correctly configured OpenStack client and can access the OpenStack environment as a user with admin privileges.
Refer to Chapter 2, The OpenStack Client, for details of setting up your environment to use OpenStack command-line client.
In order to delete a user, execute the following commands:
openstack user list

oldreader user:
openstack user delete oldreader
This command will ...
Read now
Unlock full access