Virtual IP management commands

Virtual IP 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 virtual IP management commands available in the Fuel CLI.

Virtual IP management commands
Description Command Example

Download a virtual IP (VIP) configuration for a specific environment to a specified file.

Variables:

  • <ENV_ID> - an environment ID
  • <FILE_NAME> - a name of the yaml file where to save a VIP configuration (optional).
fuel --env <ENV_ID> vip --download --file <FILE_NAME>
fuel --env 1 vip --download --file vip.yaml
Upload a VIP configuration for a specific environment from a specified file. fuel --env <ENV_ID> vip --upload --file <FILE>
fuel --env 1 vip --upload --file vip.yaml
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