Skip to content
Snippets Groups Projects
Commit f99c9a94 authored by Michal Urban's avatar Michal Urban
Browse files

Update kypo/cloud_commons/cloud_client_base.py

parent cd0ef556
No related branches found
No related tags found
1 merge request!2Resolve "add method to retrieve flavors to KypoCloudClientBase"
Pipeline #165181 passed
......@@ -161,6 +161,15 @@ class KypoCloudClientBase(ABC):
"""
pass
@abstractmethod
def get_flavors_dict(self) -> dict:
"""
Gets flavors defined in OpenStack project with their vcpu and ram usage as dictionary
:return: flavors dictionary
"""
pass
@abstractmethod
def get_project_limits(self) -> Limits:
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment