summaryrefslogtreecommitdiff
path: root/nova/virt/configdrive.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six.text_type (1/2)Takashi Natsume2020-12-131-2/+1
* Skip existing VMs when hosts apply force_config_drivepandatt2019-05-221-1/+6
* Convert configdrive to use processutils.Michael Still2018-05-021-15/+16
* Move makefs to privsepMichael Still2018-02-281-1/+1
* Cleanup mount / umount and associated rmdir callsMichael Still2017-10-181-7/+5
* Fixes python 3 unit testsClaudiu Belu2016-09-231-0/+5
* Config options: centralize "configdrive" optionsEsra Celik2016-04-061-17/+2
* Config drive: convert to use instance.image_meta propertyGary Kotton2016-01-171-3/+1
* Remove unused logging import and LOG global varZhihai Song2015-12-251-3/+0
* force_config_drive: StrOpt -> BoolOptStephen Finucane2015-11-111-14/+4
* Config drive: make use of an instance objectGary Kotton2015-11-081-1/+1
* Revert "Fixes Python 3 str issue in ConfigDrive creation"Alessandro Pilotti2015-10-131-1/+1
* Fixes Python 3 str issue in ConfigDrive creationAlessandro Pilotti2015-10-041-1/+1
* objects: convert config drive to use ImageMeta objectDaniel P. Berrange2015-09-071-8/+7
* Switch to the oslo_utils.fileutilsSergey Vilgelm2015-07-241-1/+1
* Revert "Add config drive support for Virtuozzo containers"Michael Still2015-07-231-70/+7
* Fix typos detected by toolkit misspellings.Javeme2015-06-261-2/+2
* Add config drive support for Virtuozzo containersAlexander Burluka2015-06-111-7/+70
* Use oslo_config choices supportEric Brown2015-06-011-1/+2
* Compute: update config drive settings on instanceGary Kotton2015-03-041-0/+11
* Config driver: update help text for force_config_driveGary Kotton2015-03-041-2/+7
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* 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