Add an assess status which will be picked up later

Add an assess status which will be picked up later by the atexit() handler.

Change-Id: I70c463ce5acd59adcc46cd5bbd2649c4fdffb36e
This commit is contained in:
Liam Young 2019-01-31 16:38:27 +00:00
parent c431600183
commit 44faa0e73b
1 changed files with 3 additions and 0 deletions

View File

@ -941,3 +941,6 @@ class CinderStoragePluginCharm(OpenStackCharm):
backend_name=self.service_name,
configuration=self.cinder_configuration(),
stateless=self.stateless)
# Add an assess status which will be picked up later by the atexit()
# handler.
self.assess_status()