2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

openstack kilo Packstack でOSイメージがアップロードできなかった場合

2
Last updated at Posted at 2015-08-20

学習目的で、openstackをCentOS7にPackstackを用いてインストールしたのですが、
OSイメージをアップロードする際に、ステータスが「Queued」から進行しませんでした。

調べてみると、kiloの既知のバグだったようです。

Glance Image upload from dashboard stuck in queue state forever

こちらで回答されていて、この通り

/usr/share/openstack-dashboard/openstack_dashboard/api/glance.py

を書き換えたところ、すぐにイメージのアップロードが完了しました。

Packstackのバージョンアップの方法が分からず直接書き換えてしまいました。

ところで、ダッシュボードからhttp経由でイメージをダウンロードする方法を選んだときも、
ダウンロードが一向に終わりませんでした。
こちらはバグではなさそうでした。ネットワークがうまく機能していないのでしょうか。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?