当前位置:网站首页>Openstack command operation
Openstack command operation
2022-04-23 15:19:00 【You are my bug forever】
One 、keystone Identity authentication service
1.1、 Configure user environment variables
1、 Switching users (admin):source /home/devstack/openrc admin
2、 Get a list of all users : openstack user list

3、 Get environment variables :export | grep OS

among :
OS_AUTH_TYPE=“password” : “ Password authentication
OS_AUTH_URL=“http://172.25.0.10/identity” : keystone Of Ip Address
OS_CACERT=“” : When keystone Of Ip Address yes http The way to access , If you want to trust this address , You need to add a certificate here , Otherwise, it's time to http After the command want Add --insecre, On behalf of the http Although it is not trusted , But it can also be used
OS_IDENTITY_API_VERSION=“3” : keystone Version of
OS_PASSWORD=“trystack” Password for this user
OS_PROJECT_DOMAIN_ID=“default”: Tenant domin Of ID
OS_PROJECT_NAME=“demo” : The name of the current user's tenant
OS_REGION_NAME=“RegionOne”: Multiple regoin Of Openstack share
OS_TENANT_NAME=“demo”
OS_USERNAME=“admin”: user name
OS_USER_DOMAIN_ID=“default”: This user domin Of Id
OS_VOLUME_API_VERSION=“3”
版权声明
本文为[You are my bug forever]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231406271597.html
边栏推荐
- 重定向和请求转发详解
- win10 任务栏通知区图标不见了
- How does eolink help telecommuting
- Tencent has written a few words, Ali has written them all for a month
- Mysql连接查询详解
- MySQL sync could not find first log file name in binary log index file error
- A series of problems about the best time to buy and sell stocks
- Educational Codeforces Round 127 A-E题解
- Share 3 tools, edit 5 works at home and earn more than 400
- redis-shake 使用中遇到的错误整理
猜你喜欢

Sword finger offer (1) -- for Huawei

LeetCode149-直线上最多的点数-数学-哈希表

Redis主从同步

Detailed explanation of kubernetes (XI) -- label and label selector

nuxt项目:全局获取process.env信息

大文件如何快速上传?

Nuxt project: Global get process Env information

Leetcode165 compare version number double pointer string

如何设计一个良好的API接口?

How does eolink help telecommuting
随机推荐
分布式事务Seata介绍
MySQL Basics
Basic operation of sequential stack
大文件如何快速上传?
SSH connects to the remote host through the springboard machine
My raspberry PI zero 2W toss notes to record some problems and solutions
Introduction to distributed transaction Seata
Introduction to dirty reading, unrepeatable reading and phantom reading
Mysql连接查询详解
8.2 text preprocessing
On the day of entry, I cried (mushroom street was laid off and fought for seven months to win the offer)
让阿里P8都为之着迷的分布式核心原理解析到底讲了啥?看完我惊了
免费在upic中设置OneDrive或Google Drive作为图床
Leetcode151 - invert words in string - String - simulation
Comment eolink facilite le télétravail
脏读、不可重复读和幻读介绍
PSYNC synchronization of redis source code analysis
Fill in the next right node pointer II of each node [classical hierarchy traversal | regarded as linked list]
UML学习_day2
C language super complete learning route (collection allows you to avoid detours)