Merge "Fix description of NeutronNetworkVLANRanges"
[apex-tripleo-heat-templates.git] / docker / firstboot / setup_docker_host.sh
1 #!/bin/bash
2 set -eux
3 # This file contains setup steps that can't be or have not yet been moved to
4 # puppet
5
6 # Disable libvirtd since it conflicts with nova_libvirt container
7 /usr/bin/systemctl disable libvirtd.service
8 /usr/bin/systemctl stop libvirtd.service