Use a simple file globbing syntax for installing entire directory

This can help people not need to modify setup.cfg when they want
to add new vif type.

Closes-bug: #1605826

Change-Id: I13f7305eaf143f7a91e8095ca3285cde02f77faf
This commit is contained in:
Liping Mao 2016-07-23 13:45:54 +08:00
parent 4287cf791b
commit 94bc6c5753
1 changed files with 1 additions and 7 deletions

View File

@ -28,13 +28,7 @@ oslo.config.opts =
packages =
kuryr
data_files =
libexec/kuryr =
usr/libexec/kuryr/bridge
usr/libexec/kuryr/iovisor
usr/libexec/kuryr/midonet
usr/libexec/kuryr/ovs
usr/libexec/kuryr/tap
usr/libexec/kuryr/unbound
libexec/kuryr = usr/libexec/kuryr/*
[build_sphinx]
source-dir = doc/source