Fix descriptions in gnocchi_service library
Fix description for service_ready in gnocchi_service interface library Change-Id: Id132ef8e70ac20a7970397ab01ce5e762b8f9e6c
This commit is contained in:
parent
244fe0e18b
commit
187d3849c1
@ -86,7 +86,7 @@ LIBAPI = 0
|
|||||||
|
|
||||||
# Increment this PATCH version before using `charmcraft publish-lib` or reset
|
# Increment this PATCH version before using `charmcraft publish-lib` or reset
|
||||||
# to 0 if you are raising the major API version
|
# to 0 if you are raising the major API version
|
||||||
LIBPATCH = 1
|
LIBPATCH = 2
|
||||||
|
|
||||||
|
|
||||||
class GnocchiServiceReadinessRequestEvent(RelationEvent):
|
class GnocchiServiceReadinessRequestEvent(RelationEvent):
|
||||||
@ -197,7 +197,7 @@ class GnocchiServiceRequires(Object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def service_ready(self) -> bool:
|
def service_ready(self) -> bool:
|
||||||
"""Return the auth_encryption_key."""
|
"""Return if gnocchi service is ready or not."""
|
||||||
is_ready = self.get_remote_app_data("ready")
|
is_ready = self.get_remote_app_data("ready")
|
||||||
if is_ready:
|
if is_ready:
|
||||||
return json.loads(is_ready)
|
return json.loads(is_ready)
|
||||||
|
Loading…
Reference in New Issue
Block a user