Do not error if NovaLink not installed

Instead of throwing a fatal error if NovaLink is not installed,
simply warn the user instead.

Change-Id: If676cfaa081ee7bb2d0ce3d02323d729c79b943d
This commit is contained in:
adreznec 2016-01-21 12:42:04 -06:00
parent fa85959c13
commit 35bc4447db
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ function cleanup_pypowervm {
function check_novalink_install {
echo_summary "Checking NovaLink installation"
if ! ( is_package_installed pvm-novalink ); then
die $LINENO "Please install NovaLink before continuing"
echo "WARNING: You are using the NovaLink drivers, but NovaLink is not installed on this system."
fi
# The user that nova runs as should be a member of **pvm_admin** group