diff --git a/devstack/plugin.sh b/devstack/plugin.sh index 838e3062..5af96d8b 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -53,8 +53,7 @@ elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then echo_summary "Configuring Cinder for Ceph" configure_ceph_cinder fi - if is_ceph_enabled_for_service cinder || \ - is_ceph_enabled_for_service nova; then + if is_ceph_enabled_for_service nova; then # NOTE (leseb): the part below is a requirement # to attach Ceph block devices echo_summary "Configuring libvirt secret"