Duplicates in generated tables

In the table nova-db.xml, the backend and db_backend are duplicates in generated
tables. The db_backend should be deprecated.

See also the diff here:
https://review.openstack.org/#/c/34671/17/nova/openstack/common/db/api.py

The two backends should be distinguished.

Change-Id: I7b53a95a4d79bbe52041f39a06653e0a0fcb6523
Closes-Bug:#1226464
This commit is contained in:
llg8212 2013-12-30 11:20:03 +08:00
parent b640bd42f7
commit 2b48e3facb
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
</tr>
<tr>
<td>db_backend=sqlalchemy</td>
<td>(StrOpt) The backend to use for bare-metal database</td>
<td>(StrOpt) The backend to use for bare-metal database.(This option is deprecated, please use backend instead.)</td>
</tr>
<tr>
<td>db_check_interval=60</td>
@ -89,4 +89,4 @@
</tr>
</tbody>
</table>
</para>
</para>