From 42f82ffaa8497fec7e33b6691740ba7377918f8a Mon Sep 17 00:00:00 2001 From: Frode Nordahl Date: Wed, 13 Nov 2019 12:43:08 +0100 Subject: [PATCH] Add list of files to exclude on layer consumption Change-Id: I4791f29f850e809a35c40b562e018a2f743e22d1 Closes-Bug: #1852424 --- layer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layer.yaml b/layer.yaml index f1a1722..4fcb1fe 100644 --- a/layer.yaml +++ b/layer.yaml @@ -1,2 +1,4 @@ includes: ['layer:basic', 'interface:tls-certificates'] +exclude: ['.gitignore', '.gitreview', '.zuul.yaml', 'README.md', + 'requirements.txt', 'test-requirements.txt'] repo: 'https://github.com/openstack/charm-layer-openstack'