e904278e50
During the Berlin summit, 2018 November, we used an updated version of the training VM, with always-latest devstack running on Ubuntu 18.04 LTS. This patch fixes issues coming with installing devstack on the new operating system, and also introduces some bug fixes. For a full list of changes, refer to CHANGELOG.md Change-Id: I822f68d5aba5721d6eb7dd9066e10dff81bcd736
1.7 KiB
1.7 KiB
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
v2018.02 Berlin summit
Changed
- Changed from Vagrant provisioning to disk-image-creator
- Fixed version to Ubuntu Xenial Xerus (18.04 LTS)
Added
- Kept Vagrantfile to provision a CentOS VM that can build the Traning VM
- Updated documentation for Virtualbox
Fixed
- Storage is SSD by default (caused problems with volume groups under MacOS)
- Virtualbox modesetting driver works correctly
- Passwords are consistently set to
openstack
v2017.01.1 Boston summit - Patch #1
Changed
- Devstack installation is forced to use systemd instead of screen
Fixed
- Works with VMware player
v2017.01 Boston summit
Changed
- Image is now based on Ubuntu Xenial 16.04 LTS
- Image download is much smaller, around 1.1G (was ~2G)
- VM runs on less memory (minimum 4G, recommended 6G)
- Default user is now ubuntu, password is openstack
- HexChat instead of XChat
- Project renamed to Upstream Institute ;-)
Added
optimize-memory
for lowering runtime memory needscleanup.sh
script that helps shrinking the image
Fixed
- There's no need to fiddle with network settings anymore
v2016.02 Barcelona summit
- Initial release