config reference for neutron (networking-zvm)

As a workaround, networking-zvm can generate config reference
  by directory copying to neutron tree in source directory.
  
  This patch will be reverted after name space fixation
  in networking-zvm.

  currently name space header uses "neutron",
  This causes conflict with neutron itself.

Change-Id: Ia86eabf8c982431dbf6af727373349d3c2add1a9
Related-Bug: #1503967
This commit is contained in:
Atsushi SAKAI 2015-10-21 11:06:38 +09:00
parent 5ab6f0f64a
commit a1a7ee5842
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ for project in $PROJECTS; do
fi
if [ $package = "networking_zvm" ]; then
package="neutron"
cp -r $SOURCESDIR/networking-zvm/neutron/plugins/zvm $SOURCESDIR/neutron/neutron/plugins
cp -r $SOURCESDIR/networking-zvm/neutron/plugins/ml2/drivers/zvm $SOURCESDIR/neutron/neutron/plugins/ml2/drivers
fi
extra_flags="$extra_flags -i $SOURCESDIR/$extra/$package"
done < extra_repos/$project-$RELEASE