Cross Reference: 14-add-zfs-image-format.patch
xref
: /
solaris-userland
/
components
/
openstack
/
horizon
/
patches
/
14-add-zfs-image-format.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
14-add-zfs-image-format.patch revision 6854
0
N/A
In-house patch to add zfs image type to edit image dropdown. This
0
N/A
patch has not yet been submitted upstream.
0
N/A
0
N/A
---
horizon-9.1.0/openstack_dashboard/settings.py
.~1~ 2016-07-21 03:24:05.000000000 +0000
0
N/A
+++
horizon-9.1.0/openstack_dashboard/settings.py
2016-09-02 10:50:15.882844385 +0000
0
N/A
@@ -99,6 +99,7 @@ OPENSTACK_IMAGE_BACKEND = {
0
N/A
('vdi', _('VDI - Virtual Disk Image')),
0
N/A
('vhd', _('VHD - Virtual Hard Disk')),
0
N/A
('vmdk', _('VMDK - Virtual Machine Disk')),
0
N/A
+ ('zfs', _('ZFS - Solaris ZFS Image')),
0
N/A
]
0
N/A
}
0
N/A
0
N/A