报错;The request you have made requires authentication. (HTTP 401) (Request-ID: req-0360519c-92bb-4f85-9815-771b2721803f)

openssl rand -hex 10 生成密钥令牌:265ddc8e5225595f8283

vim /etc/keystone/keystone.conf

[DEFAULT]

admin_token = xxxxxx #输入你上面获得的令牌 #我的令牌:265ddc8e5225595f8283

export OS_TOKEN=265ddc8e5225595f8283

如果还有问题将 export OS_TOKEN置空

export OS_TOKEN=" "

然后输入export OS_PASSWORD=密码

export OS_PASSWORD=keystone

  1. 编辑 /etc/keystone/keystone.conf
    vim /etc/keystone/keystone.conf
    [DEFAULT]
    admin_token = xxxxxx #输入你上面获得的令牌
    [database]、?、
    connection = mysql+pymysql://keystone:keystone@192.168.253.132/keystone
    [token]
    provider = fernet

The request you have made requires authentication. (HTTP 401)_linux