Re: Deployment manifest not recognized by BOSH
John Wong
I am not sure why it fails now, but my two cents are why not just
toggle quoted message
Show quoted text
serialized the object? In the case of python, i would see that if I try to save an object like in your case: http://pyyaml.org/wiki/PyYAMLDocumentation#Objects But I would write a method to convert my object to basic dictionary (in Python), which I can easily convert into YAML using pyyaml library. John On Tue, Jun 9, 2015 at 11:47 AM, Kinjal Doshi <kindoshi(a)gmail.com> wrote:
Hi, |
|