On Fri, Jan 08, 2016 at 03:40:35PM +0100, 'Oleg Ponomarev' via ganeti-devel wrote: > As this functinoality will be used in a PAM module, move it into an > independent module. > > Signed-off-by: Oleg Ponomarev <[email protected]> > --- > Makefile.am | 3 +- > lib/http/auth.py | 53 ------------- > lib/rapi/testutils.py | 5 +- > lib/rapi/users_file.py | 137 > +++++++++++++++++++++++++++++++++ > lib/server/rapi.py | 52 +------------ > qa/qa_rapi.py | 2 +- > test/py/ganeti.http_unittest.py | 5 +- > test/py/ganeti.server.rapi_unittest.py | 7 +- > 8 files changed, 151 insertions(+), 113 deletions(-) > create mode 100644 lib/rapi/users_file.py
LGTM -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Matthew Scott Sucherman, Paul Terence Manicle
