summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/exceptions.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-02-08 13:58:17 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-02-08 13:58:17 +0800
commita446d5a1f68bea260fc020cef892aa764d962c95 (patch)
treec40ab51d8654a3116798159ae4c0818926fd013b /lcm/lcm/pub/exceptions.py
parent462aded144f4cdfbe7a8c1546c603dc554003a34 (diff)
Decompose the VNF instance
Change-Id: Iae0b45e3cddc87f2a2c01b7817947708d1f2d1e3 Issue-Id:GVNFM-7 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/lcm/pub/exceptions.py')
-rw-r--r--lcm/lcm/pub/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/pub/exceptions.py b/lcm/lcm/pub/exceptions.py
index e06632c7..274c0d06 100644
--- a/lcm/lcm/pub/exceptions.py
+++ b/lcm/lcm/pub/exceptions.py
@@ -13,5 +13,5 @@
# limitations under the License.
-class NSLCMException(Exception):
+class NFLCMException(Exception):
pass