Begin Resource Refactor 56/68856/12
authorParker Berberian <pberberian@iol.unh.edu>
Tue, 12 Nov 2019 17:54:20 +0000 (12:54 -0500)
committerBrandon Lo <lobrandon1217@gmail.com>
Tue, 28 Jan 2020 18:28:34 +0000 (13:28 -0500)
commit899e1a4baa95d0bc6f0eef34de66f0e257174878
tree2fbc99070b2fe2d75135ca5f899ed14b12639856
parent30a535d7e9bdc0e3cf637207c0c100a16db81586
Begin Resource Refactor

Begins the Resource Refactor by creating new interfaces
to the resources through a Resource super class
and using that new interface in the api

Change-Id: I15a8179bfe915d2cde6d658d056e11cbd2c70e43
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
13 files changed:
src/account/views.py
src/api/migrations/0010_auto_20191219_2004.py [new file with mode: 0644]
src/api/models.py
src/api/tests/test_models_unittest.py
src/booking/quick_deployer.py
src/dashboard/tasks.py
src/resource_inventory/migrations/0012_auto_20200103_1850.py [new file with mode: 0644]
src/resource_inventory/models.py
src/resource_inventory/resource_manager.py
src/workflow/models.py
src/workflow/opnfv_workflow.py
src/workflow/snapshot_workflow.py
src/workflow/workflow_manager.py