Merge "Fix glance-api pod always in init status"

This commit is contained in:
Zuul 2022-01-19 04:08:30 +00:00 committed by Gerrit Code Review
commit 39531fb386

View File

@ -28,7 +28,7 @@ tee /tmp/glance.yaml <<EOF
storage: ${GLANCE_BACKEND}
pod:
replicas:
api: 2
api: 1
registry: 2
EOF