diff options
author | xudan <xudan16@huawei.com> | 2018-06-18 22:16:12 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-06-18 22:16:12 -0400 |
commit | c46e2f689ba9b5c88ba8965d6d6d06b202a59cec (patch) | |
tree | 8293347fc76ea36b1e766302f96d8639f8393767 /jjb | |
parent | 2e1815d026f209e46fcc7eb29a7d4a28a48b2354 (diff) |
[Dovetail] Bugfix a typo
Change-Id: I919e2510aea75dc530c5769a09d3c678f2246ea4
Signed-off-by: xudan <xudan16@huawei.com>
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 fe827808d..4a1ef059f 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -172,7 +172,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: |