Add missing server consoles client and tests
Currently, the servers_client or any other compute client does not support the APIs found under "Server consoles" section in compute API documentation [1].
The servers_client (or a new client should be created) should be updated to support the following additional endpoints:
1) GET /servers/
2) POST /servers/
3) GET /servers/
4) DELETE /servers/
5) GET /os-console-
In addition, unit tests should be written for the client and functional tests should be written to test the new endpoints.
[1] http://
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Felipe Monteiro
- Direction:
- Needs approval
- Assignee:
- Felipe Monteiro
- Definition:
- New
- Series goal:
- None
- Implementation:
-
Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
WIP Add compute consoles client and tests.