Skip to content

Commit

Permalink
Merge pull request #602 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored May 7, 2018
2 parents c4e0b59 + b5f67cb commit 266fef3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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;
7 changes: 6 additions & 1 deletion doc/source/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <url>] [-r|--restapi-url <url>] [-v|--verify-ssl] [-a|--auth_file <filename>] operation op_parameters

.. program:: im_client

Expand All @@ -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`.
Expand Down

0 comments on commit 266fef3

Please sign in to comment.