Skip to content

Commit

Permalink
Merge pull request #1593 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Jul 10, 2024
2 parents d419196 + 3f51ce1 commit b720bd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -764,4 +764,10 @@ IM 1.17.0:
* Fix error installing collections.
* Enable to configure an OIDC group to access the IM.
* Fix error with ansible versions 2.15 and higher.
* Add resource estimation function.
* Add resource estimation function.
* Move REST API to Flask.
* Return OpenAPI Spec in REST root path.
* Update IM setup process to use pyproject,toml
* Fix error deleting router in OpenStack.
* Fix error floating IP is not released in OpenStack.
* Do not create router in OST if no networks are created.
2 changes: 1 addition & 1 deletion doc/source/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ The :program:`im_client` is called like this::
``wait infId [max_time]``
Wait infrastructure with ID ``infId`` to get a final state. It will return code ``0`` if it
becomes ``configured`` or ``1`` otherwhise. Optional parameter ``max_time`` to set the max time
to wait.
to wait in seconds.

``create_wait_outputs inputfile``
This operation is a combination of the create, wait and getoutputs functions. First it creates the
Expand Down

0 comments on commit b720bd8

Please sign in to comment.