mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +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 | ||
| fakes.py | ||
| test_api.py | ||
| test_compute_v2.py | ||
| test_image_v1.py | ||
| test_image_v2.py | ||
| test_object_store_v1.py | ||