synced charm-helpers

This commit is contained in:
Edward Hope-Morley
2014-09-26 17:08:19 +01:00
parent 2c3beffd65
commit 949f378712

View File

@@ -4,6 +4,7 @@
from collections import OrderedDict
import subprocess
import json
import os
import socket
import sys
@@ -471,4 +472,4 @@ def sync_db_with_multi_ipv6_addresses():
relation_set(relation_id=rid,
database=config('database'),
username=config('database-user'),
hostname=hosts)
hostname=json.dumps(hosts))