The current Tacker implementation does not support PostgreSQL, and differences between the MySQL and PostgreSQL implementations can cause errors in practice. This patch implements PostgreSQL support through Tacker and tacker-db-manage. Note that UT/FT is not added because conventional tests can cover this patch. Implements: blueprint support-multidb-backend Change-Id: Ide07befdb26f6b173d1185fe0dbcf59f8f3dbf81
6 lines
184 B
YAML
6 lines
184 B
YAML
features:
|
|
- |
|
|
Support Tacker and tacker-db-manage for Multi DB backend,
|
|
especially PostgreSQL.
|
|
Use PostgreSQL as Tacker database via Devstack
|
|
for Tacker Installation. |