placement-manage <category> <action>
placement-manage is used to perform administrative tasks with the placement service. It is designed for use by operators and deployers.
The standard pattern for executing a placement-manage
command is:
placement-manage [-h] [--config-dir DIR] [--config-file PATH]
<category> <command> [<args>]
Run without arguments to see a list of available command categories:
placement-manage
You can also run with a category argument such as db
to see a list of all
commands in that category:
placement-manage db
Configuration options (for example the [placement_database]/connection
URL) are by default found in a file at /etc/placement/placement.conf
. The
config-dir
and config-file
arguments may be used to select a different
file.
The following sections describe the available categories and arguments for placement-manage.
placement-manage db version
placement-manage db sync
[placement_database]/connection
in the
configuration file used by placement-manage. If the connection
option
is not set, the command will fail. The defined database must already exist.Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.