Merge "XenAPI: Move dom0 related operations to os-xenapi devstack plugin"

This commit is contained in:
Jenkins 2017-06-13 13:56:12 +00:00 committed by Gerrit Code Review
commit f4b4a79979

View File

@ -84,14 +84,6 @@ function configure_nova_hypervisor {
* * * * * /root/rotate_xen_guest_logs.sh >/dev/null 2>&1
CRONTAB
# Create directories for kernels and images
{
echo "set -eux"
cat $TOP_DIR/tools/xen/functions
echo "create_directory_for_images"
echo "create_directory_for_kernels"
echo "install_conntrack_tools"
} | $ssh_dom0
}
# install_nova_hypervisor() - Install external components