Skip to content

Commit

Permalink
Bring 0.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDevloo committed Feb 8, 2018
1 parent 9083086 commit 9683f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/storagedriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
# Open vStorage is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY of any kind.
from ovs.lib.helpers.toolbox import Toolbox
from ovs.log.log_handler import LogHandler
from ovs.extensions.generic.logger import Logger
from ..helpers.storagedriver import StoragedriverHelper
from ..helpers.vpool import VPoolHelper


class StoragedriverSetup(object):
LOGGER = LogHandler.get(source='setup', name='ci_storagedriver_setup')
LOGGER = Logger('setup-ci_storagedriver_setup')

# These will be all possible settings for the StorageDriver. Messing them up is their own responsibility (they should not bypass the API by default!!)
STORAGEDRIVER_PARAMS = {"volume_manager": (dict, None, False),
Expand Down

0 comments on commit 9683f10

Please sign in to comment.