aboutsummaryrefslogtreecommitdiffstats
path: root/docker/firstboot/setup_docker_host.sh
blob: 8b4c6a03dc0511f157eb59f1902b21df89ea1d28 (plain)
1
2
3
4
5
6
7
8
#!/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