SQL-Alchemy -> SQLAlchemy

The correct spelling is "SQLAlchemy" (no dash). See:
http://www.sqlalchemy.org/

Change-Id: I4a314f17d584bb7bf38c7a2b22943989528e997c
This commit is contained in:
Diana Clarke 2017-01-09 15:00:41 -05:00
parent 2666f6f77d
commit 5e3d2e8550
2 changed files with 2 additions and 2 deletions

View File

@ -99,5 +99,5 @@ SQL database
- Projects
Theoretically, OpenStack Compute can support any database that
SQL-Alchemy supports. Common databases are SQLite3 for test and
SQLAlchemy supports. Common databases are SQLite3 for test and
development work, MySQL, MariaDB, and PostgreSQL.

View File

@ -3570,7 +3570,7 @@ S
The Compute VM scheduling algorithm that attempts to start a new
VM on the host with the least amount of load.
SQL-Alchemy
SQLAlchemy
An open source SQL toolkit for Python, used in OpenStack.