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