- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Kevin Jackson Cody Bunch Egle Sigler James Denton
- 242字
- 2021-07-02 16:25:06
Common OpenStack identity tasks
This section outlines a number of common steps to take for a number of common actions using the OpenStack Identity service. This is intended as a quick reference guide only. For more detailed information and explanation of each task, refer to Chapter 3, Keystone – OpenStack Identity Service.
Getting ready
Ensure that you have the OpenStack clients installed, as described in the first recipes of this chapter.
How to do it…
Carry out the following steps to create and modify users and projects in OpenStack:
Creating a new user in a project is achieved with the following command. For example, to create the project called development
, execute the following command:
openstack project create development
To create a user called developer
, with a password of password123
, carry out the following command:
openstack user create --domain default --password password123 --enable developer
To add a user with the _member_
role (regular user) to the development
project, carry out the following command:
openstack role add --project development --user developer _member_
As an administrator, you have the ability to alter someone's password. To do this for the developer
user, carry out the following command:
openstack user set --password cookbook4 developer
- Mastering NetBeans
- SQL Server 2016從入門到精通(視頻教學超值版)
- Learning Neo4j 3.x(Second Edition)
- Learn React with TypeScript 3
- 移動界面(Web/App)Photoshop UI設計十全大補
- MongoDB,Express,Angular,and Node.js Fundamentals
- Creating Stunning Dashboards with QlikView
- Extending Unity with Editor Scripting
- Building Dynamics CRM 2015 Dashboards with Power BI
- Natural Language Processing with Python Quick Start Guide
- Struts 2.x權威指南
- 遠方:兩位持續創業者的點滴思考
- Android Game Programming by Example
- 石墨烯改性塑料
- WCF技術剖析(卷1)