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.
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
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.