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.3.0

Deprecation Notes

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

11.2.0

Upgrade Notes

  • Deprecated keystone authtoken signing_dir option is removed in Pike.

11.1.0

Deprecation Notes

  • trove::taskmanager::default_neutron_networks is now deprecated and will be removed in the future release. Please use trove::default_neutron_networks instead.

  • trove::taskmanager::taskmanager_queue is now been removed. Please use trove::api::taskmanager_queue instead.

Bug Fixes

  • Neutron settings were not applied to the API when the API and taskmanager were run on separate hosts. This has now been corrected.

11.0.0

New Features

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

  • Add support for enabling single tenant mode

Deprecation Notes

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

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

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

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

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