openstack 错误集锦
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了openstack 错误集锦相关的知识,希望对你有一定的参考价值。
在创建用户时报
[[email protected] ~]# openstack user create --password-prompt neutron
User Password:
Repeat User Password:
The request you have made requires authentication. (HTTP 401) (Request-ID: req-6750cf88-b2b0-4f07-89fa-
解决方法:
把admin-token中的admin-token环境变量去掉
[[email protected] ~]# echo $OS_TOKEN
d55a8891f4adb5796f32
[[email protected] ~]# unset OS_TOKEN
[[email protected] ~]# echo $OS_TOKEN
[[email protected] ~]# openstack user create --password-prompt neutron
User Password:
Repeat User Password:
+-----------+----------------------------------+
| Field | Value |
+-----------+----------------------------------+
| domain_id | default |
| enabled | True |
| id | 8004b1a254674184a47000058b28cb8c |
| name | neutron |
+-----------+----------------------------------+
若有token时,可以删除和查看用户但是不能创建用户。(原因待查询)
本文出自 “完美世界!” 博客,请务必保留此出处http://shyln.blog.51cto.com/6890594/1791097
以上是关于openstack 错误集锦的主要内容,如果未能解决你的问题,请参考以下文章
集群服务消息队列Nova Cells...丨OpenStack的12个关键技术突破口
安装openstack dashboard时网页访问HTTP500错误