charm-nova-compute/hooks/storage.bootstrap

9 lines
135 B
Bash
Executable File

#!/bin/sh
if ! dpkg -s nova-compute > /dev/null 2>&1; then
juju-log "Nova not yet installed."
exit 0
fi
./hooks/storage.real