Add flavor related commands
Change-Id: Idec4bdf86ef6dc79d35d77be859984af12e0bf9b
This commit is contained in:
@@ -14,6 +14,7 @@ from keystoneauth1 import loading
|
||||
from keystoneauth1 import session as ksa_session
|
||||
|
||||
from gyanclient.common import httpclient
|
||||
from gyanclient.v1 import flavors
|
||||
from gyanclient.v1 import hosts
|
||||
from gyanclient.v1 import models
|
||||
from gyanclient.v1 import versions
|
||||
@@ -116,6 +117,7 @@ class Client(object):
|
||||
session=session,
|
||||
api_version=api_version,
|
||||
**client_kwargs)
|
||||
self.flavors = flavors.FlavorManager(self.http_client)
|
||||
self.hosts = hosts.HostManager(self.http_client)
|
||||
self.models = models.ModelManager(self.http_client)
|
||||
self.versions = versions.VersionManager(self.http_client)
|
||||
|
||||
Reference in New Issue
Block a user