summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceCloudStack.py
Commit message (Expand)AuthorAgeFilesLines
* [1/2] DHCP: Refactor dhcp client code (#2122)Brett Holman2023-04-191-59/+2
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Misc module cleanup (#1418)Brett Holman2022-04-291-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-51/+84
* CloudStack: fix data-server DNS resolution (#1004)Olivier Lemasle2021-10-181-1/+1
* Move subp into its own module. (#416)Scott Moser2020-06-081-1/+2
* ec2: Add support for AWS IMDS v2 (session-oriented) (#55)Ryan Harper2019-11-221-1/+1
* add data-server dns entry as new metadata server detectionJoshua Hügli2019-11-121-2/+20
* replace remaining occurrences of LOG.warnDaniel Watkins2019-05-081-1/+1
* openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith2018-05-231-21/+10
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov2017-10-031-4/+13
* CloudStack: consider dhclient lease files named with a hyphen.Scott Moser2017-09-151-10/+24
* CloudStack: Add NetworkManager to list of supported DHCP lease dirs.Syed2017-04-211-2/+3
* Remove (and/or fix) URL shortener referencesJon Grimm2017-04-121-1/+1
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-23/+13
* Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+3
* cloudstack: Only use DHCPv4 lease files as a datasourceWido den Hollander2016-04-281-1/+2
* DataSource: set ds_cfg to be a dictionaryScott Moser2016-04-041-6/+0
* pep8 fixesScott Moser2015-08-041-2/+4
* Use wget to fetch CloudStack passwords.Daniel Watkins2015-06-161-25/+10
* Add documentation about upstream CloudStack HTTP fix.Daniel Watkins2015-02-231-0/+3
* Always close the password server connection, even on failure.Daniel Watkins2015-02-231-4/+6
* Split CloudStack password handling out to separate class.Daniel Watkins2015-02-201-20/+45
* Minor formatting clean-up in CloudStack DS.Daniel Watkins2015-02-201-5/+5
* Set an explicit timeout when fetching CloudStack passwords.Daniel Watkins2015-02-181-0/+1
* Failing to fetch a CloudStack password should never fail the whole DS.Daniel Watkins2015-02-181-9/+15
* Add explanatory comment.Daniel Watkins2015-02-171-0/+3
* Fetch and use passwords from CloudStack virtual router.Daniel Watkins2015-02-171-3/+33
* Clean up imports in DataSourceCloudStack.py.Daniel Watkins2015-02-171-4/+3
* use url_helper to combine urlScott Moser2014-08-211-1/+2
* fix and cleanup usage of util.logexcJuerg Haefliger2013-06-191-2/+4
* merge from trunkScott Moser2013-03-071-21/+76
|\
| * DataSourceCloudStack: fallback to default route if no virtual router foundGerard Dethier2013-01-071-18/+64
| * DataSourceCloudStack: use virtual router rather than default routeGerard Dethier2012-12-191-21/+30
* | Continue working on merging code.Joshua Harlow2013-03-061-3/+0
|/
* pep8 and pylint fixupsScott Moser2012-11-121-1/+1
* Handle the case where newer versions of botoJoshua Harlow2012-10-241-6/+5
* merge from trunk for pep8 fixesScott Moser2012-08-221-2/+1
|\
| * fix pep8 complaints.Scott Moser2012-08-221-2/+1
* | rework package mirror selectionScott Moser2012-08-221-1/+2
|/
* 1. Move all info() logging methods to debug() harlowja2012-06-211-1/+1
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-1/+1
* Add the ability to check if the metadata service is up before actually using it.Joshua Harlow2012-06-191-3/+48
* Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow2012-06-151-1/+1
* Split up time calculation, use logexc instead of log.exceptionJoshua Harlow2012-06-151-5/+7
* Fix this up to use the new datasource class hierachy, as well as other new ob...Joshua Harlow2012-06-111-34/+42
* Darn it. Those shouldn't be there!Joshua Harlow2012-06-071-0/+92