get ceilometer dashboard url from /root/setup/ceilometer_url
diff --git a/xos/configurations/cord/ceilometer.yaml b/xos/configurations/cord/ceilometer.yaml
index b660ba1..6e5e24f 100644
--- a/xos/configurations/cord/ceilometer.yaml
+++ b/xos/configurations/cord/ceilometer.yaml
@@ -54,7 +54,9 @@
     Ceilometer:
       type: tosca.nodes.DashboardView
       properties:
-          url: http:/xosmetering/
+          url: { get_artifact: [ SELF, ceilometer_url, LOCAL_FILE] }
+      artifacts:
+          ceilometer_url: /root/setup/ceilometer_url
 
     Tenant:
       type: tosca.nodes.DashboardView