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:04 -0400
commit2833e627e8a3bf679260165e5631e7597bf81173 (patch)
treec76e42e88c1df27daba92d5e4af7dc8024c00f8c /meta-openstack/recipes-devtools/python/python-neutron_git.bb
parentef2dd06225f987f855ddb186305ba6f1dbbb4302 (diff)
downloadmeta-cloud-services-2833e627e8a3bf679260165e5631e7597bf81173.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> Signed-off-by: Bruce Ashfield <bruce.ashfield@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 5fbad17..1314548 100644
--- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
@@ -17,6 +17,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/icehouse \
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://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ 19 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \
20 file://uuid_wscheck.patch \
20 " 21 "
21SRCREV="e0deffc71e5031059530b9b6c2ef3b0765de3d10" 22SRCREV="e0deffc71e5031059530b9b6c2ef3b0765de3d10"
22PV="2014.1+git${SRCPV}" 23PV="2014.1+git${SRCPV}"