Skip to content

Commit

Permalink
fix: add observation for when sdcore-management relation joined event
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Sep 24, 2024
1 parent ebf0245 commit b87fa46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def __init__(self, *args):
self.framework.observe(self.on.nms_pebble_ready, self._configure_sdcore_nms)
self.framework.observe(self.on.update_status, self._configure_sdcore_nms)
self.framework.observe(self.fiveg_n4.on.fiveg_n4_available, self._configure_sdcore_nms)
self.framework.observe(
self.on.sdcore_management_relation_joined, self._configure_sdcore_nms
)
self.framework.observe(
self._sdcore_management.on.management_url_available,
self._configure_sdcore_nms,
Expand Down

0 comments on commit b87fa46

Please sign in to comment.