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

Lock Twisted-15.4.0 to continue support of python 2.6 on CentOS 6 #103

Closed ramereth closed 7 years ago

ramereth commented 7 years ago

Without this lock, we can't install ganeti_webmgr on CentOS 6.

MorganEPatch commented 7 years ago

What errors were you seeing with installing it on CentOS 6 without this? I don't seem to be having any issues with Vagrant.

ramereth commented 7 years ago

@LyonesGamer vncauthproxy would fail to start due to the error from twisted complaining about not having Python 2.7. You likely wouldn't see that if you're not getting that service setup.

MorganEPatch commented 7 years ago

Ah, I see. Well, if it fixes the issue, I don't see a problem. +1