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

View File

@@ -327,11 +327,9 @@ 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
create_nova_conf create_nova_conf