sdn controllers: list, create, show 46/6246/4
authorlombardof <flombardo@cnit.it>
Sat, 2 Jun 2018 16:36:44 +0000 (18:36 +0200)
committerlombardof <flombardo@cnit.it>
Tue, 12 Jun 2018 15:37:51 +0000 (17:37 +0200)
commita03da5e2aab552daa3e7ced70b3e90466c7c8b82
tree61116c08b984754120b728807303a941876c70d2
parente5476c0177144dccef48642129ad29c860d3cf7e
sdn controllers: list, create, show

Change-Id: I2d801be01ae1e56a2a44ca6f8ea32c7585e4d381
Signed-off-by: lombardof <flombardo@cnit.it>
19 files changed:
instancehandler/views.py
lib/osm/osmclient/client.py
projecthandler/template/project/osm/osm_project_left_sidebar.html
projecthandler/urls/project.py
sdnctrlhandler/__init__.py [new file with mode: 0644]
sdnctrlhandler/admin.py [new file with mode: 0644]
sdnctrlhandler/apps.py [new file with mode: 0644]
sdnctrlhandler/migrations/__init__.py [new file with mode: 0644]
sdnctrlhandler/models.py [new file with mode: 0644]
sdnctrlhandler/template/modal/sdn_details.html [new file with mode: 0644]
sdnctrlhandler/template/sdn_create.html [new file with mode: 0644]
sdnctrlhandler/template/sdn_list.html [new file with mode: 0644]
sdnctrlhandler/tests.py [new file with mode: 0644]
sdnctrlhandler/urls.py [new file with mode: 0644]
sdnctrlhandler/views.py [new file with mode: 0644]
sf_t3d/settings.py
sf_t3d/urls.py
static/src/sdnctrlhandler/sdn_list.js [new file with mode: 0644]
vimhandler/views.py