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

Merge branch '2-add-method-to-retrieve-flavors-to-kypocloudclientbase' into 'master'

Resolve "add method to retrieve flavors to KypoCloudClientBase"

Closes #2

See merge request !2
parents cd0ef556 f99c9a94
No related branches found
No related tags found
1 merge request!2Resolve "add method to retrieve flavors to KypoCloudClientBase"
Pipeline #169380 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