components/openstack/horizon/patches/14-add-zfs-image-format.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/horizon/patches/14-add-zfs-image-format.patch	Fri May 20 17:42:29 2016 -0400
@@ -0,0 +1,12 @@
+In-house patch to add zfs image type to edit image dropdown.
+This patch has not yet been submitted upstream.
+
+--- horizon-2014.2.2/openstack_dashboard/settings.py.orig	2015-06-24 07:39:37.989679425 -0700
++++ horizon-2014.2.2/openstack_dashboard/settings.py	2015-06-24 07:40:27.133978973 -0700
+@@ -88,6 +88,7 @@ OPENSTACK_IMAGE_BACKEND = {
+         ('vdi', _('VDI - Virtual Disk Image')),
+         ('vhd', _('VHD - Virtual Hard Disk')),
+         ('vmdk', _('VMDK - Virtual Machine Disk')),
++        ('zfs', _('ZFS - Solaris ZFS Image')),
+     ]
+ }