6844690c0f50385509eca3ccc0bf800609c66606
Following commands are added:
* fuel2 graph upload --env env_id [--type graph_type] --file tasks.yaml
* fuel2 graph upload --release release_id [--type graph_type] --file tasks.yaml
* fuel2 graph upload --plugin plugin_id [--type graph_type] --file tasks.yaml
--type is optional. ‘default’ graph type with confirmation should be used
if no type is defined.
* fuel2 graph execute --env env_id [--type graph_type] [--node node_ids]
Graph execution available only for the environment.
Change-Id: I33b168b7929b10200709efc58fd550f8779b39ae
Partial-Bug: #1563851
DocImpact
(cherry picked from commit 7a9cd8abec)
python-fuelclient
python-fuelclient provides a CLI tool and a Python API wrapper for interacting with Fuel.
Project resources
- Project status, bugs, and blueprints are tracked on Launchpad:
- Development documentation is hosted here:
- User guide can be found here:
- Any additional information can be found on the Fuel's project wiki
Anyone wishing to contribute to python-fuelclient should follow the general OpenStack process. A good reference for it can be found here: https://wiki.openstack.org/wiki/How_To_Contribute
Description