Go to file
Dmitry Shulyak 422414d231 Add actions to operate on role entity
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
2015-03-05 17:34:51 +02:00
2015-01-13 11:57:41 +01:00
2015-01-13 11:57:41 +01:00
2014-04-10 15:23:25 +04:00
2014-11-14 13:24:09 +01:00
2015-01-24 06:40:06 +01:00
2015-02-13 10:31:17 +01:00
2015-02-13 10:31:17 +01:00

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:

https://launchpad.net/fuel

Development documentation is hosted here:

http://docs.mirantis.com/fuel-dev

User guide can be found here:

http://docs.mirantis.com

Any additional information can be found on the Fuel's project wiki

https://wiki.openstack.org/wiki/Fuel

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

http://docs.openstack.org/infra/manual/developers.html

Description
RETIRED, Client for Fuel.
Readme 14 MiB