Execute charm against virtualenv

Enable use of virtualenv for installation of charm wheelhouse,
avoiding polution of the application environment with charm
specific versions of dependencies.

Change-Id: Ic07ee3d6cabcdf9f36a6e58206bd4832d330fa67
This commit is contained in:
James Page 2017-05-26 08:53:34 +01:00
parent 48c14fbeca
commit 9afbfc70eb
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
includes: ['layer:openstack-api', 'interface:bind-rndc', 'interface:hacluster', 'interface:openstack-ha']
options:
basic:
use_venv: True
include_system_packages: True