summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-06-23 11:45:12 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-24 14:37:15 -0400
commit2a89253e369214837185deb1e4621bc84fc7106d (patch)
treed764fb0caa3501405ea165a69e5dc4bcac04ee21 /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parent81665f893dfd6af1a7b684713cac693d41c240c1 (diff)
downloadmeta-cloud-services-2a89253e369214837185deb1e4621bc84fc7106d.tar.gz
neutron: update uuid check error message
If the uuid specified has trailing whitespace, update the error message to suggest that this is the case. (ie give a more useful error message) Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 2a581ca..3973b63 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \
16 file://dhcp_agent.ini \ 16 file://dhcp_agent.ini \
17 file://metadata_agent.ini \ 17 file://metadata_agent.ini \
18 file://neutron-dhcp-agent-netns-cleanup.cron \ 18 file://neutron-dhcp-agent-netns-cleanup.cron \
19 file://uuid_wscheck.patch \
19 " 20 "
20SRCREV="a8417d78c2675a2ceb5dbfcee70948a88d69e747" 21SRCREV="a8417d78c2675a2ceb5dbfcee70948a88d69e747"
21PV="2013.2.3+git${SRCPV}" 22PV="2013.2.3+git${SRCPV}"