Hide Forgot
Description of problem: ---------------------- On an all-in-one install with CONFIG_PROVISION_TEMPEST set to 'y'. The /var/lib/tempest/etc/tempest.conf generated is incorrect. It doesn't set all the necessary endpoint urls properly. Since the url of the identity/keystone service is not set at all, all tests fail. Version-Release number of selected component (if applicable): --------------------------------------------------------------- openstack-packstack-2013.2.1-0.15.dev847.fc20.noarch How reproducible: Always ----------------- Steps to Reproduce: ------------------- 1. packstack --gen-answer-file 2. set CONFIG_PROVISION_TEMPEST to y 3. Run packstack --answer-file=<answer-file> 4. Check the /var/lib/tempest/etc/tempest.conf to find the Keystone-endpoint not set at all. Expected results: ---------------- The tempest config file should be generated properly and should respect the various sections in the tempest.conf ini file. For e.g.: th public_network_id and the image_ref, image_ref_alt should be in the appropriate section of the ini file.