Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-10 | Update OpenNebula documentation (parseuser, more fs. labels, K-V single quotes) | Vlastimil Holer | |
2013-09-05 | Merged trunk lp:cloud-init | Vlastimil Holer | |
2013-08-24 | changes to behavior on specifying keys. | Scott Moser | |
The most likely end user operation (or at least a valid one) for base64 encoding would be to encode the user-data, but leave all other values as plaintext. In order to facilitate that, the user can simply add: b64-user-data=true to indicate that user-data is base64 encoded. Other changes here are to change the cloud-config and metadata keynames that are used. base64_all = boolean(True) base64_keys = [list, of, keys] Fixed up tests to accomodate. | |||
2013-08-23 | Fixed some typos. Change decode_base64 from sys_cfg to ds_cfg | Ben Howard | |
2013-08-20 | Fixed no_base64_decode settings | Ben Howard | |
2013-07-30 | Added base64 support to SmartOS datasource. | Ben Howard | |
Added documentation on SmartOS datasource. | |||
2013-07-25 | azure: support bouncing interfaces to publish new hostname | Scott Moser | |
See the added doc/sources/azure/README.rst for why this is necessary. Essentially, we now are doing the following in the get_data() method of azure datasource to publish this NewHostname: hostname NewHostName ifdown eth0; ifup eth0 LP: #1202758 | |||
2013-02-21 | Example cloud.cfg | Vlastimil Holer | |
2013-02-20 | OpenNebula documentation tuning. | Vlastimil Holer | |
2013-02-20 | OpenNebula datasource documentation update. | Vlastimil Holer | |
2013-02-19 | Merged trunk lp:cloud-init | Vlastimil Holer | |
2013-02-04 | Add initial docs about datasources. | harlowja | |
Start moving the current README for datasources to a RST format and include those files in the rtd site. LP: #1113650 | |||
2012-10-03 | Minor OpenNebula's documentation tuning. | Vlastimil Holer | |
2012-10-03 | Add documentation for OpenNebula datasource. | Vlastimil Holer | |
2012-08-14 | doc: move datasource documentation to doc/sources | Scott Moser | |
Each datasource had a bit of doc with it, and those were just landing in doc/. I've moved them to doc/sources now. |