yaocloud / yao

Yet Another OpenStack API wrapper
MIT License
35 stars 12 forks source link

Add support Compute services (os-services) #116

Closed buty4649 closed 5 years ago

buty4649 commented 5 years ago

Added Nova API Compute service (os-services). See below for details on the API.

https://docs.openstack.org/api-ref/compute/?expanded=update-compute-service-detail,list-compute-services-detail,disable-scheduling-for-a-compute-service-and-log-disabled-reason-detail,disable-scheduling-for-a-compute-service-detail,enable-scheduling-for-a-compute-service-detail#compute-services-os-services

hiboma commented 5 years ago

@buty4649 Hi I add tests off Yao::ComputeService.enable and Yao::ComputeService.enable.

Please review and let's go forward to merge !