Bug 1560734

Summary: [Docs][Director] The value for --tag-from-label argument used for tag discovery was changed in OSP13 to {version}-{release}
Product: Red Hat OpenStack Reporter: Alexander Chuzhoy <sasha>
Component: documentationAssignee: Steve Baker <sbaker>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: lbopf, sbaker, srevivo
Target Milestone: betaKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: docs-accepted
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-03 06:35:59 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 Alexander Chuzhoy 2018-03-26 21:12:20 UTC
The value for --tag-from-label argument used for tag discovery was changed in OSP13 to {version}-{release} 


Previously had to use:
openstack overcloud container image tag discover --image <namespace>:latest --tag-from-label version-release



Starting with OSP13, need to use:

openstack overcloud container image tag discover --image <namespace>:latest --tag-from-label {version}-{release}

Comment 2 Steve Baker 2018-03-26 21:17:29 UTC
The docs fix for this is included in the existing merge request

https://gitlab.cee.redhat.com/rhci-documentation/docs-Red_Hat_Enterprise_Linux_OpenStack_Platform/merge_requests/1324

Comment 3 Lucy Bopf 2018-04-23 02:59:21 UTC
"Officially" assigning to Steve because he has done the work, and requesting peer review from Dan.

Comment 4 Dan Macpherson 2018-04-29 11:50:17 UTC
Made a minro adjustment of the placement of --tag-from-label arguement, but overall it looks good to me!