Fix typos in the yml files

Change-Id: I0d113aa3d1c1eb89ce98f1cbc6febf9ac3173a7c
This commit is contained in:
ShangXiao 2019-11-05 16:32:57 +08:00
parent 197e5d77f5
commit 453166431a
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ issues:
- Due to a change in how backend_host is defined when using Ceph, all the
Cinder volumes will restart under the same backend name. This will mean
that any volumes which previously were assigned to the host or container
that hosted the volume will no longer be managable. The workaround for
that hosted the volume will no longer be manageable. The workaround for
this is to use the `cinder-manage volume update_host` command to move
those volumes to the new backend host. This known issue will be resolved
soon with an upgrade playbook.

View File

@ -5,6 +5,6 @@ features:
- The task dropping the cinder systemd unit files now uses the
``config_template`` action plugin allowing deployers access to
customize the unit files as they see fit without having to
load extra options into the defaults and polute the generic
load extra options into the defaults and pollute the generic
systemd unit file with jinja2 variables and conditionals.