Fix nova_rbd_inuse var

The var did not contain jinja braces even though it is a jinja
expression.

Change-Id: Ibcd5a9292390bb9b60c33570649c9afb05e17fff
This commit is contained in:
Logan V 2019-08-03 16:42:43 -05:00
parent 5657b56f6f
commit e57db22374
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ nova_ceph_client_uuid: 517a4663-3927-44bc-9ea7-4a90e1cd4c66
nova_cinder_rbd_inuse: False
# Used to determine if we need a Ceph client
nova_rbd_inuse: "(nova_libvirt_images_rbd_pool is defined) or (nova_cinder_rbd_inuse | bool)"
nova_rbd_inuse: "{{ (nova_libvirt_images_rbd_pool is defined) or (nova_cinder_rbd_inuse | bool) }}"
## General Nova configuration
# If ``nova_osapi_compute_workers`` is unset the system will use half the number of available VCPUS to