summaryrefslogtreecommitdiffstats
path: root/zte/vmanager/driver/pub/config/config.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-11-24 11:40:29 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-11-24 11:40:29 +0800
commit515c3241a0e4db90fa05f65e58cbf83df6d7f9c0 (patch)
treeb6ba658f0ea96fe16e88a77aba1f45fb9d0d34fd /zte/vmanager/driver/pub/config/config.py
parent7457ec0344e0f8384af8f72868d9faf171b9a104 (diff)
Remove vfc-ztevnfmdriver unused code
Change-Id: I29569b54c3646a5026949ba62c2fdb3e35c489b4 Issue-ID: VFC-596 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'zte/vmanager/driver/pub/config/config.py')
-rw-r--r--zte/vmanager/driver/pub/config/config.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/zte/vmanager/driver/pub/config/config.py b/zte/vmanager/driver/pub/config/config.py
index e5d90b33..3ccdde3d 100644
--- a/zte/vmanager/driver/pub/config/config.py
+++ b/zte/vmanager/driver/pub/config/config.py
@@ -12,16 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# [AAI]
-AAI_SERVICE_IP = '127.0.0.1'
-AAI_SERVICE_PORT = '8443'
-AAI_BASE_URL = "https://%s:%s/aai/v8" % (AAI_SERVICE_IP, AAI_SERVICE_PORT)
-AAI_USER = "AAI"
-AAI_PASSWORD = "AAI"
-CLOUD_OWNER = "11"
-CLOUD_REGION_ID = ""
-TENANT_ID = ""
-
# [VNFFTP]
VNF_FTP = "ftp://VMVNFM:Vnfm_1g3T@127.0.0.1:21/"