Skip to content

Commit 58fdb18

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent e029225 commit 58fdb18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SoftLayer/managers/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def list_public_images(self, guid=None, name=None, limit=100, **kwargs):
8989

9090
kwargs['filter'] = _filter.to_dict()
9191

92-
return self.vgbdtg.getPublicImages(**kwargs, limit=limit)
92+
return self.client.call('Virtual_Guest_Block_Device_Template_Group', 'getPublicImages', **kwargs, limit=limit)
9393

9494
def _get_ids_from_name_public(self, name):
9595
"""Get public images which match the given name."""

0 commit comments

Comments
 (0)