summaryrefslogtreecommitdiff
path: root/nova/virt/configdrive.py
Commit message (Expand)AuthorAgeFilesLines
* Replacement `_` on `_LW` in all LOG.warning part 4Mike Durnosvistov2014-12-041-4/+4
* Config drive: delete deprecated config var config_drive_tempdirGary Kotton2014-11-091-6/+0
* Use oslo.utilsDavanum Srinivas2014-10-061-2/+2
* Support image property for config driveYunhong Jiang2014-09-031-1/+13
* Fix and gate on H305 and H307Davanum Srinivas2014-07-151-1/+1
* ConfigDriveBuilder refactor for tempdir cleanlinessSean Dague2014-07-011-52/+50
* Test force_config_drive as a boolean as last resortDavanum Srinivas2014-06-171-1/+4
* Don't translate debug level logs in nova.virtGary Kotton2014-06-081-1/+1
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Sync module units from osloEric Guo2014-01-211-2/+2
* Fixes ConfigDrive bug on WindowsAlessandro Pilotti2013-12-171-2/+2
* clean up numeric expressions with byte constantsChang Bo Guo2013-10-271-1/+2
* maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-1/+0
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Remove broken config_drive image_href support.Chris Behrens2013-06-261-4/+0
* Replace functions in utils with oslo.fileutilsZhongyue Luo2013-06-111-1/+1
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+2
* Merge "Chown doesn't work on mounted vfat."Jenkins2013-01-141-8/+4
|\
| * Chown doesn't work on mounted vfat.Michael Still2013-01-131-8/+4
* | Convert ConfigDriveHelper to being a context manager itself.Michael Still2013-01-131-12/+13
|/
* Adding configdrive to xenapi.Michael Still2013-01-111-3/+5
* Provide a configdrive helper which uses contextlib.Michael Still2012-12-211-1/+13
* Make configdrive.py use version.product_string()Daniel P. Berrange2012-12-191-2/+7
* Catch ProcessExecutionError when building config drives.Michael Still2012-12-081-0/+6
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Adds a conf option for custom configdrive mkisofsAlessandro Pilotti2012-11-131-1/+5
* Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-071-8/+9
* Migrate to fileutils and lockutils.Michael Still2012-10-251-1/+2
* Refactor: config drive related functionsMate Lakat2012-10-241-0/+14
* Move mkfs from libvirt.utils to utilsMate Lakat2012-10-231-2/+1
* Move ensure_tree to utilsMichael Still2012-08-261-1/+1
* Remove unused importsRongzeZhu2012-08-171-3/+0
* continue config-drive-v2, add openstack metadata apiScott Moser2012-08-141-32/+7
* Config drive v2Michael Still2012-08-111-0/+173