moving osd keyring to service level

Change-Id: I0cb82773ab773d3b04c0477deda9584831085e8d
diff --git a/metadata/service/common/cluster.yml b/metadata/service/common/cluster.yml
index 2358610..2ac66f4 100644
--- a/metadata/service/common/cluster.yml
+++ b/metadata/service/common/cluster.yml
@@ -15,3 +15,7 @@
           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 91a783b..68ac50b 100644
--- a/metadata/service/common/single.yml
+++ b/metadata/service/common/single.yml
@@ -9,3 +9,7 @@
       members:
         - name: ${_param:ceph_mon_node01_hostname}
           host: ${_param:ceph_mon_node01_address}
+      keyring:
+        bootstrap-osd:
+          caps:
+            mon: "allow profile bootstrap-osd"