remove dash from key

Change-Id: I952042cbd3a029919f49d5246da35a5105efcea9
diff --git a/metadata/service/common/cluster.yml b/metadata/service/common/cluster.yml
index 2ac66f4..ac5df96 100644
--- a/metadata/service/common/cluster.yml
+++ b/metadata/service/common/cluster.yml
@@ -15,7 +15,4 @@
           host: ${_param:ceph_mon_node02_address}
         - name: ${_param:ceph_mon_node03_hostname}
           host: ${_param:ceph_mon_node03_address}
-      keyring:
-        bootstrap-osd:
-          caps:
-            mon: "allow profile bootstrap-osd"
+
diff --git a/metadata/service/common/single.yml b/metadata/service/common/single.yml
index 68ac50b..91a783b 100644
--- a/metadata/service/common/single.yml
+++ b/metadata/service/common/single.yml
@@ -9,7 +9,3 @@
       members:
         - name: ${_param:ceph_mon_node01_hostname}
           host: ${_param:ceph_mon_node01_address}
-      keyring:
-        bootstrap-osd:
-          caps:
-            mon: "allow profile bootstrap-osd"
diff --git a/metadata/service/osd/cluster.yml b/metadata/service/osd/cluster.yml
index 92e2f36..987e8a2 100644
--- a/metadata/service/osd/cluster.yml
+++ b/metadata/service/osd/cluster.yml
@@ -7,3 +7,9 @@
   ceph:
     osd:
       enabled: true
+    common:
+      keyring:
+        bootstrap_osd:
+          name: "bootstrap-osd"
+          caps:
+            mon: "allow profile bootstrap-osd"
\ No newline at end of file
diff --git a/metadata/service/osd/single.yml b/metadata/service/osd/single.yml
index e7cefd2..7db322b 100644
--- a/metadata/service/osd/single.yml
+++ b/metadata/service/osd/single.yml
@@ -7,3 +7,9 @@
   ceph:
     osd:
       enabled: true
+    common:
+      keyring:
+        bootstrap_osd:
+          name: "bootstrap-osd"
+          caps:
+            mon: "allow profile bootstrap-osd"
\ No newline at end of file