Fix typos in fuel-library-modularization.rst

TrivialFix:
"automaticly" should be "automatically"
"similiar" should be "similar"

Change-Id: I235e385e0f17db7c2185606dfe0cae162cdeffca
This commit is contained in:
zhangyanxian 2016-12-19 07:48:12 +00:00
parent 2f026c8b24
commit 965444a1be
1 changed files with 5 additions and 5 deletions

View File

@ -574,12 +574,12 @@ task during the deployment process and even during production deployment if we
decide to invent a method to run them.
There is olso another popular rspec framework for acceptace testing
https://github.com/puppetlabs/beaker that look similiar to serverspec but is
https://github.com/puppetlabs/beaker that look similar to serverspec but is
more popular in the OpenStack community. It uses either KVM or Docker
environment to test the manifests and includes means to apply tests automaticly
so its fit for both local developer testing and centralized CI Gate testing.
Unfortunately, it cannot work with local environments and cannot be used for
production system testing without modifications.
environment to test the manifests and includes means to apply tests
automatically so its fit for both local developer testing and centralized
CI Gate testing.Unfortunately, it cannot work with local environments and
cannot be used for production system testing without modifications.