summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDan Smith <dansmith@redhat.com>2014-03-11 12:09:23 -0700
committerDan Smith <dansmith@redhat.com>2014-03-12 08:26:53 -0700
commitcef7dd6a8fcd1e4ab148dd228129e267b1e82232 (patch)
tree68d02ac6dfd4d5049bd19959b9a9ab5f1e39dfb5 /setup.cfg
parent5137045db25555ff0ae99bfa48fcf0ea07efae91 (diff)
downloadnova-cef7dd6a8fcd1e4ab148dd228129e267b1e82232.tar.gz
Revert "enable cloning for rbd-backed ephemeral disks"
This reverts commit c25c60f6a9ab1ccf12f72f76d400e7c9c0d090b3. The series of patches involved with adding this feature introduced an unexpected dependency on glance's v2 API, which we do not currently support. Triggering a user-facing bug quickly, and leaving some uncertainty about what else is likely to come in the future, a revert of this code was decided given the short time to -rc1. Change-Id: Iee835652f56beed1b8ac74d782e34a5238102840 Related-bug: 1291014
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 366246d0bf..9583b62505 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,6 @@ nova.image.download.modules =
file = nova.image.download.file
nova.virt.image.handlers =
download = nova.virt.imagehandler.download:DownloadImageHandler
- libvirt_rbd_clone = nova.virt.libvirt.imagehandler:RBDCloneImageHandler
console_scripts =
nova-all = nova.cmd.all:main
nova-api = nova.cmd.api:main