(self)
| 616 | |
| 617 | # Tested |
| 618 | def __perform_external_map_action(self): |
| 619 | if not self.external_map: |
| 620 | return |
| 621 | if self.external_map_action == 'set_instance_id': |
| 622 | if self.instance: |
| 623 | self.external_map.instance = self.instance |
| 624 | self.session.add(self.external_map) |
| 625 | |
| 626 | # Tested |
| 627 | def instance_list_cache_update(self): |