Merge "Remove the duplicate words"

This commit is contained in:
Zuul 2019-01-04 00:06:27 +00:00 committed by Gerrit Code Review
commit 9109cf2e74
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ optionally executed, to make the running schema match the model.
The existing schema management workflow is the 'db sync' command to
nova-manage. This is managed by sqlalchemy-migrate and uses individual
migration scripts. This workflow will remain for now, but is expected
to be be removed at some future time, leaving the expand/contract
to be removed at some future time, leaving the expand/contract
workflow as the way to manage the database schema.
Until the sqlalchemy-migrate workflow is removed, all schema changes

View File

@ -58,7 +58,7 @@ optionally executed, to make the running schema match the model.
The existing schema management workflow is the 'db sync' command to
nova-manage. This is managed by sqlalchemy-migrate and uses individual
migration scripts. This workflow will remain for now, but is expected
to be be removed at some future time, leaving the expand/contract
to be removed at some future time, leaving the expand/contract
workflow as the way to manage the database schema.
Until the sqlalchemy-migrate workflow is removed, all schema changes

View File

@ -68,7 +68,7 @@ Proposed change
* Add a new flag, vendordata_providers, which is a list of the names of
modules which add vendordata to the instance metadata. The current
vendordata_json module will be be presented as "StaticJSON" in this list.
vendordata_json module will be presented as "StaticJSON" in this list.
* Add a new module which hooks the name "DynamicJSON" and which has a flag to
configure a list of URLs to REST microservices which provide dynamic