Merge "Fix script to build rpm required for L2 OVS agent for XenServer"

This commit is contained in:
Jenkins 2013-08-28 10:12:18 +00:00 committed by Gerrit Code Review
commit 8937999104

View File

@ -8,7 +8,7 @@ export PYTHONPATH=$NEUTRON_ROOT
cd $NEUTRON_ROOT
VERSION=$(sh -c "(cat $NEUTRON_ROOT/neutron/version.py; \
echo 'print common_version.VersionInfo(\"neutron\").release_string()') | \
echo 'print version_info.release_string()') | \
python")
cd -