Add file of get operation status
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 14 Feb 2017 07:22:10 +0000 (15:22 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 14 Feb 2017 07:22:10 +0000 (15:22 +0800)
commit01da50ffb906d22ed408962c63fcf04309fe90eb
tree038f6596529c7c5fa4b3987e555e5afa0793cf45
parente5e171227da8bced170a6ad97a9deb0ce4457e20
Add file of get operation status

Change-Id: Id8c206af19a12fac333bee66e9fb4b4d6ff852c6
Issue-Id: GVNFM-5
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/lcm/jobs/__init__.py [new file with mode: 0644]
lcm/lcm/jobs/job_get.py [new file with mode: 0644]
lcm/lcm/jobs/tests.py [new file with mode: 0644]
lcm/lcm/jobs/urls.py [new file with mode: 0644]
lcm/lcm/jobs/views.py [new file with mode: 0644]
lcm/lcm/nf/vnfs/urls.py