include headers in curl response with -i option
diff --git a/xos/openstack/get_token.sh b/xos/openstack/get_token.sh
index 849f333..93e3cb0 100755
--- a/xos/openstack/get_token.sh
+++ b/xos/openstack/get_token.sh
@@ -1,4 +1,4 @@
-curl --insecure -X POST $ENDPOINT/auth/tokens \
+curl --insecure -i -X POST $ENDPOINT/auth/tokens \
   -H "Content-type: application/json" \
   -d '
 { "auth": {