vfclcm upgrade from python2 to python3 31/90631/11
authorhongyuzhao <zhao.hongyu@zte.com.cn>
Fri, 28 Jun 2019 01:51:33 +0000 (09:51 +0800)
committerhongyuzhao <zhao.hongyu@zte.com.cn>
Wed, 3 Jul 2019 03:19:09 +0000 (11:19 +0800)
commit46ad7c172411214c5432ed93fda4271288077447
tree74adb32f9cdfe575184e67068faac9bc6c2117b7
parent37b1ae2386c365293249421595f0722c25bc8e8d
vfclcm upgrade from python2 to python3

Change-Id: Ia55ae38ec64fc3d821d1e7e1c0cbe48b572a0dd4
Issue-ID: VFC-1429
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
90 files changed:
lcm/docker/Dockerfile
lcm/docker/docker-env-conf.sh
lcm/lcm/jobs/tests.py
lcm/lcm/jobs/views.py
lcm/lcm/middleware.py
lcm/lcm/nf/biz/change_ext_conn.py
lcm/lcm/nf/biz/change_vnf_flavour.py
lcm/lcm/nf/biz/create_subscription.py
lcm/lcm/nf/biz/grant_vnf.py
lcm/lcm/nf/biz/heal_vnf.py
lcm/lcm/nf/biz/instantiate_vnf.py
lcm/lcm/nf/biz/operate_vnf.py
lcm/lcm/nf/biz/query_subscription.py
lcm/lcm/nf/biz/query_vnf_lcm_op_occ.py
lcm/lcm/nf/biz/scale_vnf.py
lcm/lcm/nf/biz/scale_vnf_to_level.py
lcm/lcm/nf/biz/terminate_vnf.py
lcm/lcm/nf/biz/update_vnf.py
lcm/lcm/nf/serializers/_links.py
lcm/lcm/nf/serializers/affected_storages.py
lcm/lcm/nf/serializers/affected_vls.py
lcm/lcm/nf/serializers/affected_vnfcs.py
lcm/lcm/nf/serializers/cp_protocol_data.py
lcm/lcm/nf/serializers/ext_cp_info.py
lcm/lcm/nf/serializers/ext_link_port_data.py
lcm/lcm/nf/serializers/ext_link_port_info.py
lcm/lcm/nf/serializers/ext_managed_virtual_link_info.py
lcm/lcm/nf/serializers/ext_virtual_link_data.py
lcm/lcm/nf/serializers/ext_virtual_link_info.py
lcm/lcm/nf/serializers/instantiate_vnf_request.py
lcm/lcm/nf/serializers/instantiated_vnf_info.py
lcm/lcm/nf/serializers/ip_addresse.py
lcm/lcm/nf/serializers/ip_over_ethernet_address_data.py
lcm/lcm/nf/serializers/lccn_filter_data.py
lcm/lcm/nf/serializers/lccn_subscription.py
lcm/lcm/nf/serializers/lccn_subscription_request.py
lcm/lcm/nf/serializers/lccn_subscriptions.py
lcm/lcm/nf/serializers/notification_types.py
lcm/lcm/nf/serializers/virtual_storage_resource_info.py
lcm/lcm/nf/serializers/vnf_ext_cp_config.py
lcm/lcm/nf/serializers/vnf_ext_cp_data.py
lcm/lcm/nf/serializers/vnf_info_modifications.py
lcm/lcm/nf/serializers/vnf_instance.py
lcm/lcm/nf/serializers/vnf_instances.py
lcm/lcm/nf/serializers/vnf_lcm_op_occ.py
lcm/lcm/nf/serializers/vnf_lcm_op_occs.py
lcm/lcm/nf/serializers/vnf_link_port_info.py
lcm/lcm/nf/serializers/vnf_virtual_link_resource_info.py
lcm/lcm/nf/serializers/vnfc_cp_info.py
lcm/lcm/nf/serializers/vnfc_resource_info.py
lcm/lcm/nf/tests/const.py
lcm/lcm/nf/tests/test_change_ext_conn.py
lcm/lcm/nf/tests/test_change_flavour.py
lcm/lcm/nf/tests/test_create_vnf.py
lcm/lcm/nf/tests/test_delete_vnf.py
lcm/lcm/nf/tests/test_heal_vnf.py
lcm/lcm/nf/tests/test_instantiate_vnf.py
lcm/lcm/nf/tests/test_operate_vnf.py
lcm/lcm/nf/tests/test_query_vnf.py
lcm/lcm/nf/tests/test_query_vnf_lcm_op.py
lcm/lcm/nf/tests/test_scale_vnf.py
lcm/lcm/nf/tests/test_scale_vnf_to_level.py
lcm/lcm/nf/tests/test_subscribe_notification.py
lcm/lcm/nf/tests/test_terminate_vnf.py
lcm/lcm/nf/tests/test_update_vnf.py
lcm/lcm/nf/views/common.py
lcm/lcm/nf/views/curd_vnf_views.py
lcm/lcm/nf/views/lcm_op_occs_view.py
lcm/lcm/nf/views/subscriptions_view.py
lcm/lcm/pub/database/migrations/0001_initial.py [deleted file]
lcm/lcm/pub/database/migrations/0002_vnflcmopoccmodel_sub_operation.py [deleted file]
lcm/lcm/pub/database/migrations/__init__.py [deleted file]
lcm/lcm/pub/msapi/gvnfmdriver.py
lcm/lcm/pub/redisco/__init__.py [new file with mode: 0644]
lcm/lcm/pub/redisco/containers.py [new file with mode: 0644]
lcm/lcm/pub/utils/fileutil.py
lcm/lcm/pub/utils/idutil.py
lcm/lcm/pub/utils/jobutil.py
lcm/lcm/pub/utils/notificationsutil.py
lcm/lcm/pub/utils/restcall.py
lcm/lcm/pub/utils/tests.py
lcm/lcm/pub/utils/toscautil.py
lcm/lcm/pub/utils/toscautil_new.py
lcm/lcm/pub/vimapi/adaptor.py
lcm/lcm/pub/vimapi/api.py
lcm/lcm/samples/tests.py
lcm/lcm/settings.py
lcm/lcm/swagger/management/commands/export_swagger.py
lcm/requirements.txt
lcm/tox.ini