diff options
author | laili <lai.li@zte.com.cn> | 2018-08-07 20:24:10 +0800 |
---|---|---|
committer | laili <lai.li@zte.com.cn> | 2018-08-07 20:40:13 +0800 |
commit | d3db6e6e73c146390c49557f8fab22328779bb2c (patch) | |
tree | 3cfe4f627cc7769c294ccc677ce04dd288fc7c8c /lcm/lcm/nf/serializers/common.py | |
parent | abb48dc9ab0ec498bf60c4df97ada0bcae7bcefd (diff) |
Modify vnf query related stuffs in vnflcm.
Add vnf_instance.py to the serializers of nf
Change-Id: I6d3c3c0f4684202963563503a876260032d88f08
Issue-ID: VFC-1016
Signed-off-by: laili <lai.li@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf/serializers/common.py')
-rw-r--r-- | lcm/lcm/nf/serializers/common.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lcm/lcm/nf/serializers/common.py b/lcm/lcm/nf/serializers/common.py deleted file mode 100644 index ca9a1945..00000000 --- a/lcm/lcm/nf/serializers/common.py +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 2018 ZTE Corporation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
|