diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-22 12:50:14 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-22 12:50:14 -0500 |
commit | 9d5b9c59a7041490a7c15b797fcbeff9d4b48bb5 (patch) | |
tree | 3004296d67d93ee74465596ee472e3f6c1950f35 /ci/config_tpl | |
parent | f7bc94f431257dcdd31d7799e035dd4b62e5704a (diff) |
fixed the typo.
Change-Id: I3820782985f7a8dc2474db8f89ba86ef2b031d1f
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |