commit | 7959bb7cf952b5cfd41feb23a7e952946c7efa24 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Oct 19 17:57:10 2017 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Oct 19 17:57:10 2017 +0200 |
tree | 2e1649337b3da6453488765a8ef89dec3f73a524 | |
parent | eaf41471e19cbd8a457cf72afea421b4faf6dea9 [diff] |
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