logo

logo

Saturday 9 August 2014

keystone commands

There are a few important keystone related commands every OpenStack Operators must know.

Service related:

keystone service-list                     :  list the keystone service
keystone service-get                    : get the detailed service information
keystone service-create                : create keystone service
keystone service-delete                : delete the service

endpoint related:

keystone endpoint-list                    : list the keystone endpoint
keystone endpoint-get                    : get the detailed endpoint information
keystone endpoint-create               : create keystone endpoint
keystone endpoint-delete               : delete the endpoint

Tenant related:

keystone tenant-list                       : list the keystone tenant
keystone tenant-get                      : get the detailed tenant information
keystone tenant-create                  : create keystone tenant
keystone tenant-delete                  : delete the tenant
keystone tenant-update                 : update the tenant information

user related:

keystone user-list                            : list the keystone user
keystone user-get                           : get the detailed user information
keystone user-create                      : create keystone user
keystone user-delete                      : delete the user
keystone user-update                     : update the user information
keystone user-password-update     : update the user password information
keystone user-role-update              : update the user role    information
keystone user-role-add                   : add the user role information
keystone user-role-delete                : delete the user role information
keystone user-role-list                     : list the user role information

Role related

keystone role-list                             : list the keystone role
keystone role-get                            : get the detailed role information
keystone role-create                     : create keystone role

keystone role-delete                     : delete the role

No comments:

Post a Comment