diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-09-08 17:34:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-08 17:34:11 +0000 |
commit | a6241f704f8f8563d7e8fa398f1241fac7031b62 (patch) | |
tree | 95c7d9324c1dce9a25988ca20fdc8206158d036d /jjb | |
parent | 7acebb9d106278b2718d30d98cc13948e4dc6a3a (diff) | |
parent | c906c6389a0cdde9db749f95964376384cab7bc6 (diff) |
Merge "fuel, armband: Move mcp.rsa to /var/lib/opnfv"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/global/installer-params.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/global/installer-params.yml b/jjb/global/installer-params.yml index ecef6d3b7..b64a41e91 100644 --- a/jjb/global/installer-params.yml +++ b/jjb/global/installer-params.yml @@ -44,7 +44,7 @@ description: 'IP of the salt master (for mcp deployments)' - string: name: SSH_KEY - default: "$HOME/opnfv/mcp.rsa" + default: "/var/lib/opnfv/mcp.rsa" description: 'Path to private SSH key to access environment nodes' - string: name: INSTALLER_TYPE |