summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2019-04-23 09:43:51 -0700
committerRiccardo Pittau <elfosardo@gmail.com>2019-04-24 10:23:07 +0000
commit4bc87dab123c3209a641b0a00dac95823cc21995 (patch)
treed0f207f11701e3177d1a99f58082347180bd121a
parent2d629b37aace4c1348bbbe2178e914428d0aeb65 (diff)
downloadironic-4bc87dab123c3209a641b0a00dac95823cc21995.tar.gz
Fix pyghmi path
Pyghmi was moved from openstack namespace to the x namespace. As such the devstack plugin needs to match up otherwise devstack fails in CI to clone as cloning is blocked if not in the projects list... Which it is, as x/pyghmi. Change-Id: I87bdf65dd2dac189642d0af6def2d0ed155f3c00 (cherry picked from commit bb8101ca950819a4d55af18d57b53c15ef51c836)
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index b964078f5..fd4668979 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -37,7 +37,7 @@ set +o pipefail
GITDIR["python-ironicclient"]=$DEST/python-ironicclient
GITDIR["ironic-lib"]=$DEST/ironic-lib
-GITREPO["pyghmi"]=${PYGHMI_REPO:-${GIT_BASE}/openstack/pyghmi.git}
+GITREPO["pyghmi"]=${PYGHMI_REPO:-${GIT_BASE}/x/pyghmi}
GITBRANCH["pyghmi"]=${PYGHMI_BRANCH:-master}
GITDIR["pyghmi"]=$DEST/pyghmi