Extracting auth methods into a new class 86/6386/3
authorEduardo Sousa <esousa@whitestack.com>
Thu, 26 Jul 2018 00:04:11 +0000 (01:04 +0100)
committerEduardo Sousa <esousa@whitestack.com>
Wed, 26 Sep 2018 03:02:51 +0000 (04:02 +0100)
commit2f98821b1da7d26fd54f631330bc8e1aa1e8f631
tree77719e9eab4aa51b3116506e6082576b8b8da0e7
parentcd54a4add397e6f0921a77e97444d32c7a748975
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 <esousa@whitestack.com>
osm_nbi/auth.py [new file with mode: 0644]
osm_nbi/nbi.py