[hloeung] Blah, pass through hostname as well.

This commit is contained in:
Haw Loeung (hloeung) 2014-03-25 22:30:39 +11:00
parent 98a416a1c0
commit 001015fd34

View File

@ -554,6 +554,7 @@ def ha_relation_joined():
def admin_relation_changed():
relation_data = {
"service_hostname": config["hostname"],
"service_port": config["service-port"],
"service_username": config["admin-user"],
"service_tenant_name": config["admin-role"],