From 68c2d0ca1ddfe39cd613641a746c0fae3e3966c6 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Wed, 20 Feb 2019 09:43:10 +0100 Subject: [PATCH] update interface.yaml with ignores and maintainer The ignores removes all files that are not relevant to the interface from the built charm, and thus, the runtime imports of the interface bits Change-Id: I4d5c58fff7d05dc10eea54567fbabb579a9ddd71 --- interface.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/interface.yaml b/interface.yaml index 3adb29b..8578859 100644 --- a/interface.yaml +++ b/interface.yaml @@ -1,3 +1,13 @@ name: ceph-client summary: Ceph Client Interface -version: 1 \ No newline at end of file +version: 1 +maintainer: OpenStack Charmers +ignore: + - 'unit_tests' + - 'Makefile' + - '.testr.conf' + - 'test-requirements.txt' + - 'tox.ini' + - '.gitignore' + - '.gitreview' + - '.unit-state.db' \ No newline at end of file