diff --git a/README.md b/README.md index 94e26f67..ce871e44 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 24f115de..c4c33a16 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 78b49a2d..bc8fc75b 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}