Bug 2241092
| Summary: | The output example of `overcloud deploy` in OSP17.1 document seems to be the old version's one. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ryo Hayakawa <rhayakaw> |
| Component: | documentation | Assignee: | Irina <igallagh> |
| Status: | CLOSED MIGRATED | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17.1 (Wallaby) | CC: | igallagh, mariel, pweeks, ralfieri |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-12-20 15:04:58 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
Ryo Hayakawa
2023-09-28 03:49:34 UTC
That's correct, here's a message from a correct deployment: ~~~ Overcloud Endpoint: https://10.0.0.106:13000 Overcloud Horizon Dashboard URL: https://10.0.0.106:443/dashboard Overcloud rc file: /home/stack/overcloud-deploy/${stackname}/qe-Cloud-0rc and /home/stack/${stackname}rc Overcloud Deployed successfully 2023-09-28 17:41:32.221 101015 INFO tripleoclient.v1.overcloud_deploy.DeployOvercloud [-] Stopping ephemeral heat. 2023-09-28 17:41:32.325 101015 INFO tripleoclient.heat_launcher [-] Pod does not exist: ephemeral-heat 2023-09-28 17:41:35.908 101015 INFO osc_lib.shell [-] END return value: None ~~~ |