Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
requires:
- 'interface:juju-info'
requires:
you-knows-it:
interface: juju-info
from charms.reactive import when, when_not
@when('you-knows-it.available')
def do_stuff(rel):
print(rel.private_address())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment