Simplify & fix configuration file copy in setup.cfg

This is a follow-up patch for 5486f0ae4a.

This simplify the syntax as authorized by pbr, and makes sure that the
first value is a directory as expected.

Change-Id: I98fb657b9ca82515783060a07787658c9ecbeef2
This commit is contained in:
Julien Danjou 2016-05-27 13:16:37 +02:00 committed by Steve Martinelli
parent c90c525aac
commit 7f3725f810
1 changed files with 6 additions and 5 deletions

View File

@ -23,11 +23,12 @@ packages =
keystone
keystone_tempest_plugin
data_files =
etc/keystone/keystone.conf = etc/keystone.conf.sample
etc/keystone/keystone-paste.ini = etc/keystone-paste.ini
etc/keystone/policy.json = etc/policy.json
etc/keystone/sso_callback_template.html = etc/sso_callback_template.html
etc/keystone/default_catalog.templates = etc/default_catalog.templates
etc/keystone =
etc/keystone.conf.sample
etc/keystone-paste.ini
etc/policy.json
etc/sso_callback_template.html
etc/default_catalog.templates
[extras]
ldap =