aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/biz/scaleaspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns/biz/scaleaspect.py')
-rw-r--r--lcm/ns/biz/scaleaspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/ns/biz/scaleaspect.py b/lcm/ns/biz/scaleaspect.py
index 9c941817..18a45e71 100644
--- a/lcm/ns/biz/scaleaspect.py
+++ b/lcm/ns/biz/scaleaspect.py
@@ -20,7 +20,7 @@ import os
from lcm.pub.database.models import NSInstModel
from lcm.pub.database.models import NfInstModel
from lcm.pub.utils.values import ignore_case_get
-from lcm.ns_vnfs.const import VNF_STATUS
+from lcm.ns_vnfs.enum import VNF_STATUS
logger = logging.getLogger(__name__)
SCALE_TYPE = ("SCALE_NS", "SCALE_VNF")