the py27 CI failed due to tox 2.5.0 release. The command
in tox.ini is required now[1].
This patch refactored the code tree to make CI work.
[1]:
1e888ce9b8/CHANGELOG (L40)
Change-Id: Icd90598367e3b529e64d184e78b144e4d075b9a3
1.5 KiB
Finish client support for v1.1 features
https://blueprints.launchpad.net/zaqar/+spec/finish-client-support- for-v1.1-features
Several endpoints have been added without being reflected on the client side. This endpoints include:
- Pools
- Flavors
- Notifications
Adding support for these features would make developing applications with Zaqar easier.
Problem description
Python-zaqarclient currently has some missing features that need to be added. This spec describes which endpoints are missing and how those are going to be added to the client side.
Proposed change
Based on the endpoints that are currently missing to the python-zaqarclient v1.1,the proposed change is to add support for the following features:
- Pools:
- pool_update
- pool_list
- flavors:
- flavor_update
- flavor_list
- Notifications
Alternatives
Implementation
Assignee(s)
- Primary assignee:
-
dynarro
Milestones
- Target Milestone for completion:
-
Liberty-2
Work Items
Add support to:
- pools
- flavors
- notifications
Add unit testing for:
- pools
- flavors
- notifications
Add developers documentation for:
- pools
- flavors
- notifications
Dependencies
None
Note
This work is licensed under a Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/legalcode