xjtu_qyq的博客在许多安装文档中,都要sourceadmin-...不执行sourceadmin-openrc.sh,直接执行neutron port-list会出现以下错误: Auth plugin requires parameters which were not given: auth_url neutron port-list的入口...
‘秋歌:的博客source /etc/keystone/admin-openrc.sh 生效环境变量 #glance mysql mysql -uroot -p$DB_PASS -e "create database IF NOT EXISTS glance ;" mysql -uroot -p$DB_PASS -e "GRANT ALL PRIVILEGES ON glance.* TO '...
飞鸿踏雪Ben归来的博客[root@server ~]# openstack extension list --networkMissing value auth-url required for auth plugin passwordRCA:没有source环境变量导致。在家的时候操作是没有问题的,因为我按文档export了环境变量,如下。...
‘秋歌:的博客/bin/bash #声明解释器路径 source /etc/xiandian/openrc.sh #生效环境变量 #keystone mysql mysql -uroot -p$DB_PASS -e "create database IF NOT EXISTS keystone ;" #登录MySQL数据库,创建keystone...
‘秋歌:的博客source /etc/keystone/admin-openrc.sh mysql -uroot -p$DB_PASS -e "create database IF NOT EXISTS heat ;" mysql -uroot -p$DB_PASS -e "GRANT ALL PRIVILEGES ON heat.* TO 'heat'@'localhost' IDENTIFIED BY '...
‘秋歌:的博客iaas-install-nova-...source /etc/keystone/admin-openrc.sh 生效环境变量 #mysql nova mysql mysql -uroot -p$DB_PASS -e "create database IF NOT EXISTS nova ;" mysql -uroot -p$DB_PASS -e "create ...
热气球、的博客#!/bin/bashsource /etc/xiandian/openrc....source /etc/keystone/admin-openrc.sh mysql -uroot -p$DB_PASS -e "create database IF NOT EXISTS glance ;" mysql -uroot -p$DB_PASS -e "GRANT ALL PRIVILEGES O...
热气球、的博客#!/bin/bashsource /etc/xiandian/...source /etc/keystone/admin-openrc.sh 创建nova数据库 mysql -uroot -p$DB_PASS -e "create database IF NOT EXISTS nova ;" mysql -uroot -p$DB_PASS -e "GRANT ALL PRIVIL...