Classname update

This commit is contained in:
Gustavo Sanchez 2021-12-03 09:30:37 -04:00
parent 527724e315
commit 94e93c1a9f
No known key found for this signature in database
GPG Key ID: CB6FDA23F1075685

View File

@ -19,14 +19,14 @@ import uuid
import logging
from ops.main import main
from ops_openstack.plugins.classes import BaseCinderCharm
from ops_openstack.plugins.classes import CinderStoragePluginCharm
logger = logging.getLogger(__name__)
VOLUME_DRIVER = 'cinder.volume.drivers.solidfire.SolidFireDriver'
class CinderSolidfireCharm(BaseCinderCharm):
class CinderSolidfireCharm(CinderStoragePluginCharm):
PACKAGES = ['cinder-common']
# Overriden from the parent. May be set depending on the charm's properties