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:
parent
96c6635a15
commit
b9f3b515a4
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user