From 9d5b9c59a7041490a7c15b797fcbeff9d4b48bb5 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 22 Aug 2017 12:50:14 -0500 Subject: fixed the typo. Change-Id: I3820782985f7a8dc2474db8f89ba86ef2b031d1f Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index 0bd600aa..7fa9a8a0 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -9,7 +9,7 @@ cluster: *ceph-cluster-space {% endif %} options: - expceted-osd-count: {{ unit_ceph_qty() }} + expected-osd-count: {{ unit_ceph_qty() }} source: *openstack-origin {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} -- cgit 1.2.3-korg