Merge "Fix a trivial bug of Dell EMC Manila IPv6 implementation."

This commit is contained in:
Zuul 2018-02-05 05:34:00 +00:00 committed by Gerrit Code Review
commit a80c6fca57
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