bc0ad1cb9d
In the original code, isalnum() in is_uuid_like() doesn't allow "-", while for UUID, format like aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa should be allowed. This patch is to reuse uuidutils's API in oslo. Change-Id: I339974c75a32d27f8e4443a1b97bb6e410933aa4 Signed-off-by: Shane Wang <shane.wang@intel.com>
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=timeutils,strutils,uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=novaclient
|