fix misspelling of 'configuration' and 'list'

fix misspelling of 'configuration' and 'list'

Change-Id: I060cd03fe075f60cc738cbbdc2999b74931fd378
This commit is contained in:
wangqiangbj 2018-01-16 16:55:29 +08:00 committed by Mohammed Naser
parent 0772d34100
commit bbe4af7ef0
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ features:
- Yaml files used for ceilometer configuration will now allow a deployer to
override a given list. If an override is provided that matches an already
defined list in one of the ceilometer default yaml files the entire list
will be replaced by the provided override. Previously, a nested lists of
lists within the default ceilometer configration files would extend should
will be replaced by the provided override. Previously, a nested list of
lists within the default ceilometer configuration files would extend should
a deployer provide an override matching an existing pipeline. The
extension of the defaults had a high probability to cause undesirable
outcomes and was very unpredictable.