コード例 #1
0
ファイル: software_config.py プロジェクト: Hopebaytech/heat
 def delete(cls, context, config_id):
     db_api.software_config_delete(context, config_id)
コード例 #2
0
ファイル: service.py プロジェクト: HuaiJiang/heat
 def delete_software_config(self, cnxt, config_id):
     db_api.software_config_delete(cnxt, config_id)
コード例 #3
0
ファイル: service.py プロジェクト: B-Rich/heat
 def delete_software_config(self, cnxt, config_id):
     db_api.software_config_delete(cnxt, config_id)
コード例 #4
0
 def delete(cls, context, config_id):
     db_api.software_config_delete(context, config_id)