码迷,mamicode.com
首页 > Web开发 > 详细

在安装Openstack的keystone认证服务时,出现The request you have made requires authentication. (HTTP 401) (Request-ID: req-f94bebba-f0c5-4a92-85问题的处理

时间:2019-07-22 18:33:36      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:dac   随机   exp   报错   oar   port   key   stack   tor   

 
创建openstack的keystone认证服务器报错:
The request you have made requires authentication. (HTTP 401) (Request-ID: req-f94bebba-f0c5-4a92-85
 
处理方法:
#openssl rand -hex 10                 //随机获取一个值
c833dac455762a01542a
#vi /etc/keystore/keystore.conf
[admin_token]
admin_token=c833dac455762a01542a
#export OS_TOKEN=c833dac455762a01542a          //重新配置环境变量

在安装Openstack的keystone认证服务时,出现The request you have made requires authentication. (HTTP 401) (Request-ID: req-f94bebba-f0c5-4a92-85问题的处理

标签:dac   随机   exp   报错   oar   port   key   stack   tor   

原文地址:https://www.cnblogs.com/hardy46/p/11227264.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!