set service token in keystone's paste config for nova
diff --git a/stack.sh b/stack.sh
index 285e101..2be9bda 100755
--- a/stack.sh
+++ b/stack.sh
@@ -334,6 +334,7 @@
 # Nova
 # ----
 
+sudo sed -e "s,999888777666,$SERVICE_TOKEN,g" -i $KEYSTONE_DIR/examples/paste/nova-api-paste.ini
 
 if [[ "$ENABLED_SERVICES" =~ "n-cpu" ]]; then