Fix duplicated words issue like "is is provided to"
This is to fix the duplicated words issue like "This object is is provided to the plugin" Change-Id: I857463b9fd9a1db9763fd0a335c8b9413f35ed62
This commit is contained in:
parent
c33675508c
commit
1e8d93841f
@ -24,7 +24,7 @@ include:
|
||||
- '*.pyw'
|
||||
|
||||
# a list of strings, which if found in the path will cause files to be excluded
|
||||
# for example /tests/ - to remove all all files in tests directory
|
||||
# for example /tests/ - to remove all files in tests directory
|
||||
exclude_dirs:
|
||||
|
||||
profiles:
|
||||
|
@ -337,7 +337,7 @@ Group of instances.
|
||||
Cluster
|
||||
-------
|
||||
|
||||
Contains all relevant info about cluster. This object is is provided to the
|
||||
Contains all relevant info about cluster. This object is provided to the
|
||||
plugin for both cluster creation and scaling. The "Cluster Lifecycle" section
|
||||
below further specifies which fields are filled at which moment.
|
||||
|
||||
|
@ -63,7 +63,7 @@ starting to pack it, also enable some required repos.
|
||||
Installation and developer notes
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The script is part of of the Sahara repository, but it does not depend
|
||||
The script is part of the Sahara repository, but it does not depend
|
||||
on the Sahara services. In order to use its development version,
|
||||
clone the `Sahara repository <https://opendev.org/openstack/sahara>`_,
|
||||
check out the branch which matches the Sahara version used, and
|
||||
|
Loading…
Reference in New Issue
Block a user