summaryrefslogtreecommitdiff
path: root/nova/virt/vmwareapi/error_util.py
Commit message (Expand)AuthorAgeFilesLines
* VMware: clean up exceptionsGary Kotton2015-07-151-9/+4
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* VMware: fix regression for 'TaskInProgress'Gary Kotton2014-11-121-4/+0
* VMWare: Remove unused exceptionsEugeniya Kudryashova2014-10-141-12/+2
* VMware: add support for default pbm policyGary Kotton2014-10-101-0/+8
* vmwareapi oslo.vmware library integrationVui Lam2014-09-011-203/+9
* Remove use of str on exceptionsJames Carey2014-08-271-2/+5
* VMware: handle case when VM snapshot delete failsGary Kotton2014-08-111-1/+7
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Fix and gate on H305 and H307Davanum Srinivas2014-07-151-1/+0
* Merge "VMware: prevent image snapshot if no root disk defined"Jenkins2014-05-111-0/+4
|\
| * VMware: prevent image snapshot if no root disk definedGary Kotton2014-05-051-0/+4
* | VMware: spawn refactor - phase 1 - power_on_vmTracy Jones2014-05-101-0/+7
|/
* Merge "VMware: Log additional details of suds faults"Jenkins2014-04-221-9/+23
|\
| * VMware: Log additional details of suds faultsEric Brown2014-04-161-9/+23
* | Merge "VMware: add missing translations"Jenkins2014-04-221-2/+2
|\ \ | |/ |/|
| * VMware: add missing translationsGary Kotton2014-03-101-2/+2
* | VMware: Fixes the instance resize problemSidharth Surana2014-04-071-0/+4
|/
* VMware: VimException __str__ attempts to concatenate string to listShawn Hartsock2014-03-071-2/+9
* Enable flake8 H404 checkingAlexander Bochkarev2014-02-271-4/+2
* VMware: prevent race for vmdk deletionGary Kotton2014-02-181-0/+28
* VMware: raise more specific exceptionsGary Kotton2014-02-181-3/+47
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* VMware: unnecessary session reconnectionGary Kotton2014-01-141-0/+5
* VMware: Fix unhandled session failure issuesSabari Kumar Murugesan2013-12-021-1/+1
* VMware: handle exceptions from RetrievePropertiesEx correctlyGary Kotton2013-09-181-1/+1
* VMware image clone strategy settings and overrideshartsocks2013-09-091-0/+23
* Merge "Use RetrievePropertiesEx instead of RetrieveProperties"Jenkins2013-07-301-2/+2
|\
| * Use RetrievePropertiesEx instead of RetrievePropertiesGary Kotton2013-07-271-2/+2
* | Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+3
|/
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Backslash continuations (nova.virt)Zhongyue Luo2012-02-081-3/+2
* Convert vmwareapi code to UNIX style line endingsMark McLoughlin2012-01-251-96/+96
* Addressed issues raised by Rick Harris' reviewArmando Migliaccio2011-03-241-4/+4
* Minor fixes to replace occurances of "VI" by "VIM" in 2 comments.sateesh2011-03-181-1/+1
* * Updated document vmware_readme.rst to mention VLAN networking sateesh2011-03-161-17/+31
* Updated the code to detect the exception by fault type. sateesh2011-03-101-0/+82