Fix glance-api pod always in init status

PVC of Block Storage does not support RWX, the number of replicas here can only be 1.

Closes-Bug: #1917445
Change-Id: Ie5eaa4179ba845457b5704fa97b7b54033de43a6
This commit is contained in:
jinyuanliu 2021-03-02 19:32:50 +08:00 committed by Chris Wedgwood
parent 2f80bd3ff2
commit c1ff8a45ba

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