]> xenbits.xensource.com Git - xcp/xen-api.git/commit
CA-44714: Semantics of "xe vm-export" with the metadata option is not as documented...
authorRok Strnisa <rok.strnisa@citrix.com>
Tue, 12 Oct 2010 09:50:42 +0000 (10:50 +0100)
committerRok Strnisa <rok.strnisa@citrix.com>
Tue, 12 Oct 2010 09:50:42 +0000 (10:50 +0100)
commit0f2711f33de7b012051742036cd2dcf793a7bb13
treeb38c87687731ad5dc4994f79b8a8b7ccaa93a1aa
parent24ea885bc55f6f57c56206ba764d4af7dbb29a83
CA-44714: Semantics of "xe vm-export" with the metadata option is not as documented --- FIXED.

Consistent requirement for boolean parameters to be specified with true or false.

The patch includes refactoring of cli_operations.ml, which makes consistent
use of two simple functions for extracting information from parameters instead
of the previous 10 complicated ways.

Signed-off-by: Rok Strnisa <rok.strnisa@citrix.com>
Review by Matthias: Changes look good.  But indentation in
get_bool_param is as horrible as in the rest of cli_operations.ml.

After-review changes: The horrible indentation (2 spaces) of get_bool_param has
has been corrected (into 1 tab).
ocaml/xapi/cli_operations.ml