summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/openstack.py
Commit message (Collapse)AuthorAgeFilesLines
...
* merge from trunkScott Moser2014-09-101-49/+72
|\
| * fix a bug, use a list instead of tuple for _versionsScott Moser2014-09-101-3/+3
| | | | | | | | | | using tuple for _versions was just not necessary. fix reference to undefined os_versions.
| * log as warn if things are obviously wrongScott Moser2014-09-101-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 Moser2014-09-101-6/+8
| |\ | | | | | | | | | make pyflakes now passes.
| | * Reduce logging levels and fix broken call to _fetch_available_versionsJoshua Harlow2014-09-041-6/+7
| |/
| * no functional changes, but some minor changes.Scott Moser2014-08-271-42/+33
| |
| * Fix retry cb to reflect what used to existJoshua Harlow2014-08-271-5/+9
| |
| * Fixed more of the slowness around fetching and retryingJoshua Harlow2014-08-271-47/+65
| |
| * Show the available versions in the debug log messageJoshua Harlow2014-08-261-2/+3
| |
| * Log a warning when unable to fetch the openstack versionsJoshua Harlow2014-08-261-2/+3
| |
| * Just use os.path.exists directlyJoshua Harlow2014-08-261-6/+3
| |
| * Add logging around failure to read optional/mandatory pathsJoshua Harlow2014-08-261-2/+6
| |
| * Optimize away most of the path_exists checksJoshua Harlow2014-08-261-49/+52
| |
* | Update read_config_drive to use OS_VERSIONS tuple for readersJay Faulkner2014-09-081-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 latestJoshua Harlow2014-02-241-9/+12
|
* Handle code not existing in older requests versionsJoshua Harlow2014-02-081-2/+7
|
* Remove HEAD usage and other small adjustmentsJoshua Harlow2014-02-081-15/+26
|
* Don't forget the rest of the files!Joshua Harlow2014-02-011-0/+420