Comment 2 for bug 1763336

Revision history for this message
Shannon Mitchell (shannon-mitchell) wrote :

It looks like on the older versions the tempest init call pulls the updated config from /root/.tempest/etc/tempest.conf and places it in a workspace in the venv. Newer versions just use /etc/tempest/tempest.conf as the source. This only happens on the first init, any changes to the tempest.conf in /root or /etc are NOT placed in the workspace on future inits. I'm looking into moving both the path and the name so old workspaces are retained and a new one generated on a config change.