diff options
author | Kefu Chai <kchai@redhat.com> | 2018-09-18 05:21:13 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-09-21 06:41:42 +0200 |
commit | 4b0e2c8ed4832719b632c31a8c067c87b1676392 (patch) | |
tree | 04d00bc18e7d5f05af3b9241da79dc29c89ef5a6 /qa/qa_scripts | |
parent | debian/changelog: fix typos (diff) | |
download | ceph-4b0e2c8ed4832719b632c31a8c067c87b1676392.tar.xz ceph-4b0e2c8ed4832719b632c31a8c067c87b1676392.zip |
qa: fix typos
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'qa/qa_scripts')
-rw-r--r-- | qa/qa_scripts/openstack/files/glance-api.template.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qa/qa_scripts/openstack/files/glance-api.template.conf b/qa/qa_scripts/openstack/files/glance-api.template.conf index 95611d4e18c..956fb1bf240 100644 --- a/qa/qa_scripts/openstack/files/glance-api.template.conf +++ b/qa/qa_scripts/openstack/files/glance-api.template.conf @@ -893,8 +893,8 @@ rbd_store_ceph_conf=/etc/ceph/ceph.conf # be specified multiple times for specifying multiple datastores. # Either one of vmware_datastore_name or vmware_datastores is # required. The datastore name should be specified after its -# datacenter path, seperated by ":". An optional weight may be given -# after the datastore name, seperated again by ":". Thus, the required +# datacenter path, separated by ":". An optional weight may be given +# after the datastore name, separated again by ":". Thus, the required # format becomes <datacenter_path>:<datastore_name>:<optional_weight>. # When adding an image, the datastore with highest weight will be # selected, unless there is not enough free space available in cases @@ -970,7 +970,7 @@ rbd_store_ceph_conf=/etc/ceph/ceph.conf #os_region_name=<None> os_region_name=RegionOne -# Location of ca certicates file to use for cinder client requests. +# Location of ca certificates file to use for cinder client requests. # (string value) #cinder_ca_certificates_file=<None> |