Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | merge from trunk | Scott Moser | 2014-09-10 | 1 | -49/+72 | |
|\ | ||||||
| * | fix a bug, use a list instead of tuple for _versions | Scott Moser | 2014-09-10 | 1 | -3/+3 | |
| | | | | | | | | | | using tuple for _versions was just not necessary. fix reference to undefined os_versions. | |||||
| * | log as warn if things are obviously wrong | Scott Moser | 2014-09-10 | 1 | -2/+4 | |
| | | | | | | | | | | | | If something is broken as in a built in config, or code just broken, then logging warning during search for metadata is ok. | |||||
| * | pyflakes fixes. | Scott Moser | 2014-09-10 | 1 | -6/+8 | |
| |\ | | | | | | | | | | make pyflakes now passes. | |||||
| | * | Reduce logging levels and fix broken call to _fetch_available_versions | Joshua Harlow | 2014-09-04 | 1 | -6/+7 | |
| |/ | ||||||
| * | no functional changes, but some minor changes. | Scott Moser | 2014-08-27 | 1 | -42/+33 | |
| | | ||||||
| * | Fix retry cb to reflect what used to exist | Joshua Harlow | 2014-08-27 | 1 | -5/+9 | |
| | | ||||||
| * | Fixed more of the slowness around fetching and retrying | Joshua Harlow | 2014-08-27 | 1 | -47/+65 | |
| | | ||||||
| * | Show the available versions in the debug log message | Joshua Harlow | 2014-08-26 | 1 | -2/+3 | |
| | | ||||||
| * | Log a warning when unable to fetch the openstack versions | Joshua Harlow | 2014-08-26 | 1 | -2/+3 | |
| | | ||||||
| * | Just use os.path.exists directly | Joshua Harlow | 2014-08-26 | 1 | -6/+3 | |
| | | ||||||
| * | Add logging around failure to read optional/mandatory paths | Joshua Harlow | 2014-08-26 | 1 | -2/+6 | |
| | | ||||||
| * | Optimize away most of the path_exists checks | Joshua Harlow | 2014-08-26 | 1 | -49/+52 | |
| | | ||||||
* | | Update read_config_drive to use OS_VERSIONS tuple for readers | Jay Faulkner | 2014-09-08 | 1 | -0/+1 | |
|/ | | | | | | | | | Updated read_config_drive: removed the unused version kwarg, used the OS_VERSIONS tuple from the openstack helper to avoid hardcoding versions. Added a comment to the tuple in helpers/openstack.py asking for it to be kept in chronological order. | |||||
* | Reduce OSds LOG levels when detecting and use HAVANA instead of latest | Joshua Harlow | 2014-02-24 | 1 | -9/+12 | |
| | ||||||
* | Handle code not existing in older requests versions | Joshua Harlow | 2014-02-08 | 1 | -2/+7 | |
| | ||||||
* | Remove HEAD usage and other small adjustments | Joshua Harlow | 2014-02-08 | 1 | -15/+26 | |
| | ||||||
* | Don't forget the rest of the files! | Joshua Harlow | 2014-02-01 | 1 | -0/+420 | |