Current Series Release Notes

27.0.0-6

New Features

  • The new nova::console_allowed_origins parameter has been added.

  • The new nova::migration::libvirt::live_migration_parallel_connections parameter has been added.

Deprecation Notes

  • The nova::cache::hashclient_retry_delay parameter was deprecated in favor of the new hashclient_retry_timeout parameter.

  • The nova::cache::dead_timeout parameter was deprecated in favor of the new hashclient_dead_timeout parameter.

  • The following parameters of the nova::cache class have been deprecated in favor of the new generic parameters.

    • memcache_username and redis_username (Use username)

    • memcache_password and redis_password (Use password)

    • memcache_socket_timeout and redis_socket_timeout (Use socket_timeout)

27.0.0

New Features

  • The nova::keystone::auth class now adds the service role by default. Set the roles parameter not to add the role.