Waiting fix

This commit is contained in:
Gustavo Sanchez 2021-12-10 10:57:49 -04:00
parent 94e93c1a9f
commit 6bcccc7750
No known key found for this signature in database
GPG Key ID: CB6FDA23F1075685

View File

@ -35,6 +35,7 @@ class CinderSolidfireCharm(CinderStoragePluginCharm):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self._stored.is_started = True
def cinder_configuration(self, charm_config) -> 'list[tuple]':
"""Return the configuration to be set by the principal"""