diff --git a/README.rst b/README.rst index d3fc34f..f85ac47 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe. For example: execute ``./setup_env -t tags/3`` to install Tempest tag-3. c. By default, Tempest will be installed from commit - fba6f756afd15cb09742b7a9f237a4e061dcda70 (Decmeber 21, 2016 tags 14.0.0). + 8f98c4b60bf06a8c15e8c054848d2440c46077d0 (February 17, 2017 tags 15.0.0). Usage ##### diff --git a/setup_env b/setup_env index 40ca66c..ced33d0 100755 --- a/setup_env +++ b/setup_env @@ -1,7 +1,7 @@ #!/bin/bash -x -#Default Tempest commit: SHA fba6f756afd15cb09742b7a9f237a4e061dcda70 (Decmeber 21, 2016 tags 14.0.0) -CHECKOUT_POINT=fba6f756afd15cb09742b7a9f237a4e061dcda70 +#Default Tempest commit: SHA 8f98c4b60bf06a8c15e8c054848d2440c46077d0 (February 17, 2017 tags 15.0.0) +CHECKOUT_POINT=8f98c4b60bf06a8c15e8c054848d2440c46077d0 # Prints help function usage {