UUID changes to api / utils

* Remove uuidutils as noted and move the is_valid_like into designate.utils.
* Add UUID validation to the V2 API endpoints

Closes-Bug: #1282672

Change-Id: Ib30a4c2657323145c8500fae503f75871281675f
This commit is contained in:
Endre Karlson
2014-02-22 13:56:05 +01:00
parent c44b8f81c6
commit 20bef4e133
15 changed files with 119 additions and 113 deletions

View File

@@ -20,7 +20,6 @@ module=service
module=strutils
module=test
module=timeutils
module=uuidutils
# Modules needed for the deprecated oslo.wsgi we're still using
module=xmlutils