Change repositories from stackforge to openstack

Change-Id: Iacf4fe30a8aaec33819b95dc785dfc2bc9f83a43
This commit is contained in:
venkatamahesh 2015-10-20 14:42:29 +05:30
parent 475c357efb
commit eb494932c4
4 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,5 @@
===========================
cerberus Style Commandments
===============================================
===========================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -54,11 +54,11 @@ fi
CERBERUS_BACKEND=${CERBERUS_BACKEND:-sqlite}
# Set cerberus repository
CERBERUS_REPO=${CERBERUS_REPO:-https://github.com/stackforge/cerberus.git}
CERBERUS_REPO=${CERBERUS_REPO:-https://github.com/openstack/cerberus.git}
CERBERUS_BRANCH=${CERBERUS_BRANCH:-master}
CERBERUS_CLIENT_REPO=${CERBERUS_CLIENT_REPO:-https://github.com/stackforge/python-cerberusclient.git}
CERBERUS_CLIENT_REPO=${CERBERUS_CLIENT_REPO:-https://github.com/openstack/python-cerberusclient.git}
CERBERUS_CLIENT_BRANCH=${CERBERUS_CLIENT_BRANCH:-master}
CERBERUS_DASHBOARD_REPO=${CERBERUS_DASHBOARD_REPO:-https://github.com/stackforge/cerberus-dashboard.git}
CERBERUS_DASHBOARD_REPO=${CERBERUS_DASHBOARD_REPO:-https://github.com/openstack/cerberus-dashboard.git}
CERBERUS_DASHBOARD_BRANCH=${CERBERUS_DASHBOARD_BRANCH:-master}
# Set Cerberus connection info

View File

@ -13,7 +13,7 @@ Retrieve and install Cerberus :
::
git clone git://git.openstack.org/stackforge/cerberus
git clone git://git.openstack.org/openstack/cerberus
cd cerberus
python setup.py install

View File

@ -1,7 +1,7 @@
========
=====
Usage
========
=====
To use cerberus in a project::
import cerberus
import cerberus