components/openstack/horizon/patches/07-remove-image-source.patch
changeset 6856 356aeea98c39
parent 5405 66fd59fecd68
--- a/components/openstack/horizon/patches/07-remove-image-source.patch	Wed Sep 07 14:48:42 2016 -0700
+++ b/components/openstack/horizon/patches/07-remove-image-source.patch	Wed Sep 07 14:48:42 2016 -0700
@@ -1,10 +1,10 @@
-Internal patch to disable the image_source (Create Volume -> Volume Source -> image)
-because copy_volume_from_image is not supported yet.
+Internal patch to disable the image_source (Create Volume -> Volume
+Source -> image) because copy_volume_from_image is not supported yet.
 This patch will not be committed upstream.
 
---- horizon-2015.1.2/openstack_dashboard/dashboards/project/volumes/volumes/forms.py.orig	2015-12-12 16:00:05.464623742 -0500
-+++ horizon-2015.1.2/openstack_dashboard/dashboards/project/volumes/volumes/forms.py	2015-12-12 16:08:30.652433673 -0500
-@@ -233,6 +233,9 @@
+--- horizon-9.0.1/openstack_dashboard/dashboards/project/volumes/volumes/forms.py.~1~	2016-06-02 13:05:51.000000000 -0700
++++ horizon-9.0.1/openstack_dashboard/dashboards/project/volumes/volumes/forms.py	2016-06-29 23:54:56.869785260 -0700
+@@ -230,6 +230,9 @@ class CreateForm(forms.SelfHandlingForm)
  
          images = utils.get_available_images(request,
                                              request.user.tenant_id)