[devstack] Use global requirements for virtualbmc

When installing virtualbmc, take into account the requirements and
constraints from openstack/requirements.

Change-Id: I61a9279ae5ab12fd0415fdfbc5a696250c0bd09d
(cherry picked from commit f8e6adea83)
This commit is contained in:
Pavlo Shchelokovskyy 2017-03-02 19:06:54 +02:00
parent bb3da02fbd
commit 0c5156b423
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ function setup_virtualbmc {
git_clone_by_name "virtualbmc"
setup_dev_lib "virtualbmc"
else
pip_install "virtualbmc"
pip_install_gr "virtualbmc"
fi
if [[ ! -d $(dirname $IRONIC_VBMC_CONFIG_FILE) ]]; then