From 14f5c1402e4268b5940a5258814cb198dc8f3bda Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 29 Nov 2017 17:27:28 +0100 Subject: Make sure the docker service is started We are installing the docker package but not checking if it is started The service name for the three distros is the same but I still added the variable in each distro variables file to keep best practices Change-Id: I0c73069ea7edc366e824cf39d14d24d1416fd6c3 Signed-off-by: Manuel Buil --- xci/var/Suse.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/var/Suse.yml') diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml index 6b4c76ec..a041e18b 100644 --- a/xci/var/Suse.yml +++ b/xci/var/Suse.yml @@ -11,3 +11,4 @@ interface: "eth0" python_crypto_package_name: python-pycrypto docker_package_name: docker +docker_service_name: docker -- cgit 1.2.3-korg