File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments