Merge "Remove redundant line from host_manager.py"

This commit is contained in:
Zuul
2022-06-08 10:11:16 +00:00
committed by Gerrit Code Review
-1
View File
@@ -326,7 +326,6 @@ class BackendState(object):
self.volume_backend_name = capability.get('volume_backend_name', None)
self.vendor_name = capability.get('vendor_name', None)
self.driver_version = capability.get('driver_version', None)
self.driver_version = capability.get('driver_version', None)
# Protocols that have variants are replaced with ALL the variants
protocol = capability.get('storage_protocol', None)