Change Freezer repo_url from stackforge to openstack

Change-Id: I3453108bb34a744909864e708af547499c3de8c5
This commit is contained in:
yangyapeng 2016-01-18 11:53:44 -05:00
parent 0bb53773e3
commit 2b19697be5
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ FREEZER_CONF_DIR=${FREEZER_CONF_DIR:-/etc}
FREEZER_LOG_DIR=$DEST/logs
# Freezer API repository
FREEZER_REPO=${FREEZER_REPO:-${GIT_BASE}/stackforge/freezer.git}
FREEZER_REPO=${FREEZER_REPO:-${GIT_BASE}/openstack/freezer.git}
FREEZER_BRANCH=${FREEZER_BRANCH:-master}
enable_service freezer

View File

@ -133,7 +133,7 @@ Not required, but recommended
::
cd ~ && source ~/.venv/bin/activate
git clone https://github.com/stackforge/freezer.git
git clone https://github.com/openstack/freezer.git
cd freezer/freezer_api
pip install -r requirements.txt
python setup.py install
@ -179,7 +179,7 @@ Quick start the api for test:
===========================
::
git clone https://github.com/stackforge/freezer.git
git clone https://github.com/openstack/freezer.git
cd freezer
pip install -r requirements.txt
python setup.py install

View File

@ -42,7 +42,7 @@ Projects
List the projects that this spec effects. (for now only Freezer) For example:
* /stackforge/freezer
* /openstack/freezer
Implementation