From 39d9f0b98f31ab8916f6a68ec9576376240f972b Mon Sep 17 00:00:00 2001 From: micafer Date: Fri, 4 May 2018 13:38:35 +0200 Subject: [PATCH 1/2] Improve code --- doc/source/client.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/source/client.rst b/doc/source/client.rst index 8829bbacf..2d903d50e 100644 --- a/doc/source/client.rst +++ b/doc/source/client.rst @@ -17,7 +17,7 @@ Invocation The :program:`im_client` is called like this:: - $ im_client.py [-u|--xmlrpc-url url] [-r|--rest-url url] [-a|--auth_file filename] operation op_parameters + $ im_client.py [-u|--xmlrpc-url ] [-r|--restapi-url ] [-v|--verify-ssl] [-a|--auth_file ] operation op_parameters .. program:: im_client @@ -31,6 +31,11 @@ The :program:`im_client` is called like this:: URL to the REST API on the IM service. This option or the ` -u` one must be specified. +.. option:: -v|--verify-ssl + + Verify the certificates of the SSL connection. + The default value is `False`, + .. option:: -a|--auth_file filename Path to the authorization file, see :ref:`auth-file`. From b5f67cb9d0cb8d9e8e839e966973ba6d7532ec61 Mon Sep 17 00:00:00 2001 From: micafer Date: Mon, 7 May 2018 13:02:46 +0200 Subject: [PATCH 2/2] Update changelog --- changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog b/changelog index d4a65af55..2b87349d9 100644 --- a/changelog +++ b/changelog @@ -401,6 +401,7 @@ IM 1.7.0: * Change the behaviour en case of VM launch failure. * Add TOSCA support for REST AlterVM function * Add TOSCA support from INDIGO fork + * Add export and import functions in REST API * Change in the DB schema in the case of MySQL DB. This command must be made in the current DB: ALTER TABLE `inf_list` ADD COLUMN `rowid` INT AUTO_INCREMENT UNIQUE FIRST; \ No newline at end of file