Description of problem: The openshift heat templates install the os-collect-config tools so that it can introspect and communicate with OSP during deployment and operation of OpenShift on Openstack. The current templates hard-code the RPM name for OSP8. They need to allow the deploying user to specify the version of OSP so that the heat templates can enable the correct repositories and install the matching RPMs for the actual environment. Version-Release number of selected component (if applicable): openshift-heat-templates 0.9.5 How reproducible: run openshift-heat-templates on OpenStack 10 Steps to Reproduce: 1. 2. 3. Actual results: os-create-config is installed from rhel-7-server-openstack-8-rpms Expected results: os-create-config is installed from rhel-7-server-openstack-10-rpms Additional info: PR to fix: https://github.com/redhat-openstack/openshift-on-openstack/pull/313