diff options
author | meimei <meimei@huawei.com> | 2015-12-17 10:55:18 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2015-12-17 10:55:18 +0800 |
commit | 5fbd8ce61c14a31863769c6e679ec4e5b5809e7a (patch) | |
tree | d03b36db69ef4fc2b916c8df16cf7608af161546 | |
parent | eb01e962033e56ad88104d371fc76f6866c6b38d (diff) |
[compass]bugfix: wrong installer_name
Change-Id: Ie2751fb9491b1f2c23cd1e15c1706fe6ac55b65b
Signed-off-by: meimei <meimei@huawei.com>
-rw-r--r-- | jjb/opnfv/installer-params.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfv/installer-params.yml b/jjb/opnfv/installer-params.yml index 8e1cf9e7a..0895e6305 100644 --- a/jjb/opnfv/installer-params.yml +++ b/jjb/opnfv/installer-params.yml @@ -23,7 +23,7 @@ description: 'IP of the installer' - string: name: INSTALLER_NAME - default: compass4nfv + default: compass description: 'Installer used for deploying OPNFV on this POD' - string: name: INSTALLER_TYPE |