Remove temporary default used for Ceph var migration
Removes support for the variable "cinder_backends_rbd_inuse" since it has been removed from use in the integrated repo. Change-Id: I581cc7f53d3d3f9abace5b0294d735a27beb59f6 Depends-On: I6a76e63881150677352520ce9658f1cf6b7e5456
This commit is contained in:
+1
-4
@@ -386,10 +386,7 @@ nova_ceph_client_uuid: 517a4663-3927-44bc-9ea7-4a90e1cd4c66
|
||||
|
||||
# Enabled upstream if RBD is in use on cinder backends, which requires that
|
||||
# ceph be deployed on the nova compute hosts to enable volume backed instances.
|
||||
# The reference to "cinder_backends_rbd_inuse" will be removed and this var
|
||||
# should be directly defaulted to False after
|
||||
# I6a76e63881150677352520ce9658f1cf6b7e5456 has merged.
|
||||
nova_cinder_rbd_inuse: "{{ cinder_backends_rbd_inuse | default(False) }}"
|
||||
nova_cinder_rbd_inuse: False
|
||||
|
||||
## General Nova configuration
|
||||
# If ``nova_osapi_compute_workers`` is unset the system will use half the number of available VCPUS to
|
||||
|
||||
Reference in New Issue
Block a user