yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73511
[Bug 1778733] [NEW] nova-manage api_db sync CLI help is wrong
Public bug reported:
https://docs.openstack.org/nova/latest/cli/nova-manage.html#nova-api-
database
nova-manage api_db sync
Sync the api cells database up to the most recent version. This is the standard way to create the db as well.
There are three things wrong here:
1. It's missing the --version option.
2. There is no "api cells database", it should just say API database.
3. It does not create a database, you must have already created the
database. The sync command just creates the database schema (table
definitions, indexes, etc).
--
Starting in 18.0.0 Rocky, it will also synchronize the optionally
configured placement database, so we might as well mention that.
** Affects: nova
Importance: Medium
Assignee: Matt Riedemann (mriedem)
Status: Triaged
** Tags: docs nova-manage
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1778733
Title:
nova-manage api_db sync CLI help is wrong
Status in OpenStack Compute (nova):
Triaged
Bug description:
https://docs.openstack.org/nova/latest/cli/nova-manage.html#nova-api-
database
nova-manage api_db sync
Sync the api cells database up to the most recent version. This is the standard way to create the db as well.
There are three things wrong here:
1. It's missing the --version option.
2. There is no "api cells database", it should just say API database.
3. It does not create a database, you must have already created the
database. The sync command just creates the database schema (table
definitions, indexes, etc).
--
Starting in 18.0.0 Rocky, it will also synchronize the optionally
configured placement database, so we might as well mention that.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1778733/+subscriptions
Follow ups