Fix install hook error

Without this fix the unit_tests/ folder is considered part
of the interface. The reactive boilerplate then tries to
import it and fails on missing dependencies. This solves [1].

[1]: https://github.com/openstack-charmers/magpie-layer/issues/24

Change-Id: If0d2b119694e42095aefe49e57ba49bfc5b089ce
This commit is contained in:
Aurelien Lourot 2020-12-14 16:07:43 +01:00
parent 6437c39796
commit dca3a3d467
3 changed files with 15 additions and 0 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=openstack/charm-interface-magpie

4
.zuul.yaml Normal file
View File

@ -0,0 +1,4 @@
- project:
templates:
- python35-charm-jobs
- openstack-python3-ussuri-jobs

View File

@ -2,3 +2,10 @@ name: magpie
summary: Interface used by the Magpie charm layer for peer network tests
version: 1
maintainer: OpenStack Charmers <openstack-discuss@lists.openstack.org>
ignore:
- 'unit_tests'
- '.testr.conf'
- 'test-requirements.txt'
- 'tox.ini'
- '.gitignore'
- '.gitreview'