Caution
The Fuel command-line interface has been updated. Although old
fuel
commands are still available, we recommend that you use
the new fuel2
commands instead. See
the Fuel CLI commands comparison matrix.
The following table describes the plugin management commands available in the Fuel CLI.
Note
To view the list of all available options, use the
fuel plugins --help
command.
Description | Command | Example |
---|---|---|
Install a Fuel plugin from an .fp package. |
fuel plugins --install <fuel-plugin-file> |
|
Install a Fuel plugin from an .rpm package. |
yum install <fuel-plugin-file> |
|
Register a Fuel plugin installed using
yum install from an .rpm package in Nailgun. |
fuel plugins --register <fuel-plugin-name>==<fuel-plugin-version> |
|
View the list of installed plugins. | fuel plugins --list |
fuel plugins --list
System response: id | name | version | package_version
---|---------------------------|----------|----------------
1 | <fuel-plugin-name> | 1.0.0 | 2.0.0
|
Remove a plugin. | fuel plugins --remove <fuel-plugin-name>==<fuel-plugin-version> |
|
Upgrade a Fuel plugin installed from the Note Upgrades are not supported for major versions of plugins installed
from the |
fuel plugins --update <fuel-plugin-file> |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.