commit | b0456fcb262641440e53f9a9e51a4e30d9496f74 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Tue Sep 22 18:07:56 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Tue Sep 22 18:07:56 2015 +0000 |
tree | 0f9fcaa38d7a4084fdbb927937b3bb05493846e3 | |
parent | bae46d7cfef7d3f62ce7da805024383c819a2665 [diff] |
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": {