Pike Series Release Notes

11.6.0

New Features

  • Adds the kombu_failover_strategy option for configuring oslo.messaging.rabbit. This will determines how the next RabbitMQ node is chosen in case the one we are currently connected to becomes unavailable.

  • Add openstack-db tag to Exec that run db-sync.

11.4.0

New Features

  • Both v1 and v2.0 API endpoints are enabled by default it is a security risk to expose the v1 endpoint publicly,so make sure access to it is secured. The way that LBaaS is implemented in OpenStack (v1) moves your single point of failure out of the realm of the application, up to the point where the Load Balancer itself is the Single Point of Failure. V2 gaves more security.

11.3.0

New Features

  • support for configuring amp_secgroup_list has been added which allows to configure the security groups to be setup on the amphorae

  • You can now configure the paths for the certificates which are used to the public key infrastructure system which is used to authenticate to amphorae.

Deprecation Notes

  • octavia::rpc_backend is deprecated and will be removed in a future release. Please use octavia::default_transport_url instead.

Bug Fixes

11.2.0

Upgrade Notes

  • Deprecated keystone authtoken signing_dir option is removed in Pike.

11.0.0

New Features

  • Add new parameter “control_exchange”, the default exchange under which topics are scoped. May be overridden by an exchange name specified in the transport_url option.

  • Add new parameter “rpc_response_timeout”, seconds to wait for a response from a call

Deprecation Notes

  • octavia::ensure_package is now deprecated and will be removed in the future release. Please use octavia::package_ensure instead.

Bug Fixes

  • Fix the manage_service parameter for the api class. If manage_service is set to false then the ocatavia-api service will not be defined in puppet allowing the user to manage the service themselves or elsewhere.