ff75b0cf4b
Basic changes to allow for greater flexibility in detailed configurations that may scale beyond a single coductor host, or cases where a remote database server may need to be utilized. Also removed a note from the defaults file which no longer made sense. I think it was an incomplete thought that I had accidently committed at some point. Change-Id: Ieea8e4c6a847eebfb80001d301da22e8e562b9bb
16 lines
637 B
YAML
16 lines
637 B
YAML
---
|
|
features:
|
|
- |
|
|
Bifrost now supports the definition of a specific database server,
|
|
username, password, and database name for ironic and ironic-inspector.
|
|
- |
|
|
If the host for the database is not set to ``localhost``, then actions
|
|
such as database and user creation are skipped. This functionality
|
|
is present in both the bootstrapping for ironic, ironic-inspector, and
|
|
keystone, and applies to initial explicit database schema creation steps
|
|
where applicable.
|
|
deprecations:
|
|
- |
|
|
Use of the ``ironic_db_password`` variable as an available default will
|
|
be removed in the Queens release of bifrost.
|