cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #01025
[Merge] lp:~harlowja/cloud-init/cloud-init-fix-configobj-bound into lp:cloud-init
Joshua Harlow has proposed merging lp:~harlowja/cloud-init/cloud-init-fix-configobj-bound into lp:cloud-init.
Requested reviews:
cloud init development team (cloud-init-dev)
Related bugs:
Bug #1603238 in cloud-init: "BOM error updating hostname on centos6.x"
https://bugs.launchpad.net/cloud-init/+bug/1603238
For more details, see:
https://code.launchpad.net/~harlowja/cloud-init/cloud-init-fix-configobj-bound/+merge/300826
--
Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/cloud-init-fix-configobj-bound into lp:cloud-init.
=== modified file 'requirements.txt'
--- requirements.txt 2016-05-11 21:18:02 +0000
+++ requirements.txt 2016-07-22 01:30:00 +0000
@@ -22,7 +22,7 @@
# that the built-in config parser is not sufficent (ie
# when we need to preserve comments, or do not have a top-level
# section)...
-configobj
+configobj>=5.0.2
# All new style configurations are in the yaml format
pyyaml
Follow ups