if dry_run:
            ret['result'] = None
            ret['comment'] = 'Flavor "{0}" access list would be corrected.'.format(name)
            ret['changes'] = {name: {'new': defined_list, 'old': existing_list}}