Fix typo in fuel-library-modularization.rst

"automaticly" should be "automatically"

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

View File

@ -576,10 +576,10 @@ 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
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.