21303465 edit image window has no ZFS disk format option
authorBrian Reitz <Brian.Reitz@Oracle.COM>
Thu, 25 Jun 2015 08:10:54 -0700
changeset 4552 232fe134fd76
parent 4551 aeda29f57900
child 4553 13705ca3643b
21303465 edit image window has no ZFS disk format option
components/openstack/horizon/patches/14-add-zfs-image-format.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/horizon/patches/14-add-zfs-image-format.patch	Thu Jun 25 08:10:54 2015 -0700
@@ -0,0 +1,15 @@
+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
+@@ -109,7 +109,8 @@ OPENSTACK_IMAGE_BACKEND = {
+         ('raw', _('Raw')),
+         ('vdi', _('VDI')),
+         ('vhd', _('VHD')),
+-        ('vmdk', _('VMDK'))
++        ('vmdk', _('VMDK')),
++        ('zfs', _('ZFS - Solaris ZFS Image'))
+     ]
+ }
+