Revert "Remove v1 version of osmclient which was used with old NBI (pre-Release FOUR)" 45/13545/3
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 19 Jun 2023 09:17:26 +0000 (11:17 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 21 Jun 2023 14:42:00 +0000 (16:42 +0200)
commitd1ccf0e88aeacb065b97a6c5cb82e6de53537b94
tree91ff48bf5413dc7397b06f249563d5fc02fa535b
parentea593ec357b5e83ac373f3f3fe341449116e5e2d
Revert "Remove v1 version of osmclient which was used with old NBI (pre-Release FOUR)"

This reverts commit ae90d6fd63a349680b9f8e9a975bf90ec3c598c4.

Change-Id: I1f67f548c99e04279d9095b51b11cbbeacdd9609
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
21 files changed:
osmclient/client.py
osmclient/scripts/osm.py
osmclient/sol005/client.py
osmclient/v1/__init__.py [new file with mode: 0644]
osmclient/v1/client.py [new file with mode: 0644]
osmclient/v1/key.py [new file with mode: 0644]
osmclient/v1/ns.py [new file with mode: 0644]
osmclient/v1/nsd.py [new file with mode: 0644]
osmclient/v1/package.py [new file with mode: 0644]
osmclient/v1/tests/test_ns.py [new file with mode: 0644]
osmclient/v1/tests/test_nsd.py [new file with mode: 0644]
osmclient/v1/tests/test_package.py [new file with mode: 0644]
osmclient/v1/tests/test_vnf.py [new file with mode: 0644]
osmclient/v1/tests/test_vnfd.py [new file with mode: 0644]
osmclient/v1/utils.py [new file with mode: 0644]
osmclient/v1/vca.py [new file with mode: 0644]
osmclient/v1/vim.py [new file with mode: 0644]
osmclient/v1/vnf.py [new file with mode: 0644]
osmclient/v1/vnfd.py [new file with mode: 0644]
requirements.txt
tox.ini