From c1930d4c932457335cf3d05e8195648dedc7be46 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Thu, 25 Jan 2018 14:02:09 +0100 Subject: [PATCH] Fix pip install failure At install_data hook, it tries to glance-image-import.conf which does not exist. Since it is an optional file, let's not install it by default. Change-Id: I8a5122355da43c592b0cbad0eb7921875e0a5e99 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d8b93c5e6c..a791920d77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,6 @@ data_files = etc/glance-manage.conf etc/glance-registry.conf etc/glance-scrubber.conf - etc/glance-image-import.conf etc/glance-api-paste.ini etc/glance-registry-paste.ini etc/policy.json