synced charm-helpers

This commit is contained in:
Edward Hope-Morley 2014-09-26 17:07:52 +01:00
parent de4484cbbd
commit dd7573dec4
1 changed files with 2 additions and 1 deletions

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))