Distribute direct charm dependencies
Do not rely on system installed Python packages but distribute the direct charm dependencies as part of the charms wheelhouse. As the span of distributions we need to support with reactive charms widens we will run into compability problems with the current model. For further reference see juju/charm-helpers#341 and juju-solutions/layer-basic#135 Change-Id: I1cdbbea8617c71eb465347a466cf3e72d519ce89
This commit is contained in:
parent
9ba3ff8a3b
commit
a9d23a035a
@ -2,7 +2,6 @@ includes: ['layer:openstack-api', 'interface:mongodb']
|
|||||||
options:
|
options:
|
||||||
basic:
|
basic:
|
||||||
use_venv: True
|
use_venv: True
|
||||||
include_system_packages: True
|
|
||||||
repo: https://github.com/openstack/charm-aodh
|
repo: https://github.com/openstack/charm-aodh
|
||||||
config:
|
config:
|
||||||
deletes:
|
deletes:
|
||||||
|
3
src/wheelhouse.txt
Normal file
3
src/wheelhouse.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
jinja2
|
||||||
|
psutil
|
Loading…
Reference in New Issue
Block a user