Rocky Series Release Notes¶
1.11.0¶
Upgrade Notes¶
The dependency on
os-client-config
has been removed in favor of direct use ofopenstacksdk
.
1.10.0¶
New Features¶
Adds
osc_lib.cli.identity.find_project()
. This function can be used to look up a project ID from command-line options like:find_project(self.app.client_manager.sdk_connection, parsed_args.project, parsed_args.project_domain)
Adds
osc_lib.cli.identity.add_project_owner_option_to_parser()
to register project and project domain options to CLI.
Bug Fixes¶
It is now possible to specify the
none
auth type (via--os-auth-type
CLI argument orOS_AUTH_TYPE
environment variable). To use it,--os-endpoint
CLI argument orOS_ENDPOINT
environment variable must be specified. See the bug for more detail.