summaryrefslogtreecommitdiffstats
path: root/nova/virt/libvirt/volume_nfs.py
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated Grizzly code.Joe Gordon2013-04-041-40/+0
* Move libvirt NFS volume driver impl into volume.pyDaniel P. Berrange2013-02-051-76/+14
* Allow for specifying nfs mount optionsRafi Khardalian2013-02-031-2/+11
* Make NFS mount hashes consistent with CinderRafi Khardalian2013-02-031-2/+2
* Refactor libvirt volume driver classes to reduce duplicationDaniel P. Berrange2013-01-291-11/+8
* Fix N402 for nova/virtSean Dague2013-01-081-5/+5
* Merge "fix N401 errors, stop ignoring all N4* errors"Jenkins2013-01-091-2/+2
|\
| * fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-2/+2
* | Add helper methods to nova.pathsMark McLoughlin2013-01-041-2/+2
* | Move global path opts in nova.pathsMark McLoughlin2013-01-041-1/+1
|/
* Use CONF.import_opt() for nova.config optsMark McLoughlin2012-11-201-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+1
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.virtMark McLoughlin2012-11-071-3/+4
* Add support for NFS-based virtual block devicesBen Swartzlander2012-08-141-0/+96