Tag: setup
-
OpenStack Diablo on Ubuntu 11.10 w/MySQL
If you’re installing the OpenStack cloud computing platform “Diablo” release on Ubuntu 11.10 server using the official guide and are using MySQL, don’t forget to: sudo apt-get install python-mysqldb The “glance” package (and probably others) are configured to use SQLite by default and do not automatically install this dependency by default. Unfortunately, the November 2011 version of the…