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:
parent
fa85959c13
commit
35bc4447db
@ -26,7 +26,7 @@ function cleanup_pypowervm {
|
|||||||
function check_novalink_install {
|
function check_novalink_install {
|
||||||
echo_summary "Checking NovaLink installation"
|
echo_summary "Checking NovaLink installation"
|
||||||
if ! ( is_package_installed pvm-novalink ); then
|
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
|
fi
|
||||||
|
|
||||||
# The user that nova runs as should be a member of **pvm_admin** group
|
# The user that nova runs as should be a member of **pvm_admin** group
|
||||||
|
Loading…
Reference in New Issue
Block a user