Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
host = juju.unit_get("private-address")
port=8181
juju.relation_set({
'hostname':host, 'port':port})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment