ボリューム作成失敗

ボリューム作成失敗

ストレージ バックエンドとして cinder と ceph を使用する openstack pike 環境で、サイズが 1 TB のイメージからインスタンスを起動したいと考えています。そのインスタンスのボリューム作成プロセスは、次のメッセージで失敗します。 logs schedule allocate volume:Could not find any available weighted backend.

cinder ログを調べてみると、次のメッセージが見つかりました:

...raise exc.from_response(resp, resp.content)\n', 'glanceclient.exc.HTTPUnauthorized: HTTP 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... 

そして数行後には、次のようになります。
...cinder.exception.ImageNotAuthorized: Not authorized for image...

ただし、イメージ サイズが小さいインスタンスであれば、正常に作成できます。

まず、ボリュームの作成に最大 4 ~ 5 時間かかるため、Keystone のトークンの有効期限が切れているのではないかと疑いました。有効期限を最大 48 時間に延長しましたが、失敗は変わりません。

Glance 自体にトークンの有効期限がある可能性はありますか、それとも Keystone からグローバルにする必要がありますか?

関連情報