openstack-python-openstackc.../openstackclient/compute/v2
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
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
agent.py trivial: Document removal of support for agents 2020-11-17 11:44:31 +00:00
aggregate.py Include hosts in aggregate list --long 2021-06-03 09:44:39 +02:00
console.py Switch console url show operations to SDK 2020-10-24 10:19:52 +02:00
flavor.py Skip original_name from flavor info 2022-01-14 17:37:59 +01:00
host.py compute: host: expand kwargs in host_set() call 2018-07-20 10:37:34 +02:00
hypervisor.py compute: Add missing options for 'hypervisor list' 2021-01-12 17:07:23 +00:00
hypervisor_stats.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
keypair.py compute: Add missing options for 'keypair list' 2021-01-08 12:14:43 +00:00
server.py compute: Add 'Security Groups' for 'server list' 2022-03-15 08:56:59 -03:00
server_backup.py Switch server backup to sdk. 2021-10-27 09:11:27 +00:00
server_event.py Stop using private _is_uuid_like method 2022-04-20 17:42:02 +03:00
server_group.py compute: Add missing options for 'server group list' 2021-01-21 10:58:41 +00:00
server_image.py Switch server image create to SDK 2021-11-16 11:36:02 -05:00
server_migration.py compute: Move server migrations commands to their own file 2022-03-09 17:32:30 +00:00
server_volume.py compute: Add support for microversion 2.89 2021-09-02 14:35:17 +01:00
service.py Switch compute service list, delete and set to sdk. 2022-01-14 18:36:37 +00:00
usage.py compute: Fix 'usage * -f yaml' output 2021-01-06 12:02:25 +00:00