diff options
author | Helen Yao <yaohelan@huawei.com> | 2017-04-07 08:04:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-07 08:04:37 +0000 |
commit | ef0367d8bc11f37033133b51d4ea14ed7e50f810 (patch) | |
tree | b3b47246ac5039de1caa8f732501073e6cd1bbbb /functest/ci | |
parent | d4f97f8fa05b27296c74a9e6c30b5ee5540f910e (diff) | |
parent | 5c85d89e66984ef8682a2cbfca6af2b61a005a19 (diff) |
Merge "Enable the deployment info print for compass"
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/installer_params.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
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' |