aboutsummaryrefslogtreecommitdiffstats
path: root/docker/firstboot/setup_docker_host.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/firstboot/setup_docker_host.sh')
-rwxr-xr-xdocker/firstboot/setup_docker_host.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/docker/firstboot/setup_docker_host.sh b/docker/firstboot/setup_docker_host.sh
deleted file mode 100755
index 8b4c6a03..00000000
--- a/docker/firstboot/setup_docker_host.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -eux
-# This file contains setup steps that can't be or have not yet been moved to
-# puppet
-
-# Disable libvirtd since it conflicts with nova_libvirt container
-/usr/bin/systemctl disable libvirtd.service
-/usr/bin/systemctl stop libvirtd.service