Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel #1593

Merged
merged 3 commits into from
Jul 10, 2024
Merged

Devel #1593

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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