openstack-python-openstackc.../openstackclient/image
Pavlo Shchelokovskyy afc5f997c8 Stop using private _is_uuid_like method
currently this double-private method of a dependency library
is used in several places (openstack.cloud._utils._is_uuid_like)

openstacksdk deliberatly chose not to depend on oslo.utils to keep
dependenies to the minimum, so it just copied several methods from it,
including the is_uuid_like.

python-openstackclient however already depends on oslo.utils, so
using the public method from oslo.utils should be preferred
and more stable.

Change-Id: I578ffa36ffb00c9d47ee12a149313201973edd32
2022-04-20 17:42:02 +03:00
..
v1 Remove 'get_osc_show_columns_for_sdk_resource' duplicates 2021-10-21 17:14:45 +01:00
v2 Stop using private _is_uuid_like method 2022-04-20 17:42:02 +03:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
client.py Complete switch from glanceclient to SDK for image service 2020-03-24 13:13:06 +00:00