cinder/cinder
Vipin Balachandran 9e590a6c85 VMware: Set target ESX host for backing VM clone
The backing VM corresponding to a volume is cloned during create volume
from another volume, snapshot or image. The backing VM is also cloned
during retype and backup restore. Currently, the target ESX host is
unset while calling vCenter CloneVM_Task API and hence the source ESX
host is used as the target. If the destination datastore returned by
the datastore selection logic is not accessible to the source host,
clone fails. This patch fixes the problem by setting the target ESX
host (returned by datastore selection logic) while invoking clone.

Closes-Bug: #1380602
Change-Id: I030d5ce6378fb70f7f98356114825abc12297687
2014-11-24 20:06:40 +05:30
..
api Merge "Use urllib.urlencode instead of dict_to_query_str" 2014-11-22 20:32:17 +00:00
backup Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
brick Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
common Amend unused variables to assist pylint testing 2014-10-30 16:23:57 +00:00
compute Use oslo.utils 2014-11-20 22:17:47 +08:00
consistencygroup Use oslo.utils 2014-11-20 22:17:47 +08:00
db Use oslo.utils 2014-11-20 22:17:47 +08:00
hacking Remove deprecated use of gettextutils import _ 2014-10-10 23:42:07 +05:30
image Merge "Defining the variable "tmp" before try block" 2014-11-21 08:28:43 +00:00
keymgr Use oslo.utils 2014-11-20 22:17:47 +08:00
locale Imported Translations from Transifex 2014-11-23 06:09:01 +00:00
openstack Remove module timeutils 2014-11-24 13:54:23 +08:00
replication Use oslo.utils 2014-11-20 22:17:47 +08:00
scheduler Use oslo.utils 2014-11-20 22:17:47 +08:00
testing updating testing readme with more current information. 2014-02-26 09:21:13 -05:00
tests VMware: Set target ESX host for backing VM clone 2014-11-24 20:06:40 +05:30
transfer Use oslo.utils 2014-11-20 22:17:47 +08:00
volume VMware: Set target ESX host for backing VM clone 2014-11-24 20:06:40 +05:30
zonemanager Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
context.py Merge "context.elevated() should use copy.deepcopy()" 2014-11-21 11:46:21 +00:00
exception.py Implementing the use of _L’x’/i18n markers 2014-11-11 10:32:06 +00:00
flow_utils.py Stop stacktracing on QuotaErrors 2014-11-12 13:49:42 -08:00
i18n.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
manager.py debug level logs should not be translated 2014-06-18 09:03:02 -06:00
policy.py Update oslo policy and its dependencies 2014-08-29 13:56:30 +02:00
quota.py Use oslo.utils 2014-11-20 22:17:47 +08:00
quota_utils.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
rpc.py Switch to oslo.serialization 2014-11-19 15:49:03 +08:00
service.py Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
ssh_utils.py Implementing the use of _L’x’/i18n markers 2014-11-11 10:32:06 +00:00
test.py Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
utils.py Switch Cinder to use oslo.concurrency 2014-11-20 22:21:46 +08:00
version.py Remove vim header 2013-12-30 18:53:02 -06:00
wsgi.py Use oslo.utils 2014-11-20 22:17:47 +08:00