Merge "Only import libvirt secret when nova is enabled"
This commit is contained in:
commit
51f8550b02
@ -55,8 +55,7 @@ elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
|
|||||||
echo_summary "Configuring Cinder for Ceph"
|
echo_summary "Configuring Cinder for Ceph"
|
||||||
configure_ceph_cinder
|
configure_ceph_cinder
|
||||||
fi
|
fi
|
||||||
if is_ceph_enabled_for_service cinder || \
|
if is_ceph_enabled_for_service nova; then
|
||||||
is_ceph_enabled_for_service nova; then
|
|
||||||
# NOTE (leseb): the part below is a requirement
|
# NOTE (leseb): the part below is a requirement
|
||||||
# to attach Ceph block devices
|
# to attach Ceph block devices
|
||||||
echo_summary "Configuring libvirt secret"
|
echo_summary "Configuring libvirt secret"
|
||||||
|
Loading…
Reference in New Issue
Block a user