This fixes a major bug that broke the integration between OSM and vim-emu.
Change-Id: I5a92417ccbf919d5e160ac5b2c66a88f3c7d6fe5
Signed-off-by: peusterm <manuel.peuster@upb.de>
resp = dict()
resp['name'] = 'someImageName'
resp['properties'] = dict()
+ resp['links'] = list()
# just an ugly hack to allow the openstack client to work
return Response(json.dumps(resp), status=200,
mimetype='application/json')
LOG.debug("API CALL: %s GET" % str(self.__class__.__name__))
try:
resp = dict()
- resp['next'] = None
+ # resp['next'] = None
resp['first'] = "/v2/images"
resp['schema'] = "/v2/schemas/images"
resp['images'] = list()