Revision cf3e2989 kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
712 712
    @errors.plankton.id
713 713
    def _run(self, image_id):
714 714
        image = self.client.get_image_details(image_id)
715
        uuids = [image['user_id'], image['tenant_id']]
715
        uuids = [image['user_id']]
716 716
        usernames = self._uuids2usernames(uuids)
717 717
        image['user_id'] += ' (%s)' % usernames[image['user_id']]
718
        image['tenant_id'] += ' (%s)' % usernames[image['tenant_id']]
719 718
        self._print(image, self.print_dict)
720 719

  
721 720
    def main(self, image_id):

Also available in: Unified diff