mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent.py | ||
| aggregate.py | ||
| console.py | ||
| flavor.py | ||
| host.py | ||
| hypervisor.py | ||
| hypervisor_stats.py | ||
| keypair.py | ||
| server.py | ||
| server_backup.py | ||
| server_event.py | ||
| server_group.py | ||
| server_image.py | ||
| server_migration.py | ||
| server_volume.py | ||
| service.py | ||
| usage.py | ||