Remove redundant line from host_manager.py

With change[1], we introduced a redundant line in
cinder/scheduler/host_manager.py
This patch removes it.

[1] I07d74078dbb102490dd722029e32c74cec3aa44c

Change-Id: Ic4918c04493360a5913c8f4854bb44b6048af264
This commit is contained in:
whoami-rajat 2022-06-07 13:36:21 +05:30
parent 0ebdca01f0
commit 52d6fb4acf
1 changed files with 0 additions and 1 deletions

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)