The keystoneclient.v2_0.shell Module

keystoneclient.v2_0.shell.do_catalog(kc, args)
keystoneclient.v2_0.shell.do_ec2_credentials_create(kc, args)

Create EC2-compatibile credentials for user per tenant

keystoneclient.v2_0.shell.do_ec2_credentials_delete(kc, args)

Delete EC2-compatibile credentials

keystoneclient.v2_0.shell.do_ec2_credentials_get(kc, args)

Display EC2-compatibile credentials

keystoneclient.v2_0.shell.do_ec2_credentials_list(kc, args)

List EC2-compatibile credentials for a user

keystoneclient.v2_0.shell.do_endpoint_create(kc, args)

Create a new endpoint associated with a service

keystoneclient.v2_0.shell.do_endpoint_delete(kc, args)

Delete a service endpoint

keystoneclient.v2_0.shell.do_endpoint_get(kc, args)
keystoneclient.v2_0.shell.do_endpoint_list(kc, args)

List configured service endpoints

keystoneclient.v2_0.shell.do_password_update(kc, args)

Update own password

keystoneclient.v2_0.shell.do_role_create(kc, args)

Create new role

keystoneclient.v2_0.shell.do_role_delete(kc, args)

Delete role

keystoneclient.v2_0.shell.do_role_get(kc, args)

Display role details

keystoneclient.v2_0.shell.do_role_list(kc, args)

List all roles

keystoneclient.v2_0.shell.do_service_create(kc, args)

Add service to Service Catalog

keystoneclient.v2_0.shell.do_service_delete(kc, args)

Delete service from Service Catalog

keystoneclient.v2_0.shell.do_service_get(kc, args)

Display service from Service Catalog

keystoneclient.v2_0.shell.do_service_list(kc, args)

List all services in Service Catalog

keystoneclient.v2_0.shell.do_tenant_create(kc, args)

Create new tenant

keystoneclient.v2_0.shell.do_tenant_delete(kc, args)

Delete tenant

keystoneclient.v2_0.shell.do_tenant_get(kc, args)

Display tenant details

keystoneclient.v2_0.shell.do_tenant_list(kc, args)

List all tenants

keystoneclient.v2_0.shell.do_tenant_update(kc, args)

Update tenant name, description, enabled status

keystoneclient.v2_0.shell.do_token_get(kc, args)
keystoneclient.v2_0.shell.do_user_create(kc, args)

Create new user

keystoneclient.v2_0.shell.do_user_delete(kc, args)

Delete user

keystoneclient.v2_0.shell.do_user_get(kc, args)

Display user details.

keystoneclient.v2_0.shell.do_user_list(kc, args)

List users

keystoneclient.v2_0.shell.do_user_password_update(kc, args)

Update user password

keystoneclient.v2_0.shell.do_user_role_add(kc, args)

Add role to user

keystoneclient.v2_0.shell.do_user_role_list(kc, args)

List roles granted to a user

keystoneclient.v2_0.shell.do_user_role_remove(kc, args)

Remove role from user

keystoneclient.v2_0.shell.do_user_update(kc, args)

Update user’s name, email, and enabled status

keystoneclient.v2_0.shell.require_service_catalog(f)

Previous topic

The keystoneclient.v2_0.services Module

Next topic

The keystoneclient.v2_0.tenants Module

This Page