当前位置:网站首页>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
边栏推荐
- Sword finger offer (2) -- for Huawei
- Hj31 word inversion
- Three uses of kprobe
- The life cycle of key value in redis module programming
- Nacos程序连接MySQL8.0+ NullPointerException
- MySQL InnoDB transaction
- 小红书 timestamp2 (2022/04/22)
- Leetcode exercise - 396 Rotation function
- Leetcode162 - find peak - dichotomy - array
- Alexnet model
猜你喜欢
How does eolink help telecommuting
On the day of entry, I cried (mushroom street was laid off and fought for seven months to win the offer)
Thinkphp5 + data large screen display effect
让阿里P8都为之着迷的分布式核心原理解析到底讲了啥?看完我惊了
Tencent has written a few words, Ali has written them all for a month
Detailed explanation of kubernetes (XI) -- label and label selector
T2 iCloud日历无法同步
setcontext getcontext makecontext swapcontext
8.2 text preprocessing
Differential privacy (background)
随机推荐
Basic operation of circular queue (Experiment)
Detailed explanation of kubernetes (XI) -- label and label selector
Leetcode149 - maximum number of points on a line - Math - hash table
TLS / SSL protocol details (28) differences between TLS 1.0, TLS 1.1 and TLS 1.2
Design of digital temperature monitoring and alarm system based on DS18B20 single chip microcomputer [LCD1602 display + Proteus simulation + C program + paper + key setting, etc.]
Mysql连接查询详解
Llvm - generate for loop
Lotus DB design and Implementation - 1 Basic Concepts
重定向和请求转发详解
API gateway / API gateway (II) - use of Kong - load balancing
Llvm - generate if else and pH
Have you really learned the operation of sequence table?
What exactly does the distributed core principle analysis that fascinates Alibaba P8? I was surprised after reading it
How to use OCR in 5 minutes
After time judgment of date
async关键字
Ffmpeg installation error: NASM / yasm not found or too old Use --disable-x86asm for a clipped build
函数(第一部分)
8.2 text preprocessing
Async void caused the program to crash