Bug 1746489
| Summary: | EnableRhcs4Beta failure message needs revision | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eliad Cohen <elicohen> |
| Component: | openstack-tripleo-common | Assignee: | Francesco Pantano <fpantano> |
| Status: | CLOSED ERRATA | QA Contact: | Eliad Cohen <elicohen> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 15.0 (Stein) | CC: | fpantano, gfidente, hbrock, johfulto, jschluet, jslagle, mburns, slinaber |
| Target Milestone: | --- | Keywords: | TestOnly, Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-tripleo-common-10.8.1-1.el7ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-05 12:00:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eliad Cohen
2019-08-28 15:19:15 UTC
(In reply to Eliad Cohen from comment #0) > Current string on failure: > > Only RHCS4 may be used with this version of OpenStackbut RHCS4 is in Beta. > If you wish to use Ceph you mayonly due so as part of the unsupported RHCS4 > Beta by setting the EnableRhcs4Beta parameter to true in a Heat environment > file. > > > Should be changed to (Added soace after "Openstack". A comma after "Ceph", > another space in "mayonly" and changed "due" to "do"): > > Only RHCS4 may be used with this version of OpenStack but RHCS4 is in Beta. > If you wish to use Ceph, you may only do so as part of the unsupported RHCS4 > Beta by setting the EnableRhcs4Beta parameter to true in a Heat environment > file. Update has the following which produces what you're asking for. >>> msg = ("Only RHCS4 may be used with this version of OpenStack " ... "but RHCS4 is in Beta. If you wish to use Ceph, you may " ... "only do so as part of the unsupported RHCS4 Beta by " ... "setting the EnableRhcs4Beta parameter to true in a Heat " ... "environment file.") >>> msg 'Only RHCS4 may be used with this version of OpenStack but RHCS4 is in Beta. If you wish to use Ceph, you may only do so as part of the unsupported RHCS4 Beta by setting the EnableRhcs4Beta parameter to true in a Heat environment file.' Fix was part of build that went out with OSP 15 GA Verified If this bug requires doc text for errata release, please set the 'Doc Type' and provide draft text according to the template in the 'Doc Text' field. The documentation team will review, edit, and approve the text. If this bug does not require doc text, please set the 'requires_doc_text' flag to '-'. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0643 |