Merge "Fix pyghmi path" into stable/queens

This commit is contained in:
Zuul 2019-04-26 18:31:31 +00:00 committed by Gerrit Code Review
commit b0c995664b
1 changed files with 1 additions and 1 deletions

View File

@ -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