2023.1 Series Release Notes¶
23.1.0¶
New Features¶
Add support to portforwardings in the Network Floating IPs dashboard.
Requires python-neutronclient >= 8.1.0
This feature is disabled by default.
Added a new setting
OPENSTACK_KEYSTONE_ENDPOINT_TYPE
that can be used to specify the endpoint type to use when talking to the identity API. By default,OPENSTACK_ENDPOINT_TYPE
is still referred for the identity API, If you would like to use a different endpoint for the identity API, you can use this setting.
Bug Fixes¶
Fixes the bug where an administrator could not specify default user_data for new VMs via
OPENSTACK_SERVER_DEFAULT_USER_DATA
configuration setting.