この修正を適用する必要があります: https://review.openstack.org/#/c/22305/
次の行をコピーして端末に貼り付けました。
root@grid1:/home/username/openstackgeek# git fetch https://review.openstack.org/openstack/glance refs/changes/05/22305/1 && git checkout
答えは:
FETCH_HEAD
warning: no common commits
remote: Counting objects: 15564, done
remote: Finding sources: 100% (15564/15564)
remote: Total 15564 (delta 9487), reused 13155 (delta 9487)
Receiving objects: 100% (15564/15564), 6.10 MiB | 126 KiB/s, done.
Resolving deltas: 100% (9487/9487), done.
From https://review.openstack.org/openstack/glance
* branch refs/changes/05/22305/1 -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 12d28c3... Swallow UserWarning from glance-cache-manage
この修正を完了するための他の手順はありますか? 以下のエラーが発生し、それでもエラーが発生するため、この修正を行っています。
root@grid1:/home/username/openstackgeek# glance-cache-manage list-cached
Cache management middleware not enabled on host 0.0.0.0
皆さんがこれで私を助けてくれることを願っています。