Changing stackforge references

In devstack local.conf and .gitreview.

Change-Id: Icbb543365f5b4faf9c3ea1a05710c141bbfcef30
(cherry picked from commit c281a6d802)
(cherry picked from commit 472a17fccc)
This commit is contained in:
Sumit Naiksatam
2015-10-17 13:10:29 -07:00
parent 9be4db38bb
commit 08df0e0e8d
2 changed files with 19 additions and 9 deletions

View File

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

View File

@@ -11,17 +11,27 @@ 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=stable/juno
GBPUI_REPO=${GIT_BASE}/stackforge/group-based-policy-ui.git
GBPUI_BRANCH=stable/juno
GBPHEAT_REPO=${GIT_BASE}/stackforge/group-based-policy-automation.git
GBPHEAT_BRANCH=stable/juno
GBPCLIENT_REPO=${GIT_BASE}/stackforge/python-group-based-policy-client.git
#GBPSERVICE_REPO=https://review.openstack.org/openstack/group-based-policy
#GBPSERVICE_BRANCH=refs/changes/20/130920/6
GBPCLIENT_REPO=${GIT_BASE}/openstack/python-group-based-policy-client.git
GBPCLIENT_BRANCH=stable/juno
#GBPCLIENT_REPO=https://review.openstack.org/openstack/python-group-based-policy-client
#GBPCLIENT_BRANCH=refs/changes/78/165378/2
GBPUI_REPO=${GIT_BASE}/openstack/group-based-policy-ui.git
GBPUI_BRANCH=stable/juno
#GBPUI_REPO=https://review.openstack.org/openstack/group-based-policy-ui
#GBPUI_BRANCH=refs/changes/02/136802/14
GBPHEAT_REPO=${GIT_BASE}/openstack/group-based-policy-automation.git
GBPHEAT_BRANCH=stable/juno
#GBPHEAT_REPO=
#GBPHEAT_BRANCH=
# Enable neutron for group-policy-poc
# -----------------------------------