forked from vmware/container-service-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ovdc, system, template request handlers (vmware#388)
* Add ovdc, template, and system request handlers * ovdc_request_handler.py became ovdc_handler.py * Removed unnecessary classes (ServiceProcessor, OvdcManager) * Moved all generic OVDC code to ovdc_utils.py * ovdc_handler.py is responsible for using the request dict and auth token to pass relevant data to the generic ovdc functions. It is also responsible for validating request dict keys relevant to the operation
- Loading branch information
Showing
20 changed files
with
817 additions
and
804 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.