diff options
author | Derek Higgins <derekh@redhat.com> | 2016-03-18 11:13:54 +0000 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2016-03-21 13:49:19 +0000 |
commit | a26b1bd66b53d2849fe44b260d9758e9556dde67 (patch) | |
tree | fca3ee1b39ac119abd7fd891f75ba35995324dbe | |
parent | 53e2f2dea7d6c7d3e623082141b6fedbc301c276 (diff) |
Remove CephStorageCount
This is set by tripleoclient, remove it from here so it doesn't
override the user provided value.
Change-Id: I6110b71e484af749838f91dc5c6c4982b0c83074
-rw-r--r-- | environments/puppet-ceph-devel.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/environments/puppet-ceph-devel.yaml b/environments/puppet-ceph-devel.yaml index d782e8d8..fc4b8c7d 100644 --- a/environments/puppet-ceph-devel.yaml +++ b/environments/puppet-ceph-devel.yaml @@ -1,8 +1,7 @@ # A Heat environment file which can be used to enable a Ceph -# storage cluster using the controller and 2 ceph nodes. +# storage cluster using the controller and ceph nodes. # Rbd backends are enabled for Cinder, Glance, and Nova. parameters: - CephStorageCount: 2 #NOTE: These ID's and keys should be regenerated for # a production deployment. What is here is suitable for # developer and CI testing only. |