Bug 1187352

Summary: /usr/bin/instack-prepare-for-overcloud glance using incorrect parameter
Product: [Community] RDO Reporter: Harm Weites <harm>
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED EOL QA Contact: Shai Revivo <srevivo>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: Juno   
Target Milestone: ---   
Target Release: Juno   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-19 15:36:33 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 Harm Weites 2015-01-29 20:21:09 UTC
Description of problem:
/usr/bin/instack-prepare-for-overcloud is trying to add new images with/to glance using the --public parameter, this however doesn't exist; it should be:

--is-public True

Version-Release number of selected component (if applicable):
instack-undercloud-1.0.30-1.fc22.noarch
instack-0.0.6-1.fc22.noarch

How reproducible:
always

Steps to Reproduce:
1. it happens when installing a new undercloud.

Actual results:
Glance fails because of the incorrect parameter.

Comment 1 Harm Weites 2015-01-31 22:59:48 UTC
I noticed the error in the following 2 scripts, both found in instack-undercloud-1.0.30-1.fc22.noarch:

for file in /bin/instack-prepare-for-overcloud /bin/instack-test-overcloud
do
        sed -i -e 's/public/is-public True/' $file
done

Comment 4 Chandan Kumar 2016-05-19 15:36:33 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.