if dry_run:
            ret['result'] = None
            ret['comment'] = 'Flavor "{0}" would be created.'.format(name)
            ret['changes'] = {name: {'old': 'Flavor "{0}" does not exist.'.format(name),
                                     'new': params}}