Change the repository from stackforge to openstack

Change-Id: I82231a55537655aab369be3a14e36e80d23dfc11
This commit is contained in:
venkatamahesh 2015-10-18 15:58:02 +05:30
parent 67ac635568
commit a5fa51f6e4
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Tricircle # Tricircle
(For PoC source code, please switch to ["poc"](https://github.com/stackforge/tricircle/tree/poc) tag, or ["stable/fortest"](https://github.com/stackforge/tricircle/tree/stable/fortest) branch) (For PoC source code, please switch to ["poc"](https://github.com/openstack/tricircle/tree/poc) tag, or ["stable/fortest"](https://github.com/openstack/tricircle/tree/stable/fortest) branch)
Tricircle is a stackforge project that aims to deal with OpenStack deployment across multiple sites. It provides users a single management view by having only one OpenStack instance on behalf of all the involved ones. It essentially serves as a communication bus between the central OpenStack instance and the other OpenStack instances that are called upon. Tricircle is a openstack project that aims to deal with OpenStack deployment across multiple sites. It provides users a single management view by having only one OpenStack instance on behalf of all the involved ones. It essentially serves as a communication bus between the central OpenStack instance and the other OpenStack instances that are called upon.
## Project Resources ## Project Resources
- Project status, bugs, and blueprints are tracked on [Launchpad](https://launchpad.net/tricircle) - Project status, bugs, and blueprints are tracked on [Launchpad](https://launchpad.net/tricircle)

View File

@ -29,7 +29,7 @@ PUBLIC_NETWORK_GATEWAY=10.100.100.3
Q_ENABLE_TRICIRCLE=True Q_ENABLE_TRICIRCLE=True
enable_plugin tricircle https://git.openstack.org/stackforge/tricircle master enable_plugin tricircle https://git.openstack.org/openstack/tricircle master
# Tricircle Services # Tricircle Services
enable_service t-svc enable_service t-svc
@ -47,4 +47,4 @@ disable_service c-api
disable_service c-vol disable_service c-vol
disable_service c-bak disable_service c-bak
disable_service c-sch disable_service c-sch
disable_service cinder disable_service cinder

View File

@ -1,5 +1,5 @@
# Git information # Git information
TRICIRCLE_REPO=${TRICIRCLE_REPO:-https://git.openstack.org/cgit/stackforge/tricircle/} TRICIRCLE_REPO=${TRICIRCLE_REPO:-https://git.openstack.org/cgit/openstack/tricircle/}
TRICIRCLE_DIR=$DEST/tricircle TRICIRCLE_DIR=$DEST/tricircle
TRICIRCLE_BRANCH=${TRICIRCLE_BRANCH:-master} TRICIRCLE_BRANCH=${TRICIRCLE_BRANCH:-master}