Aftermath / neos

A python-based controller for virtualization backends providing a bridge with web-based controls.
Other
3 stars 1 forks source link

Modify NeosHypervisorLibvirt class to allow username and password authentication. #11

Open tchellomello opened 7 years ago

tchellomello commented 7 years ago

Right now, the NeosHypervisorLibvirt class does not allow another authentication method.

Let's implement a way to pass a username + password to authenticate againts libvirt.

CharlotteRose commented 7 years ago

Hello Mello! I would like to assist with this :D I have cloned the project and am looking through the libvirt.py file now - I do have a question though - last collab project I had the buddy requested I follow all "pythonic" standards - Do we have any standards here? I have a background in C++ so i tend to mimc that stylistically. Let me know!

tchellomello commented 7 years ago

@CharlotteRose awesome!! welcome to the project. As a code style, its required tox to pass in order to get your patch commit. I'm working on writing a documentation to explain how to setup your development environment. Your help is very appreciated!! Thank you so much for your interest and let's do this!!