Revision 4bb4fb37 kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
737 737
    @errors.plankton.id
738 738
    def _run(self, image_id):
739 739
        image = self.client.get_image_details(image_id)
740
        uuids = [image['user_id'], image['tenant_id']]
740
        uuids = [image['user_id']]
741 741
        usernames = self._uuids2usernames(uuids)
742 742
        image['user_id'] += ' (%s)' % usernames[image['user_id']]
743
        image['tenant_id'] += ' (%s)' % usernames[image['tenant_id']]
744 743
        self._print(image, self.print_dict)
745 744

  
746 745
    def main(self, image_id):

Also available in: Unified diff