Add list of files to exclude on layer consumption

Change-Id: I4791f29f850e809a35c40b562e018a2f743e22d1
Closes-Bug: #1852424
This commit is contained in:
Frode Nordahl 2019-11-13 12:43:08 +01:00
parent c44ae96eff
commit 42f82ffaa8
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
1 changed files with 2 additions and 0 deletions

View File

@ -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'