On Fri, Dec 02, 2016 at 11:25:08AM +0200, Yiannis Tsiouris wrote:
> This patch adds two new options in 'gnt-instance modify' which allow the
> user to clear all current public/private OS parameters of an instance.
> This might be useful for OS providers that consider no parameters as
> valid or, more commonly, for changing OS provider (and parameters)
> before performing a reinstall. E.g.:

Thanks. I think you just resent the old patch though. :)

> +CLEAR_OSPARAMS_OPT = cli_option("--clear-os-parameters",
> +                                dest="clear_osparams",
> +                                action="store_true",
> +                                default=False,
> +                                help="Clear currnet OS parameters")

micronit: s/currnet/current/

Cheers,
Brian.

Reply via email to