Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1267828

Summary: [Docs] [Director] Typo (Director Installation and Usage): "now"/"not"
Product: Red Hat OpenStack Reporter: Mark Chappell <mchappel>
Component: documentationAssignee: 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: asyncKeywords: 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:
Description Flags
proposed patch none

Description Mark Chappell 2015-10-01 07:43:48 UTC
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

Comment 2 Andrew Dahms 2015-10-02 00:56:29 UTC
Assigning to Dan for review.

Comment 3 Dan Macpherson 2015-10-02 02:13:06 UTC
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.

Comment 4 Mark Chappell 2015-10-05 07:54:55 UTC
In that case I suggest including sample output.

Comment 5 Dan Macpherson 2015-10-06 03:38:40 UTC
Might be a good idea. Will make a commit for that too.