Comment 2 for bug 862672

Revision history for this message
Mark McLoughlin (markmc) wrote :

Doesn't the same problem also apply to backup creation?

    def _action_create_backup(self, input_dict, req, instance_id):
        ...
        # build location of newly-created image entity
        image_id = str(image['id'])
        image_ref = os.path.join(req.application_url, 'images', image_id)