diff --git a/doc/source/cli/freezer-agent.rst b/doc/source/cli/freezer-agent.rst index 3dae9a80..34813331 100644 --- a/doc/source/cli/freezer-agent.rst +++ b/doc/source/cli/freezer-agent.rst @@ -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 diff --git a/doc/source/user/installation.rst b/doc/source/user/installation.rst index 6f46d544..87450ee3 100644 --- a/doc/source/user/installation.rst +++ b/doc/source/user/installation.rst @@ -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.