|
|
|
@ -151,10 +151,7 @@ class decort_bservice(DecortController):
|
|
|
|
|
ret_dict['state'] = self.bservice_info['status']
|
|
|
|
|
ret_dict['rg_id'] = self.bservice_info['rgId']
|
|
|
|
|
ret_dict['account_id'] = self.acc_id
|
|
|
|
|
bservice_info_groupsName = self.bservice_info.get('groupsName')
|
|
|
|
|
if bservice_info_groupsName:
|
|
|
|
|
ret_dict['groupsName'] = bservice_info_groupsName
|
|
|
|
|
ret_dict['groupsIds'] = self.bservice_info['groups']
|
|
|
|
|
ret_dict['groups'] = self.bservice_info['groups']
|
|
|
|
|
return ret_dict
|
|
|
|
|
@staticmethod
|
|
|
|
|
def build_parameters():
|
|
|
|
|