This error was introduced after adding following:
logging.register_options(CONF)
in https://review.openstack.org/#/c/157441/
So, this patchset is to remove this.
Change-Id: I3d7d30fb8a5d8f5424811fc7422efc2546300a12
Closes-Bug:
1431875
CONF = cfg.CONF
-logging.register_options(CONF)
LOG = logging.getLogger(__name__)
class EMCVnxCliBase(object):
"""This class defines the functions to use the native CLI functionality."""
- VERSION = '05.03.01'
+ VERSION = '05.03.02'
stats = {'driver_version': VERSION,
'storage_protocol': None,
'vendor_name': 'EMC',