Bug 1243027

Summary: CLI --extra-templates option inconsistent
Product: Red Hat OpenStack Reporter: Steven Hardy <shardy>
Component: python-rdomanager-oscpluginAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Shai Revivo <srevivo>
Severity: unspecified Docs Contact:
Priority: medium    
Version: unspecifiedCC: hbrock, jslagle, mburns, rhel-osp-director-maint
Target Milestone: ---Keywords: Triaged
Target Release: 10.0 (Newton)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-19 16:41:08 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 Steven Hardy 2015-07-14 15:10:46 UTC
Description of problem:

python-rdomanager-oscplugin takes a "-e" option which has a long form of --extra-templates.

This is potentially confusing, and inconsistent with python-heatclient, where the -e option has a long form of --environment-file.

The latter form is more accurate, because the interface accepts heat environment files, not heat templates.

http://docs.openstack.org/developer/heat/template_guide/environment.html

This patch aligns the two long options and clarifies the help text:

https://review.gerrithub.io/#/c/239825

Comment 5 Mike Burns 2016-04-07 20:43:53 UTC
This bug did not make the OSP 8.0 release.  It is being deferred to OSP 10.

Comment 7 Mike Burns 2016-08-19 16:41:08 UTC
This was fixed long ago in OSP 7 (any version > 0.0.9 included the fix)