Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | Reduce OSds LOG levels when detecting and use HAVANA instead of latest | Joshua Harlow | |
2014-02-14 | DataSourceOpenStack: allow vendor-data to be a dict with 'cloud-init' inside | Scott Moser | |
There might be multiple things to put inside a vendor-data. So, if it is a dict and that dict has 'cloud-init', assume that the whole thing was not meant for cloud-init, and set vendordata_raw to the specific item. | |||
2014-02-13 | do not warn on waiting for url | Scott Moser | |
2014-02-13 | wait less for the metadata service (by default) | Scott Moser | |
Waiting around for a metadata service in a given datasource means that if its not there all the subsequent datasources have to wait, and boot is slowed down. As it is right now, EC2 is the only one that has the right to wait. In the past, we had to wait around for the EC2 metadata service. I really do not want to extend that courtesy to other cloud platforms. A network based metadata service should be up as soon as networking is up. | |||
2014-02-08 | Capture IOError and use LOG better | Joshua Harlow | |
2014-02-08 | Remove HEAD usage and other small adjustments | Joshua Harlow | |
2014-02-07 | Add a bunch of new tests | Joshua Harlow | |
2014-02-01 | Don't forget the rest of the files! | Joshua Harlow | |