Skip to content

Commit 9ba49cd

Browse files
author
Dean Troyer
committed
Remove rejoin-stack.sh
This command has never completely worked to restart DevStack. It periodically prompts attempts to work around this brokenness in ways that harm other functions. Let's finally remove it. Requiring a complete re-run of DevStack after a reboot has always been intentional. TODO: follow-up cleaning all of the screen hackage if this merges. Change-Id: I2f61bb69cc110468a91dcaa4ee7653ede7048467
1 parent 0aea130 commit 9ba49cd

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

functions-common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ function service_check {
16431643
done
16441644

16451645
if [ -n "$failures" ]; then
1646-
die $LINENO "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
1646+
die $LINENO "More details about the above errors can be found with screen"
16471647
fi
16481648
}
16491649

rejoin-stack.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)