diff options
author | Amy Fong <amy.fong@windriver.com> | 2014-06-23 11:45:12 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-24 14:37:15 -0400 |
commit | 2a89253e369214837185deb1e4621bc84fc7106d (patch) | |
tree | d764fb0caa3501405ea165a69e5dc4bcac04ee21 /meta-openstack/recipes-devtools/python/python-neutron_git.bb | |
parent | 81665f893dfd6af1a7b684713cac693d41c240c1 (diff) | |
download | meta-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.bb | 1 |
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 | " |
20 | SRCREV="a8417d78c2675a2ceb5dbfcee70948a88d69e747" | 21 | SRCREV="a8417d78c2675a2ceb5dbfcee70948a88d69e747" |
21 | PV="2013.2.3+git${SRCPV}" | 22 | PV="2013.2.3+git${SRCPV}" |