summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2019-04-23 09:43:51 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2019-04-23 16:46:06 +0000
commitbb8101ca950819a4d55af18d57b53c15ef51c836 (patch)
tree16f235ee229b8b26e1d580356fea71fefd5335b0 /devstack
parentd0e6c6cb10a9dab54e605975e5d763994ed0e1be (diff)
downloadironic-bb8101ca950819a4d55af18d57b53c15ef51c836.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
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/ironic2
1 files changed, 1 insertions, 1 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index ad9d3b261..7e1fa4c89 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