From a5fa51f6e4fe061d9eef7fd79bdf4216e253b802 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 18 Oct 2015 15:58:02 +0530 Subject: [PATCH] Change the repository from stackforge to openstack Change-Id: I82231a55537655aab369be3a14e36e80d23dfc11 --- README.md | 4 ++-- devstack/local.conf.sample | 4 ++-- devstack/settings | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94e26f6..ce871e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # 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 status, bugs, and blueprints are tracked on [Launchpad](https://launchpad.net/tricircle) diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index 24f115d..c4c33a1 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -29,7 +29,7 @@ PUBLIC_NETWORK_GATEWAY=10.100.100.3 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 enable_service t-svc @@ -47,4 +47,4 @@ disable_service c-api disable_service c-vol disable_service c-bak disable_service c-sch -disable_service cinder \ No newline at end of file +disable_service cinder diff --git a/devstack/settings b/devstack/settings index 78b49a2..bc8fc75 100644 --- a/devstack/settings +++ b/devstack/settings @@ -1,5 +1,5 @@ # 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_BRANCH=${TRICIRCLE_BRANCH:-master}