1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00
webvirtcloud/vrtManager
catborise cfce71ec2b
Rest framework (#24)
* Add rest framework for API: First Commit

* modify some shell scripts to make variable references safer; modify some python scripts to reduce the code complexity and cyclomatic complexity of functions.

* Add REST API for some webvirtcloud functions. Instance list/delete/create, compute list/delete/create, storages-network list/retrieve. Add swagger and redoc for API interface

* update requirements

Co-authored-by: herengui <herengui@uniontech.com>
2022-08-22 15:12:33 +03:00
..
__init__.py Initial commit 2015-02-27 10:53:51 +02:00
connection.py reorganize host interfaces. remove it from instance methods 2021-02-12 16:05:16 +03:00
create.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
hostdetails.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
instance.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
interface.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
IPy.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
network.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
nwfilters.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
rwlock.py lint with black python. convert f style strings to old one. some small fixes 2020-11-05 12:34:31 +03:00
storage.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
util.py Rest framework (#24) 2022-08-22 15:12:33 +03:00
virtsecrets.py Django 3.2.4 LTS upgrade 2021-06-15 13:28:47 +03:00