Mitaka Series Release Notes¶
13.3.7¶
Known Issues¶
For OpenStack-Ansible Mitaka releases earlier than 13.3.1 the default container apt source used was
http://mirror.rackspace.com/ubuntu
. This mirror seems to sometimes have broken package indexes or missing packages. The default package source has therefore been changed to make use ofhttp://archive.ubuntu.com/ubuntu/
for packages andhttp://security.ubuntu.com/ubuntu
for security packages.
Upgrade Notes¶
The default container apt sources have been changed from using
http://mirror.rackspace.com/ubuntu
tohttp://archive.ubuntu.com/ubuntu/
for packages andhttp://security.ubuntu.com/ubuntu
for security packages. This is to resolve issues with unavailable packages during the install process due to incomplete mirror updates.
13.1.3¶
Bug Fixes¶
The check to validate whether an appropriate ssh public key is available to copy into the container cache has been corrected to check the deployment host, not the LXC host.