summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/openstack.py
Commit message (Expand)AuthorAgeFilesLines
* openstack/static: honor the DNS servers associated with a network (#2138)Gonéri Le Bouder2023-04-281-0/+8
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Misc module cleanup (#1418)Brett Holman2022-04-291-2/+2
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-202/+236
* openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott2021-02-051-0/+5
* Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo2020-10-291-1/+7
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-14/+20
* cloudinit: fix tip-pylint failures and bump pinned pylint version (#478)Daniel Watkins2020-07-061-1/+4
* Move subp into its own module. (#416)Scott Moser2020-06-081-1/+2
* test: fix all flake8 E741 errors (#401)Joshua Powers2020-06-011-6/+11
* Add physical network type: cascading to openstack helpers (#200)sab-systems2020-02-251-0/+1
* Start removing dependency on six (#178)Daniel Watkins2020-01-211-6/+2
* net: IPv6, accept_ra, slaac, stateless (#51)Harald2019-11-201-7/+14
* net: handle openstack dhcpv6-stateless configurationHarald Jensås2019-10-161-1/+2
* helpers/openstack: Treat unknown link types as physicalDaniel Watkins2019-03-041-6/+6
* Add support for Infiniband network interfaces (IPoIB).Mark Goddard2018-09-261-0/+11
* OpenStack: Support setting mac address on bond.Fabian Wiesel2018-09-141-0/+2
* EphemeralIPv4Network: Be more explicit when adding default route.Scott Moser2018-09-131-0/+1
* OpenStack: support reading of newer versions of metdata.Scott Moser2018-09-131-0/+16
* OpenStack: fix bug causing 'latest' version to be used from network.Scott Moser2018-09-121-1/+1
* Add datasource Oracle Compute Infrastructure (OCI).Scott Moser2018-08-171-4/+2
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* Remove (and/or fix) URL shortener referencesJon Grimm2017-04-121-1/+1
* OpenStack: add 'dvs' to the list of physical link types.Scott Moser2017-04-031-0/+1
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-17/+7
* OpenStack: extend physical types to include hyperv, hw_veb, vhost_user.Scott Moser2016-11-281-2/+14
* Allow link type of null in network_data.jsonJon Grimm2016-09-121-7/+7
* Generate a dummy bond name for OpenStackScott Moser2016-08-231-8/+50
* MAAS: add vendor-data supportScott Moser2016-08-121-25/+0
* ConfigDrive: recognize 'tap' as a link type.Scott Moser2016-08-111-1/+1
* Another stray occurence of a dict comprehension being removedJoshua Harlow2016-07-131-2/+2
* Remove another stray dict comprehensionJoshua Harlow2016-07-131-2/+2
* fix some errors reported by pylintScott Moser2016-06-151-1/+1
* Rebase against masterJoshua Harlow2016-06-061-28/+52
|\
| * openstack: support decoding when reading files, use that for network_configScott Moser2016-06-021-7/+11
* | Remerge against head/masterJoshua Harlow2016-05-191-0/+125
|\ \ | |/ |/|
| * Adjust net module to be more isolatedJoshua Harlow2016-05-191-0/+4
| * Fix py26 for rhel (and older versions of python)Joshua Harlow2016-05-111-4/+4
| * Add the bridge net typeJoshua Harlow2016-05-051-0/+5
| * Work on refactoring (and adding) network conversion testsJoshua Harlow2016-05-051-0/+116
* | Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+2
|/
* fix openstack versions s/KILO/LIBERY drop networkdata read helperRyan Harper2016-03-231-27/+2
* configdata: parse and convert openstack network_data json to network_configRyan Harper2016-03-231-1/+33
* move towards user-data being binaryScott Moser2015-02-251-1/+1
* Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-4/+6
* when loading vendordata allow it to be string or listScott Moser2014-09-111-1/+5
* Openstack: Vendor data cleanupScott Moser2014-09-101-0/+25
* drop version= from readersScott Moser2014-09-101-16/+7
* fix log messageScott Moser2014-09-101-1/+1
* make BaseReader select latest supported versionScott Moser2014-09-101-6/+13