openstack-python-openstackc.../openstackclient
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
..
api Remove usage of six 2020-10-07 02:15:25 +00:00
common Allow "--force" flag in quota network commands 2022-03-17 02:38:07 +00:00
compute Stop using private _is_uuid_like method 2022-04-20 17:42:02 +03:00
identity Merge "Add name and enabled param in ListDomain parser" 2020-12-22 13:30:59 +00:00
image Stop using private _is_uuid_like method 2022-04-20 17:42:02 +03:00
locale/tr_TR/LC_MESSAGES Imported Translations from Zanata 2018-03-01 07:25:50 +00:00
network Refactor network fakes to sdk properties PART 2 2022-03-15 11:48:33 +03:00
object Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
tests Merge "Refactor network fakes to sdk properties PART 3" 2022-03-24 11:31:02 +00:00
volume Merge "volume: fix backup list of deleted volume" 2022-04-11 09:43:13 +00:00
__init__.py Clean up W503 and E402 pep8 errors 2018-04-15 12:23:06 +09:00
i18n.py Remove log translations 2017-03-21 17:23:09 +08:00
shell.py Remove usage of six 2020-10-07 02:15:25 +00:00