Changing stackforge references

In devstack local.conf and .gitreview.

Change-Id: Icbb543365f5b4faf9c3ea1a05710c141bbfcef30
This commit is contained in:
Sumit Naiksatam
2015-10-17 13:10:29 -07:00
parent 675e54e2cb
commit abb7358b52
2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=stackforge/group-based-policy.git
project=openstack/group-based-policy.git

View File

@@ -11,24 +11,24 @@ Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlu
# Using group-policy branches
# ---------------------------
GIT_BASE=http://github.com
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
GBPSERVICE_REPO=${GIT_BASE}/stackforge/group-based-policy.git
GBPSERVICE_REPO=${GIT_BASE}/openstack/group-based-policy.git
GBPSERVICE_BRANCH=master
#GBPSERVICE_REPO=https://review.openstack.org/stackforge/group-based-policy
#GBPSERVICE_REPO=https://review.openstack.org/openstack/group-based-policy
#GBPSERVICE_BRANCH=refs/changes/20/130920/6
GBPCLIENT_REPO=${GIT_BASE}/stackforge/python-group-based-policy-client.git
GBPCLIENT_REPO=${GIT_BASE}/openstack/python-group-based-policy-client.git
GBPCLIENT_BRANCH=master
#GBPCLIENT_REPO=https://review.openstack.org/stackforge/python-group-based-policy-client
#GBPCLIENT_REPO=https://review.openstack.org/openstack/python-group-based-policy-client
#GBPCLIENT_BRANCH=refs/changes/78/165378/2
GBPUI_REPO=${GIT_BASE}/stackforge/group-based-policy-ui.git
GBPUI_REPO=${GIT_BASE}/openstack/group-based-policy-ui.git
GBPUI_BRANCH=master
#GBPUI_REPO=https://review.openstack.org/stackforge/group-based-policy-ui
#GBPUI_REPO=https://review.openstack.org/openstack/group-based-policy-ui
#GBPUI_BRANCH=refs/changes/02/136802/14
GBPHEAT_REPO=${GIT_BASE}/stackforge/group-based-policy-automation.git
GBPHEAT_REPO=${GIT_BASE}/openstack/group-based-policy-automation.git
GBPHEAT_BRANCH=master
#GBPHEAT_REPO=
#GBPHEAT_BRANCH=