Remove the duplicate words
Change-Id: I3c156fe4926cab2c0daa3ab0ca1c6dd9970c2cd8
This commit is contained in:
3 changed files with 3 additions and 3 deletions
@@ -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
@@ -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
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.