Yesterday, openstack@lists.launchpad.org was migrated with all users to openstack@list.openstack.org. This patch updates references to the old mailing list with the new, to ensure that people encountering them don't accidentally try and join the old list! Change-Id: I76242f4f4f0c8c2418068ea709ab2f7aa4502fd5
1.5 KiB
nova-baremetal-manage
Manage bare-metal DB in OpenStack Nova
- Author
- Date
-
2012-10-17
- Copyright
-
OpenStack Foundation
- Version
-
2013.1
- Manual section
-
1
- Manual group
-
cloud computing
SYNOPSIS
nova-baremetal-manage <category> <action> [<args>]
DESCRIPTION
nova-baremetal-manage manages bare-metal DB schema.
OPTIONS
The standard pattern for executing a nova-baremetal-manage command
is:
nova-baremetal-manage <category> <command> [<args>]
Run without arguments to see a list of available command categories:
nova-baremetal-manage
Categories are db. Detailed descriptions are below.
You can also run with a category argument such as "db" to see a list
of all commands in that category:
nova-baremetal-manage db
These sections describe the available categories and arguments for nova-baremetal-manage.
Bare-Metal DB
nova-baremetal-manage db version
Print the current database version.
nova-baremetal-manage db sync
Sync the database up to the most recent version. This is the standard way to create the db as well.
FILES
/etc/nova/nova.conf: get location of bare-metal DB
SEE ALSO
BUGS
- Nova is maintained in Launchpad so you can view current bugs at OpenStack Nova