Merge "Always start iscsid for nova-compute"

This commit is contained in:
Zuul 2019-02-05 10:47:37 +00:00 committed by Gerrit Code Review
commit f7be08f788
1 changed files with 2 additions and 4 deletions

View File

@ -327,10 +327,8 @@ function configure_nova {
sudo chown -R $STACK_USER $NOVA_INSTANCES_PATH sudo chown -R $STACK_USER $NOVA_INSTANCES_PATH
fi fi
fi fi
if is_suse; then # ensure that iscsid is started, even when disabled by default
# iscsid is not started by default start_service iscsid
start_service iscsid
fi
fi fi
# Rebuild the config file from scratch # Rebuild the config file from scratch