Switch DISTRIB_REVISION to testing by default
Install formulas from testing by default as we don't have stable any more
instead release branches should be used.
Change-Id: I5440c315862417f7dc4e766bc68cbe243a014f88
diff --git a/bootstrap.sh b/bootstrap.sh
index 3d60781..4ac7a1e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -52,8 +52,8 @@
test -e /etc/lsb-release && eval $(cat /etc/lsb-release)
which lsb_release && DISTRIB_CODENAME=${DISTRIB_CODENAME:-$(lsb_release -cs)}
#
-export APT_REPOSITORY=${APT_REPOSITORY:- deb [arch=amd64] http://mirror.mirantis.com/${DISTRIB_REVISION:-stable}/salt-formulas/${DISTRIB_CODENAME} ${DISTRIB_CODENAME} main}
-export APT_REPOSITORY_GPG=${APT_REPOSITORY_GPG:-http://mirror.mirantis.com/${DISTRIB_REVISION:-stable}/salt-formulas/${DISTRIB_CODENAME}/archive-salt-formulas.key}
+export APT_REPOSITORY=${APT_REPOSITORY:- deb [arch=amd64] http://mirror.mirantis.com/${DISTRIB_REVISION:-testing}/salt-formulas/${DISTRIB_CODENAME} ${DISTRIB_CODENAME} main}
+export APT_REPOSITORY_GPG=${APT_REPOSITORY_GPG:-http://mirror.mirantis.com/${DISTRIB_REVISION:-testing}/salt-formulas/${DISTRIB_CODENAME}/archive-salt-formulas.key}
# reclass
export RECLASS_ADDRESS=${RECLASS_ADDRESS:-https://github.com/salt-formulas/openstack-salt.git} # https/git
export RECLASS_BRANCH=${RECLASS_BRANCH:-master}