[ceph] Deploy ceph failed at controller node for multiple node
Controller node wouldn't install libvirt package. The package will only been installed at nodes which had enable nova-compute. We only need to configure libvirt secret if it had enable nova-compute. Change-Id: I9cd6baf1820ce9f71c276d7e8b670307833578a5 Closes-Bug: 1515960
This commit is contained in:
parent
a9b9fca5ef
commit
65a028bf1c
@ -32,7 +32,7 @@ if is_service_enabled ceph; then
|
|||||||
echo_summary "Configuring Cinder for Ceph"
|
echo_summary "Configuring Cinder for Ceph"
|
||||||
configure_ceph_cinder
|
configure_ceph_cinder
|
||||||
fi
|
fi
|
||||||
if is_service_enabled cinder || is_service_enabled nova; then
|
if is_service_enabled n-cpu; then
|
||||||
# NOTE (leseb): the part below is a requirement to attach Ceph block devices
|
# NOTE (leseb): the part below is a requirement to attach Ceph block devices
|
||||||
echo_summary "Configuring libvirt secret"
|
echo_summary "Configuring libvirt secret"
|
||||||
import_libvirt_secret_ceph
|
import_libvirt_secret_ceph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user