Update stackforge references to openstack

Change-Id: I5d99ed16e10bf8118ac253f097918b9ec78b1f85
This commit is contained in:
Kiall Mac Innes
2014-06-30 12:21:20 +01:00
parent feec94d268
commit 08d494ee52
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Designate follows the [OpenStack Gerrit Workflow](https://wiki.openstack.org/wik
Setup a working environment:
````
git clone git@github.com:stackforge/designate.git
git clone git@github.com:openstack/designate.git
cd designate
virtualenv .venv
. .venv/bin/activate
@@ -1,2 +1,2 @@
pbr>=0.6,<1.0
-e git+https://github.com/stackforge/designate.git#egg=designate
-e git+https://github.com/openstack/designate.git#egg=designate
+2 -2
View File
@@ -23,9 +23,9 @@ set +o xtrace
DESIGNATE_PLUGINS=$TOP_DIR/lib/designate_plugins
# Set up default repos
DESIGNATE_REPO=${DESIGNATE_REPO:-${GIT_BASE}/stackforge/designate.git}
DESIGNATE_REPO=${DESIGNATE_REPO:-${GIT_BASE}/openstack/designate.git}
DESIGNATE_BRANCH=${DESIGNATE_BRANCH:-master}
DESIGNATECLIENT_REPO=${DESIGNATECLIENT_REPO:-${GIT_BASE}/stackforge/python-designateclient.git}
DESIGNATECLIENT_REPO=${DESIGNATECLIENT_REPO:-${GIT_BASE}/openstack/python-designateclient.git}
DESIGNATECLIENT_BRANCH=${DESIGNATECLIENT_BRANCH:-master}
# Set up default paths
+1 -1
View File
@@ -29,7 +29,7 @@ Instructions
2. Clone Designate and DevStack inside the VM::
$ git clone https://github.com/openstack-dev/devstack.git
$ git clone https://github.com/stackforge/designate.git
$ git clone https://github.com/openstack/designate.git
3. Install the Designate extension for DevStack::
+2 -2
View File
@@ -48,11 +48,11 @@ Installing Designate
$ apt-get install rabbitmq-server
$ apt-get build-dep python-lxml
2. Clone the Designate repo off of Stackforge
2. Clone the Designate repo from GitHub
::
$ git clone https://github.com/stackforge/designate.git
$ git clone https://github.com/openstack/designate.git
$ cd designate
+1 -1
View File
@@ -46,4 +46,4 @@ Indices and tables
.. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate
.. _source tree: https://github.com/stackforge/designate
.. _source tree: https://github.com/openstack/designate
+2 -2
View File
@@ -116,7 +116,7 @@ Installing using Source (Git)
::
$ git clone git://github.com/stackforge/designate designate
$ git clone git://github.com/openstack/designate designate
3. Change directory to the newly cloned repository
@@ -208,4 +208,4 @@ API::
$ designate-api
You should now be able to create zones and use nslookup or dig towards localhost to query pdns for it.
You should now be able to create zones and use nslookup or dig towards localhost to query pdns for it.
+1 -1
View File
@@ -38,7 +38,7 @@ Related Projects
.. _Bug Tracker: https://bugs.launchpad.net/designate
.. _Blueprints: https://blueprints.launchpad.net/designate
.. _GitHub: https://github.com/stackforge/designate
.. _GitHub: https://github.com/openstack/designate
.. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook
.. _Debian Packaging: https://github.com/moniker-dns/debian-designate
.. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana