python-novaclient/novaclient
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
..
openstack Reuse oslo for is_uuid_like() implementation 2013-05-22 11:47:23 +08:00
v1_1 Reuse oslo for is_uuid_like() implementation 2013-05-22 11:47:23 +08:00
__init__.py Migrate to pbr. 2013-05-19 10:00:38 +03:00
auth_plugin.py Improve authentication plugins management. 2013-04-01 14:19:01 +00:00
base.py Make ManagerWithFind abstract and fix its descendants 2013-05-15 21:47:05 +03:00
client.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
crypto.py Implement get password for novaclient 2013-01-15 13:00:02 -08:00
exceptions.py Expose retry_after attribute of OverLimit exception 2013-04-29 13:47:57 -07:00
extension.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
service_catalog.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
shell.py Merge "catch NoKeyringDaemonError from gnomekeyring" 2013-04-02 16:10:35 +00:00
utils.py Reuse oslo for is_uuid_like() implementation 2013-05-22 11:47:23 +08:00