Fix typos in docs

Change-Id: Ib3e9b09c7e3acbdabf83edda08a4b2767c669108
This commit is contained in:
David Rabel 2018-05-03 12:56:48 +02:00
parent 1ebd6d12ef
commit 54a00153c3
2 changed files with 2 additions and 2 deletions

View File

@ -637,7 +637,7 @@ OPTIONS
:Default: ``swift``
:Valid Values: local, swift, ssh, s3
Storage for backups. Can be Swift, Local, SSH and S3 now. Swift is default storage now. Local stores backupson the same defined path, swift will store files in container, and s3 will store files in bucket in S3 compatible storage.
Storage for backups. Can be Swift, Local, SSH and S3 now. Swift is default storage now. Local stores backups on the same defined path, swift will store files in container, and s3 will store files in bucket in S3 compatible storage.
.. oslo.config:option:: access_key

View File

@ -4,7 +4,7 @@ Freezer Agent Installation
Before Installation
-------------------
- Freezer contains two component: Freezer Agent
(freezer-agent) and Freeze Scheduler (freezer-scheduler).
(freezer-agent) and Freezer Scheduler (freezer-scheduler).
- Install Freezer Agent from source (It is not hard).
- Chose correct version of Freezer Agent that corresponds other Freezer
components and your OpenStack version.