Files
charm-interface-magpie/interface.yaml
Aurelien Lourot dca3a3d467 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
2020-12-14 16:49:24 +01:00

12 lines
288 B
YAML

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'