Merge "Change repositories from stackforge to openstack"

This commit is contained in:
Jenkins 2015-11-23 08:28:41 +00:00 committed by Gerrit Code Review
commit 42beb2f00b
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