Set default Tuskar port to 8585

Changed port in TUSKAR_URL variable due to changes in Tuskar -
see I834be2e4444202aa8ee7eaaeecf26e0ca2f24eef.

Change-Id: Ic73ff802a9a6939c6de0e92f27ee1a685740d693
This commit is contained in:
Victor Sergeyev 2013-09-26 17:01:06 +03:00
parent e3eb26281f
commit bc02bbc523

View File

@ -48,7 +48,7 @@ Then, export these two environment variables, customizing them if
necessary::
$ export OS_AUTH_TOKEN=nopass
$ export TUSKAR_URL=http://localhost:6385/
$ export TUSKAR_URL=http://localhost:8585/
(Note that 'nopass' is the correct value in a default setup with no
authentication.)