fixing ecord-global and juju-facts

Change-Id: I849e2e30ab58211231bf2c9e8ea2413caef6ccec
diff --git a/library/juju_facts.py b/library/juju_facts.py
index 4ae84db..ca24f0e 100644
--- a/library/juju_facts.py
+++ b/library/juju_facts.py
@@ -16,6 +16,7 @@
 
 import json
 import subprocess
+import sys
 
 def dict_keys_dash_to_underscore(dashed):
     underscored = dict((k.replace('-','_'),v) for k,v in dashed.items())
diff --git a/profile_manifests/ecord-global.yml b/profile_manifests/ecord-global.yml
index f227c0a..9071ca0 100644
--- a/profile_manifests/ecord-global.yml
+++ b/profile_manifests/ecord-global.yml
@@ -21,7 +21,8 @@
 # Site configuration
 site_name: mysite
 site_humanname: MySite
-site_suffix: "{{ site_name }}.cord.lab"
+# site_suffix: "{{ site_name }}.cord.lab"
+site_suffix: "cord.lab"
 deployment_type: MyDeployment
 
 # Feature toggles