Add missing imports for sample config generation
Fix for the following 2 exceptions when generating the sample configuration with "tox -egenconfig": manila.share.drivers.ibm.gpfs.gpfs_share_opts, AttributeError: 'module' object has no attribute 'ibm' manila.share.drivers.zfssa.zfssashare.ZFSSA_OPTS, AttributeError: 'module' object has no attribute 'zfssa' Change-Id: I4985700997a81bf38b627bbc39193ef75a62667f
This commit is contained in:
parent
a7d71c2991
commit
b804367819
@ -52,8 +52,10 @@ import manila.share.drivers.emc.driver
|
||||
import manila.share.drivers.generic
|
||||
import manila.share.drivers.glusterfs
|
||||
import manila.share.drivers.glusterfs_native
|
||||
import manila.share.drivers.ibm.gpfs
|
||||
import manila.share.drivers.netapp.cluster_mode
|
||||
import manila.share.drivers.service_instance
|
||||
import manila.share.drivers.zfssa.zfssashare
|
||||
import manila.share.manager
|
||||
import manila.volume
|
||||
import manila.volume.cinder
|
||||
|
Loading…
Reference in New Issue
Block a user