Skip to content

Commit 7006a86

Browse files
committed
Conflicts: test-console-auth-api.sh
2 parents 2efc34c + e9c0afb commit 7006a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-console-auth-api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "Getting console connect info"
2121

2222
GET_CONSOLE_CONN_RESP=`curl -s -H "X-Auth-Token: $TOKEN" $NOVA_URL/os-console-auth-tokens/$CONSOLE_TOKEN -X "GET" -H 'Content-type: application/json'`
2323

24-
echo $GET_CONSOLE_CONN_RESP
24+
#echo $GET_CONSOLE_CONN_RESP
2525

2626
HOST=`echo $GET_CONSOLE_CONN_RESP | python -c "import json; import sys; d=json.load(sys.stdin); print d['console']['host']"`
2727
PORT=`echo $GET_CONSOLE_CONN_RESP | python -c "import json; import sys; d=json.load(sys.stdin); print d['console']['port']"`

0 commit comments

Comments
 (0)