def get(self, request, id):
     """Get a specific container"""
     LOG.debug('restapi Container xxxxxx get=%s, id=%s xxx' % (request, id))
     return change_to_id(client.container_show(request, id).to_dict())
Exemplo n.º 2
0
 def get(self, request, id):
     """Get a specific container"""
     return change_to_id(client.container_show(request, id).to_dict())
Exemplo n.º 3
0
 def get(self, request, id):
     """Get a specific container"""
     return change_to_id(client.container_show(request, id).to_dict())