Plugin management commands

Plugin management commands

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.

Plugin management commands
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 .rpm package.

Note

Upgrades are not supported for major versions of plugins installed from the .rpm package, as well as for plugins installed from the .fp packages. For example, you can only upgrade a Fuel plugin installed from an .rpm package from version 1.0.0 to 1.0.1.

fuel plugins --update <fuel-plugin-file>  
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.

Contents