neutron rootwrap cherry-pick is still required if using $LKG

This commit is contained in:
James Slagle 2014-10-17 10:25:53 -04:00
parent bad9c3b19b
commit 474c54bfd0
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ function do_tripleo_source_installs {
git fetch origin $DIB_REPOREF_tripleo_image_elements
git reset --hard FETCH_HEAD
# Fix nested /etc/neutron/rootwrap.d in multiple runs
cherry_pick tripleo-image-elements refs/changes/35/128935/1
fi
# This patch is RDO specific, as such there is no upstream review for it.