python-novaclient/openstack-common.conf
Shane Wang bc0ad1cb9d Reuse oslo for is_uuid_like() implementation
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>
2013-05-22 11:47:23 +08:00

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