2015-04-25 69 views
0

我在Ubuntu 14.04 LTS上安装了Devstack stable/Juno,我按照这个步骤:克隆devstack,修改stackrc“Git base to https”,我没有修改localrc文件,当我运行./stack.sh时提供密码./stack.shdevstack安装上传Fedora镜像失败

但我有这些错误,你能帮我吗?

+ image_name=Fedora-x86_64-20-20140618-sda 
+ disk_format=qcow2 
+ container_format=bare 
+ is_arch ppc64 
++ uname -m 
+ [[ i686 == \p\p\c\6\4 ]] 
+ '[' bare = bare ']' 
+ '[' '' = zcat ']' 
+ openstack --os-token 2c0781724c1b4ed1990b62ac4996b83b --os-url http://192.168.1.8:9292 image create Fedora-x86_64-20-20140618-sda --public --container-format=bare --disk-format qcow2 
ERROR: openstack <html> 
<head> 
    <title>401 Unauthorized</title> 
</head> 
<body> 
    <h1>401 Unauthorized</h1> 
    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.<br /><br /> 
</body> 
</html> (HTTP 401) 

回答

0

我只是清理我的浏览器cookie,然后再次运行./stack.sh和它的工作