def validate(value): if not utils.is_name_safe(value): raise exception.InvalidName(name=value) return value