instack-undercloud: python-tripleoclient: export RDO_RELEASE='liberty' doesn't work as expected for building images. Environment: instack-0.0.8-1.el7.noarch instack-undercloud-2.1.3-1.el7.noarc python-tripleoclient-0.0.11-2.el7.noarch Steps to reproduce: 1. deploy the undercloud 2. yum clean all 3. rm -rf /var/cache/yum/x86_64/7/centos-openstack-liberty-test/ 4. export RDO_RELEASE='liberty' 5. openstack overcloud image build --all Result: Not all the images are built. Expected result: ironic-python-agent,overcloud, deploy images should be built.
Fixed in python-tripleoclient-0.0.11-3
In liberty-testing repo http://buildlogs.centos.org/centos/7/cloud/x86_64/openstack-liberty/
Verified: Environment: python-tripleoclient-0.0.11-3.el7.noarch Was able to build the images.