Change repository from stackforge to OpenStack

Change-Id: Id6d427268387a1226e3a69193498b7a7f084725d
This commit is contained in:
venkatamahesh 2015-10-18 15:50:10 +05:30
parent 912f9bd8b6
commit 2504221a95
2 changed files with 7 additions and 7 deletions

View File

@ -27,11 +27,11 @@ CLIMATE_VERBOSE=${CLIMATE_VERBOSE:-True}
CLIMATE_USER_NAME=${CLIMATE_USER_NAME:-climate}
# Set up default repos
CLIMATE_REPO=${CLIMATE_REPO:-${GIT_BASE}/stackforge/blazar.git}
CLIMATE_REPO=${CLIMATE_REPO:-${GIT_BASE}/openstack/blazar.git}
CLIMATE_BRANCH=${CLIMATE_BRANCH:-master}
CLIMATECLIENT_REPO=${CLIMATECLIENT_REPO:-${GIT_BASE}/stackforge/python-blazarclient.git}
CLIMATECLIENT_REPO=${CLIMATECLIENT_REPO:-${GIT_BASE}/openstack/python-blazarclient.git}
CLIMATECLIENT_BRANCH=${CLIMATECLIENT_BRANCH:-master}
CLIMATENOVA_REPO=${CLIMATENOVA_REPO:-${GIT_BASE}/stackforge/blazar-nova.git}
CLIMATENOVA_REPO=${CLIMATENOVA_REPO:-${GIT_BASE}/openstack/blazar-nova.git}
CLIMATENOVA_BRANCH=${CLIMATENOVA_BRANCH:-master}
# Set up default directories

View File

@ -4,7 +4,7 @@ How to contribute
Getting started
---------------
* Create `Github <https://github.com/stackforge/blazar>`_ account if you don't
* Create `Github <https://github.com/openstack/blazar>`_ account if you don't
have one
* Make sure you have git options *user.name* and *user.email* set in git by
typing:
@ -28,8 +28,8 @@ Getting started
* Subscribe to Blazar-related projects on
`OpenStack Gerrit <https://review.openstack.org/>`_. Go to your
settings and in the watched projects add *stackforge/blazar*,
*stackforge/blazar-nova* and *stackforge/python-blazarclient*
settings and in the watched projects add *openstack/blazar*,
*openstack/blazar-nova* and *openstack/python-blazarclient*
As all bugs/blueprints are listed in `Blazar Launchpad
<https://launchpad.net/blazar/>`_, you may keep track on them and choose some
@ -52,7 +52,7 @@ Your first commit to Blazar
----------------------------
* Checkout corresponding Blazar repository from `Github
<https://github.com/stackforge/blazar>`_
<https://github.com/openstack/blazar>`_
* Take a look on how `Gerrit review process
<https://wiki.openstack.org/wiki/Gerrit_Workflow>`_ goes on in OpenStack
(read carefully `committing changes