Adding tls support for libvirt
The patchs adds TLS support in case of it is enabled for
nova compute process.
Change-Id: Ie14de155befc2f042f5425c22c4913a2b0f1913c
Related-PROD: PROD-23583
diff --git a/tests/pillar/agent_single.sls b/tests/pillar/agent_single.sls
index 300e747..2b99238 100644
--- a/tests/pillar/agent_single.sls
+++ b/tests/pillar/agent_single.sls
@@ -8,6 +8,10 @@
publisher:
default:
enabled: true
+ libvirt:
+ ssl:
+ enabled: true
+ libvirt_uri: qemu://
identity:
engine: keystone
host: 127.0.0.1