Merge "Add service secret to libvirt when cinder enabled"

This commit is contained in:
Zuul 2024-05-13 21:31:47 +00:00 committed by Gerrit Code Review
commit 13f94aaaf2
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Configuring Cinder for Ceph"
configure_ceph_cinder
fi
if is_ceph_enabled_for_service nova; then
if is_ceph_enabled_for_service nova || \
is_ceph_enabled_for_service cinder; then
# NOTE (leseb): the part below is a requirement
# to attach Ceph block devices
echo_summary "Configuring libvirt secret"