Bug 1267828
| Summary: | [Docs] [Director] Typo (Director Installation and Usage): "now"/"not" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Mark Chappell <mchappel> | ||||
| Component: | documentation | Assignee: | Dan Macpherson <dmacpher> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | RHOS Documentation Team <rhos-docs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.0 (Kilo) | CC: | adahms, dmacpher, yeylon | ||||
| Target Milestone: | async | Keywords: | Documentation, ZStream | ||||
| Target Release: | 7.0 (Kilo) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-10-07 01:50:38 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1269041 | ||||||
| Attachments: |
|
||||||
Assigning to Dan for review. This isn't actually a typo, but it does need some clarification. The PXE images I'm referring to are the discovery images (discovery-ramdisk.*), which are copied to /httpboot/. I mention this because the tar files you download all up contain 7 images. However, only 5 of them appear in glance. This comment was to clarify the missing discovery images from glance is normal behavior. I'll try and clarify it further. In that case I suggest including sample output. Might be a good idea. Will make a commit for that too. Thanks, Mark. This is also live now: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux_OpenStack_Platform/7/html/Director_Installation_and_Usage/sect-Obtaining_Images_for_Overcloud_Nodes.html Closing this bug. |
Created attachment 1078964 [details] proposed patch Description of problem: In the "Obtaining Images for Overcloud Nodes" section, ones images are imported it currently says "This list will *not* show the PXE images". This appears to be a mistake, and I think this should be "This list will *now* show the PXE images" [stack@mchappel-director images]$ openstack overcloud image upload --image-path [stack@mchappel-director images]$ openstack image list openstack image list +--------------------------------------+------------------------+ | ID | Name | +--------------------------------------+------------------------+ | 13bf2541-1217-4b0e-b2d1-9f3eb8eb175d | bm-deploy-ramdisk | | 879f57f9-203c-4ce4-ab25-e4f43400367c | bm-deploy-kernel | | b802edaf-ac09-4e2f-b534-e491838c54ea | overcloud-full-initrd | | 4e02700f-2c0c-4475-a929-90c7b1da4fe0 | overcloud-full | | 3a5c835f-7896-45d0-bd54-763dfda3938b | overcloud-full-vmlinuz | +--------------------------------------+------------------------+ (patch attached) Mark