← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:fix/opennebula-exclude-epochseconds into cloud-init:master

 

The proposal to merge ~chad.smith/cloud-init:fix/opennebula-exclude-epochseconds into cloud-init:master has been updated.

Commit message changed to:

opennebula: also exclude epochseconds from changed environment vars

In addition to EPOCHREALTIME there is also an EPOCHSECONDS environment
variable that OpenNebula needs to exclude as it is expected to change.
This commit supplements the other exclusion in commit
d1a2fe7307e9cf2251d1f9a666c12d71d3f522d6.

Without this fix, unittests will intermittently fail if
parse_shell_config is run across a timing boundary where the 
EPOCHSECONDS changes mid-test.

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/362345
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:fix/opennebula-exclude-epochseconds into cloud-init:master.


References