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 Update domain name uesd in ``.gitreview``. Change-Id: Ib8476c72020c0a1fbb2549c3ceeafac7f12f3efe
This commit is contained in:
parent
851bcf0814
commit
8e4bd07aa5
@ -1,4 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/charm-masakari.git
|
||||
|
@ -2,4 +2,3 @@ includes: ['layer:openstack-api']
|
||||
options:
|
||||
basic:
|
||||
use_venv: True
|
||||
include_system_packages: True
|
4
src/wheelhouse.txt
Normal file
4
src/wheelhouse.txt
Normal file
@ -0,0 +1,4 @@
|
||||
dnspython
|
||||
|
||||
jinja2
|
||||
psutil
|
Loading…
Reference in New Issue
Block a user