Delete a deployment workflow

Delete a deployment workflowΒΆ

Fuel stores the information about all deployment workflows associated with each deployment of an environment as well as custom workflows if any. You can delete deployment workflows using the Fuel web UI or Fuel CLI.

To delete a deployment workflow using the Fuel web UI:

  1. Log in to the Fuel web UI.
  2. Select the required OpenStack environment.
  3. Go to the Workflows tab.
  4. Click Delete in the required workflow field.

To delete a deployment workflow using the Fuel CLI:

  1. Log in to the Fuel Master node CLI.

  2. Delete the required workflow using the fuel2 graph delete command.

    Example:

    fuel2 graph delete -e 1 -t provision
    
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