分享

【求助】搭建环境是无法在glance中导入image

金人杰_nebwT 发表于 2015-2-1 18:50:50 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 1 13068
又来请教给位前辈了。
按照sstutu大神的教程http://www.aboutyun.com/thread-7212-1-1.html,一步步走到向glance导入image时,执行如下命令
glance image-create --name myFirstImage --is-public true --container-format bare --disk-format qcow2 --location http://download.cirros-cloud.net ... 3.1-x86_64-disk.img
结果报错
    raise exception.NotAuthenticated(res.read())
NotAuthenticated: 401 Unauthorized
This server could not verify that you are authorized to access the document you requested. Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.
Authentication required
(HTTP 500)
我看了一下,大约是权限不对,密码错误。在论坛上浏览了一下帖子,感觉是环境变量的问题。
这是我的环境变量
export OS_TENANT_NAME="admin"
export OS_USERNAME="admin"
export OS_PASSWORD="admin_pass"
export OS_AUTH_URL="http://192.168.1.50:5000/v2.0/"
一切都是按照教程来的,注册用户时使用的参数是
HOST_IP=10.10.10.51
ADMIN_PASSWORD=${ADMIN_PASSWORD:-admin_pass}
SERVICE_PASSWORD=${SERVICE_PASSWORD:-service_pass}
export SERVICE_TOKEN="ADMIN"
export SERVICE_ENDPOINT="http://${HOST_IP}:35357/v2.0"
SERVICE_TENANT_NAME=${SERVICE_TENANT_NAME:-service}
自己也反复安装了两次都出现了这样的错误。。baidu也搜不到答案。。。又来麻烦各位了,感激不尽!

已有(1)人评论

跳转到指定楼层
nextuser 发表于 2015-2-2 13:42:21
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条