| 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
| host = juju.unit_get("private-address") | |
| port=8181 | |
| juju.relation_set({ | |
| 'hostname':host, 'port':port}) |