Extracting auth methods into a new class 86/6386/1
authorEduardo Sousa <eduardosousa@av.it.pt>
Thu, 26 Jul 2018 00:04:11 +0000 (01:04 +0100)
committerEduardo Sousa <eduardosousa@av.it.pt>
Thu, 26 Jul 2018 00:04:17 +0000 (01:04 +0100)
commit45563f07e4fb691cf6445e5e95e354872ccf31d0
treec506b6014e1ada93e7484e10acb6de6c02a373ff
parent7ce1db93057aff3f9679f45ac15c9862e8ac6d2a
Extracting auth methods into a new class

Extracting the authentication and authorization methods into
a new class in order to start introducing the new Keystone
backend.

Note: I'm proceeding in small tests to allow for fine grained
regression testing.

Change-Id: I719ea83ab67f97e5cd32d7fd3282b3caa47a65eb
Signed-off-by: Eduardo Sousa <eduardosousa@av.it.pt>
osm_nbi/auth.py [new file with mode: 0644]
osm_nbi/nbi.py