Skip to content

Commit

Permalink
Console now on /console
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Mar 30, 2015
1 parent 2fdcd11 commit ccb307c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-end-to-end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ openshift ex policy add-role-to-user view e2e-user --namespace=default
# create test project so that this shows up in the console
openshift ex new-project test --description="This is an example project to demonstrate OpenShift v3" --admin="e2e-user"

echo "The console should be available at ${API_SCHEME}://${PUBLIC_MASTER_HOST}:$(($API_PORT + 1)). You may need to visit ${API_SCHEME}://${PUBLIC_MASTER_HOST}:${API_PORT} first to accept the certificate."
echo "The console should be available at ${API_SCHEME}://${PUBLIC_MASTER_HOST}:${API_PORT}/console."
echo "Log in as 'e2e-user' to see the 'test' project."

# install the router
Expand Down

0 comments on commit ccb307c

Please sign in to comment.