diff options
author | mei mei <meimei@huawei.com> | 2018-06-19 07:29:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-19 07:29:02 +0000 |
commit | 8da5c2e0cd87d2dd525d57a7f1a1e1fde68b5b24 (patch) | |
tree | 4faf6c1b3d20af807f750b4379e54d11c1a0b6d9 /jjb | |
parent | 1ab58801bc4e384c4bd276b75057132b87265a03 (diff) | |
parent | c46e2f689ba9b5c88ba8965d6d6d06b202a59cec (diff) |
Merge "[Dovetail] Bugfix a typo"
Diffstat (limited to 'jjb')
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index c77b82693..2a9c73c2f 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -195,7 +195,7 @@ if [ -f ${DOVETAIL_CONFIG}/pod.yaml ]; then if [ "$INSTALLER_TYPE" == "apex" ]; then attack_process='rabbitmq_server' else - attach_process='rabbitmq' + attack_process='rabbitmq' fi cat << EOF >> ${DOVETAIL_CONFIG}/pod.yaml process_info: |