Merge "Fix resume_guests_state_on_host_boot_enabled fact"

This commit is contained in:
Zuul 2019-07-25 17:32:43 +00:00 committed by Gerrit Code Review
commit 8075cd94b3
1 changed files with 2 additions and 1 deletions

View File

@ -388,6 +388,7 @@ resources:
nova::compute::libvirt::num_pcie_ports: NovaLibvirtNumPciePorts nova::compute::libvirt::num_pcie_ports: NovaLibvirtNumPciePorts
nova::compute::libvirt::mem_stats_period_seconds: NovaLibvirtMemStatsPeriodSeconds nova::compute::libvirt::mem_stats_period_seconds: NovaLibvirtMemStatsPeriodSeconds
nova::compute::rbd::ephemeral_storage: NovaEnableRbdBackend nova::compute::rbd::ephemeral_storage: NovaEnableRbdBackend
resume_guests_state_on_host_boot: NovaResumeGuestsStateOnHostBoot
- values: {get_param: [RoleParameters]} - values: {get_param: [RoleParameters]}
- values: - values:
NovaVcpuPinSet: {get_param: NovaVcpuPinSet} NovaVcpuPinSet: {get_param: NovaVcpuPinSet}
@ -749,7 +750,7 @@ outputs:
when: nfs_backend_enable|bool when: nfs_backend_enable|bool
- name: is Nova Resume Guests State On Host Boot enabled - name: is Nova Resume Guests State On Host Boot enabled
set_fact: set_fact:
resume_guests_state_on_host_boot_enabled: {get_param: NovaResumeGuestsStateOnHostBoot} resume_guests_state_on_host_boot_enabled: {get_attr: [RoleParametersValue, value, resume_guests_state_on_host_boot]}
- name: install libvirt-guests systemd unit file (docker) - name: install libvirt-guests systemd unit file (docker)
when: when:
- resume_guests_state_on_host_boot_enabled|bool - resume_guests_state_on_host_boot_enabled|bool