Default nova_cinder_rbd_inuse when it is not set

If the fact is not set, default it according to the os_nova role
defaults.

Change-Id: I368594c920953a8e042329aabb927386d2f0788a
This commit is contained in:
Logan V 2019-08-08 13:03:13 -05:00
parent 96c6635a15
commit b9f3b515a4
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
roles:
- role: "os_nova"
nova_management_address: "{{ management_address }}"
nova_cinder_rbd_inuse: "{{ hostvars['localhost']['nova_cinder_rbd_inuse'] }}"
nova_cinder_rbd_inuse: "{{ hostvars['localhost']['nova_cinder_rbd_inuse'] | default(False) }}"
- role: "system_crontab_coordination"
tags: