Rocky Series Release Notes¶
1.11.0¶
Upgrade Notes¶
The dependency on
os-client-confighas 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
noneauth type (via--os-auth-typeCLI argument orOS_AUTH_TYPEenvironment variable). To use it,--os-endpointCLI argument orOS_ENDPOINTenvironment variable must be specified. See the bug for more detail.