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:43 +0000
commit6f942a94eae028d132888e950b8ed1da13bea8c3 (patch)
treee1a04aff2d295cbeab95f8746aa6fa51e68f769d
parent783d4b429da95fbd674ffaa5341c80fce33205f5 (diff)
downloadironic-6f942a94eae028d132888e950b8ed1da13bea8c3.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 15777422f..d1471f5b4 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