From e78ad486d60650c6c9c252b294f039568b8340dc Mon Sep 17 00:00:00 2001 From: ErikNeeley Date: Thu, 24 Mar 2016 13:29:02 -0500 Subject: [PATCH] Bootstrap Warning Message Clarification * Change the wording in the bootstrap warning message from * 'Please reboot failed to discover nodes after bootstrap image * become available' to 'After bootstrap image becomes available, * reboot nodes that failed to be discovered' * to clarify meaning and be more clear. Closes-Bug: #1560985 Change-Id: Ic25c99f461b4e58bac33211da7aabb30076b3ff5 --- iso/bootstrap_admin_node.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iso/bootstrap_admin_node.sh b/iso/bootstrap_admin_node.sh index fe5337c09..f3e97f6b4 100755 --- a/iso/bootstrap_admin_node.sh +++ b/iso/bootstrap_admin_node.sh @@ -75,8 +75,8 @@ For more information please visit \ https://docs.mirantis.com/openstack/fuel/fuel-master/" bs_progress_message="There is no active bootstrap. Bootstrap image building \ is in progress. Usually it takes 15-20 minutes. It depends on your internet \ -connection and hardware performance. Please reboot failed to discover nodes \ -after bootstrap image become available." +connection and hardware performance. After bootstrap image becomes available, \ +reboot nodes that failed to be discovered." bs_done_message="Default bootstrap image building done. Now you can boot new \ nodes over PXE, they will be discovered and become available for installing \ OpenStack on them"