Esempio n. 1
0
 def __init__(self):
     self.api = volume_api.HostAPI()
     super(HostController, self).__init__()
Esempio n. 2
0
 def __init__(self):
     self.api = volume_api.HostAPI()
     super(HostController, self).__init__()
     versionutils.report_deprecated_feature(
         LOG, "The Host API is deprecated and will be "
         "be removed in a future version.")