aboutsummaryrefslogtreecommitdiffstats
path: root/docker/firstboot/setup_docker_host.sh
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-18 09:17:15 +0000
committerGerrit Code Review <review@openstack.org>2017-08-18 09:17:15 +0000
commit9436d87e7e3b2767bf8dcb69e9fc0eb62173e6fb (patch)
tree927d899f4b6e43abc630cad6ea06f9a98f6439f7 /docker/firstboot/setup_docker_host.sh
parent79b3c12e15d66ca652bdc7285b9291d228e31194 (diff)
parentf7a84702de0984f77a24da0737408ada019e602a (diff)
Merge "Refactor setup_docker_host.sh as host_prep_tasks"
Diffstat (limited to 'docker/firstboot/setup_docker_host.sh')
-rwxr-xr-xdocker/firstboot/setup_docker_host.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/docker/firstboot/setup_docker_host.sh b/docker/firstboot/setup_docker_host.sh
deleted file mode 100755
index af213bbd..00000000
--- a/docker/firstboot/setup_docker_host.sh
+++ /dev/null
@@ -1,11 +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
-# Disable virtlogd since it conflicts with nova_virtlogd container
-/usr/bin/systemctl disable virtlogd.service
-/usr/bin/systemctl stop virtlogd.service