neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix(OpenStack): load limits properly by one method #245

Closed Tiboris closed 1 year ago

Tiboris commented 1 year ago

when creatring utilization method for openstack there was a problem that limits were read incorrectly. moving code to private method reused in utilization and can_provision methods to get rid of copy-paste errors.