mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Resolve a TODO. Achieved using:
sed -i 's/self.compute_sdk_client/self.compute_client/' \
$(ag -w self.compute_sdk_client -l)
Change-Id: I76798058b9dee9fc7ef01ff8656543fbb1266d43
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_availability_zone.py | ||
| test_clientmanager.py | ||
| test_command.py | ||
| test_configuration.py | ||
| test_extension.py | ||
| test_limits.py | ||
| test_logs.py | ||
| test_module.py | ||
| test_progressbar.py | ||
| test_project_cleanup.py | ||
| test_quota.py | ||