Reformat NBI to standardized format 35/10535/5
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 24 Mar 2021 08:19:48 +0000 (09:19 +0100)
committerguzman <jmguzman@whitestack.com>
Tue, 18 May 2021 14:26:17 +0000 (16:26 +0200)
commit4568a372eb5a204e04d917213de03ec51f9110c1
tree5ed50f9a010106cd7665604e2304fc0df642b789
parent786aeddab7b7491a139c958ecec6439bee5da83a
Reformat NBI to standardized format

Change-Id: I17c2b029b83af84fbc97559bd2b616dfb6aef0fb
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
28 files changed:
osm_nbi/__init__.py
osm_nbi/admin_topics.py
osm_nbi/auth.py
osm_nbi/authconn.py
osm_nbi/authconn_internal.py
osm_nbi/authconn_keystone.py
osm_nbi/authconn_tacacs.py
osm_nbi/base_topic.py
osm_nbi/descriptor_topics.py
osm_nbi/engine.py
osm_nbi/html_out.py
osm_nbi/instance_topics.py
osm_nbi/nbi.py
osm_nbi/notifications.py
osm_nbi/pmjobs_topics.py
osm_nbi/subscription_topics.py
osm_nbi/subscriptions.py
osm_nbi/tests/run_test.py
osm_nbi/tests/send_kafka.py
osm_nbi/tests/test_admin_topics.py
osm_nbi/tests/test_base_topic.py
osm_nbi/tests/test_descriptor_topics.py
osm_nbi/tests/test_instance_topics.py
osm_nbi/tests/test_pmjobs_topic.py
osm_nbi/tests/upload.py
osm_nbi/validation.py
setup.py
tox.ini