From f9c4312ab155a8ae44628e913f62de451080dea3 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 28 Jul 2015 21:01:07 -0500 Subject: [PATCH] Include metadefs files in all packages Previously, metadefs were only shipped in archives of the entire repository. There's been a recent push in the operator community to deploy from source, including building wheels and installing using them. In order for the deployers to take advantage of metadefs as intended. Change-Id: I1d7eacc19feed34f3e9029d11865e788bb4d4a8c Closes-bug: 1469869 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 953bab13fb..f01a6e57be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,10 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 +[files] +data_files = + etc/glance/metadefs = etc/metadefs/* + [entry_points] console_scripts = glance-api = glance.cmd.api:main