summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceOpenNebula.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Fix IPv6 netmask format for sysconfig (#1215)Harald2022-02-081-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-79/+111
* Support ETHx_IP6_GATEWAY, SET_HOSTNAME on OpenNebula (#1045)Vlastimil Holer2021-10-071-2/+6
* DataSourceOpenNebula: exclude SRANDOM from context output (#665)Daniel Watkins2020-11-131-1/+2
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-4/+9
* networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins2020-06-301-9/+21
* Move subp into its own module. (#416)Scott Moser2020-06-081-2/+3
* test: fix all flake8 E741 errors (#401)Joshua Powers2020-06-011-3/+3
* opennebula: also exclude epochseconds from changed environment varsChad Smith2019-01-281-1/+3
* opennebula: exclude EPOCHREALTIME as known bash env variable with a deltaChad Smith2019-01-261-1/+1
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-0/+8
* OpenNebula: Fix null gateway6Akihiko Ota2018-08-031-1/+1
* pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser2018-05-291-1/+1
* datasources: fix DataSource subclass get_hostname method signatureChad Smith2018-03-201-1/+1
* OpenNebula: Update network to return v2 config rather than ENI.Akihiko Ota2018-03-201-30/+74
* Change some list creation and population to literal.Rémy Léone2018-03-021-4/+1
* OpenNebula: Improve network configuration support.Akihiko Ota2018-01-241-53/+59
* lint: Fix lints seen by pylint version 1.8.1.Chad Smith2017-12-151-2/+3
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* pylint: fix all logging warningsJoshua Powers2017-04-211-2/+2
* test: add running of pylintJoshua Powers2017-03-241-2/+2
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-23/+13
* OpenNebula: replace 'ip' parsing with cloudinit.net usage.Scott Moser2016-10-191-19/+15
* add install option for openrcMatthew Thode2016-08-231-1/+1
* fix some errors reported by pylintScott Moser2016-06-151-1/+1
* re-add the 'Net' classes for datasourcesScott Moser2016-06-021-0/+3
* commit to push for fear of loss.Scott Moser2016-05-251-34/+5
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-3/+4
|\
| * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-1/+2
|/
* fix 'Make pyflakes'Scott Moser2015-05-011-1/+0
* Respond to review:Barry Warsaw2015-01-271-6/+1
* Respond to review:Barry Warsaw2015-01-271-11/+1
* Another handling of b64decode.Barry Warsaw2015-01-261-1/+10
* * More str/bytes fixes.Barry Warsaw2015-01-261-3/+9
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-1/+1
* further remove evidence of pylint.Scott Moser2014-08-261-1/+1
* change 'default' encoding to be "None"Scott Moser2014-03-271-2/+3
* Added base64 decoding of user data for OpenNebula.Enol Fernandez2014-03-251-0/+12
* DataSourceOpenNebula:parse_shell_config skip 'SECONDS' var if seenScott Moser2014-01-161-1/+1
* some cleanups and changesScott Moser2013-09-101-24/+26
* Fix detection of ETHx_IP context variable, add test.Vlastimil Holer2013-09-101-2/+1
* Configurable OpenNebula::parseuser. Seed search dir+dev merge. ...Vlastimil Holer2013-09-101-31/+47
* Replace RE context.sh parser with Scott's rewrite of bash dumper. Upper case ...Vlastimil Holer2013-09-101-60/+118
* PEP8 and Pylint fixes. Move context.sh "parser" into separateVlastimil Holer2013-09-051-75/+88
* Search for contextualization CDROM by LABEL=CONTEXTVlastimil Holer2013-09-041-9/+5
* Fix RE matching context variables. Test cleanups.Vlastimil Holer2013-09-041-7/+19
* Apply parse.diff by Javier Fontan <jfontan@opennebula.org>Vlastimil Holer2013-09-041-62/+34
* PEP8 fixes.Vlastimil Holer2013-04-021-54/+55
* Remove TODOVlastimil Holer2013-02-211-1/+0