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
This commit is contained in:
parent
d0e6c6cb10
commit
bb8101ca95
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user