diff options
Diffstat (limited to 'manifests/profile/base/nova/libvirt.pp')
-rw-r--r-- | manifests/profile/base/nova/libvirt.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/profile/base/nova/libvirt.pp b/manifests/profile/base/nova/libvirt.pp index 332e33b..83f0c38 100644 --- a/manifests/profile/base/nova/libvirt.pp +++ b/manifests/profile/base/nova/libvirt.pp @@ -26,6 +26,8 @@ class tripleo::profile::base::nova::libvirt ( $step = Integer(hiera('step')), ) { + include ::tripleo::profile::base::nova::compute_libvirt_shared + if $step >= 4 { include ::tripleo::profile::base::nova include ::tripleo::profile::base::nova::migration::client @@ -47,6 +49,4 @@ class tripleo::profile::base::nova::libvirt ( include ::nova::compute::libvirt::qemu } - include ::tripleo::profile::base::nova::compute_libvirt_shared - } |