commit | 6cd0d2a64f6d834a8f7653b712c9544b38f2573b | [log] [tgz] |
---|---|---|
author | Ivan Berezovskiy <iberezovskiy@mirantis.com> | Tue Jan 14 09:22:50 2020 +0000 |
committer | Gerrit Code Review <mail@domain.com> | Tue Jan 14 09:22:50 2020 +0000 |
tree | 62a901669670b1a83ecf3480f03662f8c80ef7dd | |
parent | 09332bdce682725aaf78fedd0aa08478f86d0917 [diff] | |
parent | 075cb4ff6b2fe5a3de689dc1339215eece42a3f9 [diff] |
Merge "Fix for interface for nova calls on compute node" into release/2019.2.0
diff --git a/nova/compute.sls b/nova/compute.sls index 4f9af4a..9450a30 100644 --- a/nova/compute.sls +++ b/nova/compute.sls
@@ -350,6 +350,9 @@ - names: {{ compute.services }} - require: - sls: nova._ssl.rabbitmq +{%- if compute.get('compute_driver', 'libvirt.LibvirtDriver') == 'libvirt.LibvirtDriver' and compute.ceph is defined %} + - pkg: ceph_package +{%- endif %} - watch: - file: /etc/nova/nova.conf