Use hostnames instead of IPs
diff --git a/templates/environments.yaml.j2 b/templates/environments.yaml.j2
index 710afa1..4daeba1 100644
--- a/templates/environments.yaml.j2
+++ b/templates/environments.yaml.j2
@@ -2,6 +2,6 @@
 environments:
     manual:
         type: manual
-        bootstrap-host: {{ juju_ip.stdout }}
+        bootstrap-host: juju
         bootstrap-user: ubuntu
         default-series: trusty