replace proccess with process

Change-Id: Idceae610c388e1eca63339db67ad10274a700a07
This commit is contained in:
baiwenteng 2018-02-07 17:31:42 +08:00
parent ffad0d80c2
commit 04de5d3ad7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ For sqlalchemy:
* Migration strategy for Flavor and Pools table:
#. Query all the Pools, and then proccess every record as follows:
#. Query all the Pools, and then process every record as follows:
#. Find Flavors.name where Flavors.pool_group = Pools.group
#. Modify Pools.flavor = Flavors.name