RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1187352 - /usr/bin/instack-prepare-for-overcloud glance using incorrect parameter
Summary: /usr/bin/instack-prepare-for-overcloud glance using incorrect parameter
Keywords:
Status: CLOSED EOL
Alias: None
Product: RDO
Classification: Community
Component: openstack-tripleo
Version: Juno
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Juno
Assignee: James Slagle
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-29 20:21 UTC by Harm Weites
Modified: 2016-05-19 15:36 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-05-19 15:36:33 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.