diff --git a/README.rst b/README.rst index 8399dc6b6..49fa4f7a7 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,9 @@ Code: Tacker code is available in following repositories: -* **Tacker server:** http://git.openstack.org/cgit/stackforge/tacker -* **Tacker Python client:** http://git.openstack.org/cgit/stackforge/python-tackerclient -* **Tacker Horizon UI:** http://git.openstack.org/cgit/stackforge/tacker-horizon +* **Tacker server:** http://git.openstack.org/cgit/openstack/tacker +* **Tacker Python client:** http://git.openstack.org/cgit/openstack/python-tackerclient +* **Tacker Horizon UI:** http://git.openstack.org/cgit/openstack/tacker-horizon Bugs: ===== diff --git a/devstack/lib/tacker b/devstack/lib/tacker index ce79847fc..58540bf2a 100755 --- a/devstack/lib/tacker +++ b/devstack/lib/tacker @@ -40,11 +40,11 @@ if is_ssl_enabled_service "tacker" || is_service_enabled tls-proxy; then fi # Set up default directories -GITREPO["python-tackerclient"]=${TACKERCLIENT_REPO:-${GIT_BASE}/stackforge/python-tackerclient.git} +GITREPO["python-tackerclient"]=${TACKERCLIENT_REPO:-${GIT_BASE}/openstack/python-tackerclient.git} GITBRANCH["python-tackerclient"]=${TACKERCLIENT_BRANCH:-master} GITDIR["python-tackerclient"]=$DEST/python-tackerclient -GITREPO["tacker-horizon"]=${TACKERHORIZON_REPO:-${GIT_BASE}/stackforge/tacker-horizon.git} +GITREPO["tacker-horizon"]=${TACKERHORIZON_REPO:-${GIT_BASE}/openstack/tacker-horizon.git} GITBRANCH["tacker-horizon"]=${TACKERHORZION_BRANCH:-master} GITDIR["tacker-horizon"]=$DEST/tacker-horizon diff --git a/devstack/samples/local.conf.example b/devstack/samples/local.conf.example index 92041324a..cb81692da 100644 --- a/devstack/samples/local.conf.example +++ b/devstack/samples/local.conf.example @@ -50,11 +50,9 @@ NETWORK_GATEWAY=${NETWORK_GATEWAY:-15.0.0.1} FIXED_RANGE=${FIXED_RANGE:-15.0.0.0/24} -enable_plugin tacker https://github.com/stackforge/tacker master +enable_plugin tacker https://git.openstack.org/openstack/tacker master enable_service n-novnc enable_service n-cauth disable_service tempest - - diff --git a/doc/source/policies/dev-process.rst b/doc/source/policies/dev-process.rst index dbb13c5b4..33caaeb84 100644 --- a/doc/source/policies/dev-process.rst +++ b/doc/source/policies/dev-process.rst @@ -58,6 +58,6 @@ References ========== [1] https://bugs.launchpad.net/tacker -[2] https://github.com/stackforge/tacker-specs -[3] https://github.com/stackforge/tacker-specs/blob/master/specs/template.rst +[2] https://github.com/openstack/tacker-specs +[3] https://github.com/openstack/tacker-specs/blob/master/specs/template.rst [4] https://blueprints.launchpad.net/tacker/