Additionally start salt services

Change-Id: I021876c8c3e9d701e332105fb2837535e5941a62
diff --git a/bootstrap.sh b/bootstrap.sh
index 48eecac..45de520 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -667,6 +667,7 @@
     # finally re-configure salt master conf, ie: may remove ignore_class_notfound option
     log_info "State: salt.master.service"
     retry ${SALT_STATE_RETRY} $SUDO salt-call ${SALT_OPTS} state.apply salt.master.service || true
+    saltservice_start
 
     log_info "State: salt.master.storage.node"
     set +e