Merge "enabling nimble driver again"

This commit is contained in:
Jenkins 2017-07-24 23:19:30 +00:00 committed by Gerrit Code Review
commit c41c3a8ef6
1 changed files with 0 additions and 3 deletions

View File

@ -132,9 +132,6 @@ class NimbleBaseVolumeDriver(san.SanDriver):
# ThirdPartySystems wiki page
CI_WIKI_NAME = "Nimble_Storage_CI"
# TODO(smcginnis) Remove driver in Queens if CI issues are not resolved
SUPPORTED = False
def __init__(self, *args, **kwargs):
super(NimbleBaseVolumeDriver, self).__init__(*args, **kwargs)
self.APIExecutor = None