Merge "We don't need to set a default for the CephX keys and cluster FSID"
[apex-tripleo-heat-templates.git] / puppet / services / ceph-mon.yaml
index 8df7683..f48515e 100644 (file)
@@ -13,7 +13,6 @@ parameters:
     default: False
     type: boolean
   CephMonKey:
-    default: ''
     description: The Ceph monitors key. Can be created with ceph-authtool --gen-print-key.
     type: string
     hidden: true
@@ -41,7 +40,7 @@ outputs:
   role_data:
     description: Role data for the Ceph Monitor service.
     value:
-      service_name: ceph-mon
+      service_name: ceph_mon
       config_settings:
         map_merge:
           - get_attr: [CephBase, role_data, config_settings]