0

Devstack 安定版/Juno を Ubuntu 14.04 LTS にインストールしています。次の手順に従いました: devstack のクローンを作成し、stackrc「Git base を httpsに変更」します。localrcファイルは変更しませんでした。./stack.sh を実行するときにパスワードを指定します。

しかし、私はこれらのエラーを抱えています。助けてもらえますか?

+ 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)
4

1 に答える 1