Merge "bifrost-create-vm-nodes: Install virtualbmc to virtualenv if enabled"

This commit is contained in:
Zuul 2018-03-28 14:21:53 +00:00 committed by Gerrit Code Review
commit 5567e84ea4
1 changed files with 1 additions and 0 deletions

View File

@ -135,3 +135,4 @@
pip:
name: virtualbmc
extra_args: "-c {{ upper_constraints_file }}"
virtualenv: "{{ enable_venv | bool | ternary(bifrost_venv_dir, omit) }}"