use a simple file globbing syntax for installing entire usr/libexec/kuryr/ directory

Bug #1605826 reported by Liping Mao
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kuryr
Fix Released
Undecided
Unassigned

Bug Description

Currently kuryr install vif script as following:
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

pbr can support file globbing syntax. we can install entire dir as following:
data_files =
    libexec/kuryr = usr/libexec/kuryr/*

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kuryr (master)

Reviewed: https://review.openstack.org/346310
Committed: https://git.openstack.org/cgit/openstack/kuryr/commit/?id=94bc6c575315d808014f8bc7f64a22303be43f0e
Submitter: Jenkins
Branch: master

commit 94bc6c575315d808014f8bc7f64a22303be43f0e
Author: Liping Mao <email address hidden>
Date: Sat Jul 23 13:45:54 2016 +0800

    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

Changed in kuryr:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.