Simplify & fix configuration file copy in setup.cfg
This is a follow-up patch for 5486f0ae4a14a35138687fe7b20b66d33c380112. 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:
parent
c90c525aac
commit
7f3725f810
11
setup.cfg
11
setup.cfg
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user