osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

Bumping to libmysqlclient20 makes it work with Ubuntu 16.04 #96

Closed regnauld closed 8 years ago

regnauld commented 8 years ago

By changing:

    database_requirements='libmysqlclient18'

to

    database_requirements='libmysqlclient20'

... ganeti webmgr works on Ubuntu 16.04.