422414d231ddbfd5cf1f8b3b5af560a9f119acba
Commands to read/create/delete/update roles in fuel Save role data into file: fuel role --role compute --rel 1 --file compute.yaml Read and update role in fuel fuel role --rel 1 --update --file compute.yaml Delete role from fuel fuel role --rel 1 --role compute --delete Create role fuel role --rel 1 --create --file new_role.yaml DocImpact implements blueprint create-role-with-nailgun-api Change-Id: I2f948c03de5de4ff859df3e7d1bde9cb3c226030
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