tempest/releasenotes/notes/image-clients-as-library-86d17caa26ce3961.yaml
Ken'ichi Ohmichi 4172101201 Define v1 images_client as library
Image v1 API's images_client has good interfaces now,
then this patch makes the client as a library.

Partially implements blueprint consistent-service-method-names

Change-Id: I8a0346e5526bfb83e54e0184bbc34ad5195203c3
2016-06-25 00:10:52 +09:00

16 lines
455 B
YAML

---
features:
- |
Define image service clients as libraries
The following image service clients are defined as library interface,
so the other projects can use these modules as stable libraries
without any maintenance changes.
* image_members_client(v1)
* images_client(v1)
* image_members_client(v2)
* images_client(v2)
* namespaces_client(v2)
* resource_types_client(v2)
* schemas_client(v2)