index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
DataSourceOVF.py
Age
Commit message (
Expand
)
Author
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-02-15
DataSourceOVF: only search for OVF data on ISO9660 filesystems
Scott Moser
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
remove occurences of pylint W0621 (Redefining name xyz from outer scope)
Scott Moser
2012-01-17
remove duplicate imports
Scott Moser
2012-01-17
remove some pylint line disablings
Scott Moser
2012-01-17
[PATCH] PEP8 coding style fixes.
Scott Moser
2012-01-17
[PATCH 4/4] Fix pylint conventions C0301 (line too long)
Scott Moser
2012-01-17
[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)
Scott Moser
2012-01-17
[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)
Scott Moser
2012-01-17
[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...
Scott Moser
2012-01-12
[PATCH 13/13] Disable bogus pylint warnings
Scott Moser
2012-01-12
[PATCH 06/13] Fix pylint warnings W0612 (unused variable)
Scott Moser
2012-01-12
[PATCH 04/13] Fix pylint warnings W0611 (unused import)
Scott Moser
2012-01-12
[PATCH 03/13] Fix pylint warnings W0301 (unnecessary semicolon)
Scott Moser
2011-09-23
DataSourceOVF: specify timeout=None in read_seeded call
Scott Moser
2011-09-01
DataSourceOVF: change the default instance id from nocloud to iid-dsovf
Scott Moser
2011-09-01
DataSourceOVF do not provide a default static hostname
Scott Moser
2011-02-18
fix bug if ovf had empty seedfrom
Scott Moser
2011-02-04
fix logging in DataSource modules
Scott Moser
2011-02-04
First try to read from cdrom device before mounting
Scott Moser
2011-01-31
replace DataSource's self.log
Scott Moser
2011-01-26
rework of DataSource loading.
Scott Moser
2011-01-26
import fixes for DataSourceOVF
Scott Moser
2011-01-25
add get_public_ssh_keys and get_hostname methods to DataSourceOVF.py
Scott Moser
2011-01-25
add mostly untested but possibly functional DataSourceOVF code
Scott Moser
2011-01-25
add a stubbed OVF Transport implementation for vmware-guestd
Scott Moser
2011-01-25
add initial ovf data source class
Scott Moser
2011-01-06
initial import of work-in-progress OVF code
Scott Moser