diff options
author | biancunkang <bian.cunkang@zte.com.cn> | 2018-08-10 16:46:46 +0800 |
---|---|---|
committer | biancunkang <bian.cunkang@zte.com.cn> | 2018-08-10 16:46:46 +0800 |
commit | 148f5bd1f58b2b2f65d4e5783189b965b43925a2 (patch) | |
tree | bf525e20965ee61b0ab3203794523520601cc3f2 /.gitignore | |
parent | 433be1ff21f0a914cde6a45bb7ae431a1670e85f (diff) |
Modify serializers and Create
Add terms additionalparams in terminate_vnf_req.py and the instantiationState in VnfInstanceSerializer
Change-Id: I44888b20698909f47410bb83e6ee24b463d3e136
Issue-ID: VFC-1015
Signed-off-by: biancunkang <bian.cunkang@zte.com.cn>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..80537515 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +logs/*.log +*.pyc +.idea +.tox |