SOL003 API Align
[vfc/nfvo/lcm.git] / lcm / ns / biz / scaleaspect.py
similarity index 99%
rename from lcm/ns/scaleaspect.py
rename to lcm/ns/biz/scaleaspect.py
index c70d5fd..0d6a033 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+import copy
 import json
 import logging
 import os
-import copy
-from lcm.pub.database.models import NfInstModel
+
 from lcm.pub.database.models import NSInstModel
-from lcm.ns.vnfs.const import VNF_STATUS
+from lcm.pub.database.models import NfInstModel
 from lcm.pub.utils.values import ignore_case_get
-
+from lcm.ns_vnfs.const import VNF_STATUS
 
 logger = logging.getLogger(__name__)
 SCALE_TYPE = ("SCALE_NS", "SCALE_VNF")