From 5c85d89e66984ef8682a2cbfca6af2b61a005a19 Mon Sep 17 00:00:00 2001
From: helenyao <yaohelan@huawei.com>
Date: Fri, 31 Mar 2017 16:27:20 +0800
Subject: Enable the deployment info print for compass

Change-Id: Ifcd81ac4694df46109a78e522da2e399b166c867
Signed-off-by: helenyao <yaohelan@huawei.com>
---
 functest/ci/installer_params.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'functest')

diff --git a/functest/ci/installer_params.yaml b/functest/ci/installer_params.yaml
index 26aff9bb..77e9355f 100644
--- a/functest/ci/installer_params.yaml
+++ b/functest/ci/installer_params.yaml
@@ -2,10 +2,10 @@ apex:
     ip: ''
     user: 'stack'
     pkey: '/root/.ssh/id_rsa'
-# compass:
-#     ip: '192.168.200.2'
-#     user: 'root'
-#     password: 'root'
+compass:
+    ip: '192.168.200.2'
+    user: 'root'
+    password: 'root'
 fuel:
     ip: '10.20.0.2'
     user: 'root'
-- 
cgit