Fix a trivial bug of Dell EMC Manila IPv6 implementation.

This fixes the bug which causes failures of Dell EMC Manila
drivers without ipv6_implemented.

Change-Id: Iee37960c2ba6520a5c5e1db99c2dda115a1757ff
Closes-Bug: #1746207
This commit is contained in:
Sam Wan 2018-01-30 05:38:57 -05:00
parent a07d522970
commit 5caebd0475
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ class EMCShareDriver(driver.ShareDriver):
configuration=self.configuration)
super(EMCShareDriver, self).__init__(
self.plugin.driver_handles_share_servers, *args, **kwargs)
self.ipv6_implemented = self.plugin.ipv6_implemented
if hasattr(self.plugin, 'ipv6_implemented'):
self.ipv6_implemented = self.plugin.ipv6_implemented