From a4bfdb67465de0814c9a4b151b84086a70af8207 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Thu, 2 Mar 2017 19:06:54 +0200 Subject: [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 f8e6adea8348b499a7d10eb43304fcef76399b89) --- devstack/lib/ironic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index 8d0c0fbaf..6fc141c68 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -408,7 +408,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 -- cgit v1.2.1