コード例 #1
0
ファイル: service.py プロジェクト: KyongI/cloudexchange
 def get_all_by_args(cls, context, host, binary, hostname):
     return cls._from_db_objects(
         context,
         db_api.service_get_all_by_args(context,
                                        host,
                                        binary,
                                        hostname))
コード例 #2
0
ファイル: service.py プロジェクト: smartcloud-openstack/heat
 def get_all_by_args(cls, context, host, binary, hostname):
     return cls._from_db_objects(
         context,
         db_api.service_get_all_by_args(context,
                                        host,
                                        binary,
                                        hostname))