Skip to content

Commit b720bd8

Browse files
authored
Merge pull request #1593 from grycap/devel
Devel
2 parents d419196 + 3f51ce1 commit b720bd8

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,4 +764,10 @@ IM 1.17.0:
764764
* Fix error installing collections.
765765
* Enable to configure an OIDC group to access the IM.
766766
* Fix error with ansible versions 2.15 and higher.
767-
* Add resource estimation function.
767+
* Add resource estimation function.
768+
* Move REST API to Flask.
769+
* Return OpenAPI Spec in REST root path.
770+
* Update IM setup process to use pyproject,toml
771+
* Fix error deleting router in OpenStack.
772+
* Fix error floating IP is not released in OpenStack.
773+
* Do not create router in OST if no networks are created.

doc/source/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The :program:`im_client` is called like this::
215215
``wait infId [max_time]``
216216
Wait infrastructure with ID ``infId`` to get a final state. It will return code ``0`` if it
217217
becomes ``configured`` or ``1`` otherwhise. Optional parameter ``max_time`` to set the max time
218-
to wait.
218+
to wait in seconds.
219219

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

0 commit comments

Comments
 (0)