]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Rebased remove-zfssa-from-opts.py.patch.
authorThomas Goirand <thomas@goirand.fr>
Fri, 15 Jul 2016 14:43:30 +0000 (14:43 +0000)
committerThomas Goirand <thomas@goirand.fr>
Fri, 15 Jul 2016 14:43:30 +0000 (14:43 +0000)
Rewritten-From: 78312f03eb648f7b7bc103beae4ce4d4c0479e95

xenial/debian/changelog
xenial/debian/patches/remove-zfssa-from-opts.py.patch
xenial/debian/patches/series

index 921339dddd21c5c27d7803b31227da56572ad1dd..94203719883f3d05fea7f2db192dcb51341e4f63 100644 (file)
@@ -2,6 +2,7 @@ cinder (2:9.0.0~b2-1) experimental; urgency=medium
 
   * New upstream release.
   * Fixed (build-)depends for this release.
+  * Rebased remove-zfssa-from-opts.py.patch.
   * Updated Danish translation of the debconf templates (Closes: #830641).
 
  -- Thomas Goirand <zigo@debian.org>  Fri, 15 Jul 2016 16:35:01 +0200
index 1ee3e0e6b4caa283b669f5033c220070a695653b..165817f0c7784ba53c60c44cead689a9f8639acd 100644 (file)
@@ -1,24 +1,23 @@
+zigo@GPLHost:xen018401>_ ~/sources/openstack/newton/cinder/cinder cinder (debian/newton)$ cat ../remove-zfssa-from-opts.py.patch 
 Description: Remove zfssa from opts.py
 Author: Thomas Goirand <zigo@debian.org>
 Forwarded: no
-Last-Update: 2016-01-02
+Last-Update: 2016-07-15
 
-Index: cinder/cinder/opts.py
-===================================================================
---- cinder.orig/cinder/opts.py
-+++ cinder/cinder/opts.py
-@@ -158,10 +158,6 @@ from cinder.volume.drivers import vzstor
- from cinder.volume.drivers.windows import windows as \
+--- cinder-9.0.0~b2.orig/cinder/opts.py
++++ cinder-9.0.0~b2/cinder/opts.py
+@@ -169,10 +169,6 @@ from cinder.volume.drivers.windows impor
      cinder_volume_drivers_windows_windows
  from cinder.volume.drivers import xio as cinder_volume_drivers_xio
+ from cinder.volume.drivers import zadara as cinder_volume_drivers_zadara
 -from cinder.volume.drivers.zfssa import zfssaiscsi as \
 -    cinder_volume_drivers_zfssa_zfssaiscsi
 -from cinder.volume.drivers.zfssa import zfssanfs as \
 -    cinder_volume_drivers_zfssa_zfssanfs
+ from cinder.volume.drivers.zte import zte_ks as cinder_volume_drivers_zte_zteks
  from cinder.volume import manager as cinder_volume_manager
  from cinder.wsgi import eventlet_server as cinder_wsgi_eventletserver
- from cinder.zonemanager.drivers.brocade import brcd_fabric_opts as \
-@@ -267,7 +263,6 @@ def list_opts():
+@@ -281,7 +277,6 @@ def list_opts():
                  cinder_volume_drivers_xio.XIO_OPTS,
                  cinder_volume_drivers_ibm_storwize_svc_storwizesvcfc.
                  storwize_svc_fc_opts,
@@ -26,11 +25,11 @@ Index: cinder/cinder/opts.py
                  cinder_volume_driver.volume_opts,
                  cinder_volume_driver.iser_opts,
                  cinder_api_views_versions.versions_opts,
-@@ -309,7 +304,6 @@ def list_opts():
+@@ -325,7 +320,6 @@ def list_opts():
                  cinder_volume_drivers_blockbridge.blockbridge_opts,
                  [cinder_scheduler_scheduleroptions.
                      scheduler_json_config_location_opt],
 -                cinder_volume_drivers_zfssa_zfssanfs.ZFSSA_OPTS,
-                 cinder_volume_drivers_disco_disco.disco_opts,
-                 cinder_volume_drivers_hgst.hgst_opts,
-                 cinder_message_api.messages_opts,
+                 cinder_volume_drivers_fusionstorage_dsware.volume_opts,
+                 cinder_volume_drivers_kaminario_kaminariocommon.
+                 kaminario1_opts,
index 59d7ee85ca72b5c54ebc98369760c4ca27f0cbdf..d8444126342fef3e7aef2bce7cb1e30d07fd1c59 100644 (file)
@@ -1,3 +1,3 @@
 no-zfssa-tests.patch
-remove-zfssa-from-opts.py.patch
 install-missing-files.patch
+remove-zfssa-from-opts.py.patch