summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index b44726e..cc7e593 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -119,7 +119,9 @@ FILES_${SRCNAME} = " \
119 ${bindir}/neutron-debug \ 119 ${bindir}/neutron-debug \
120 ${bindir}/neutron-netns-cleanup \ 120 ${bindir}/neutron-netns-cleanup \
121 ${bindir}/neutron-ovs-cleanup \ 121 ${bindir}/neutron-ovs-cleanup \
122 ${sysconfdir}/${SRCNAME}/* \ 122 ${sysconfdir}/${SRCNAME}/policy.json \
123 ${sysconfdir}/${SRCNAME}/neutron.conf \
124 ${sysconfdir}/${SRCNAME}/api-paste.ini \
123 ${localstatedir}/* \ 125 ${localstatedir}/* \
124 " 126 "
125 127