diff options
author | helenyao <yaohelan@huawei.com> | 2017-03-31 16:27:20 +0800 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-03-31 16:27:20 +0800 |
commit | 5c85d89e66984ef8682a2cbfca6af2b61a005a19 (patch) | |
tree | aee0b7eea75da49ae5d8da142f62e104b43d17d3 | |
parent | 82232b46489314d70c566c015bab4eac88d4e83f (diff) |
Enable the deployment info print for compass
Change-Id: Ifcd81ac4694df46109a78e522da2e399b166c867
Signed-off-by: helenyao <yaohelan@huawei.com>
-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 26aff9bb9..77e9355f8 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' |