36ab43141c3b14a946614c3538b894b7258ded15
Add commands that allow to download and upload node attributes
for specified nodes:
fuel node --node-id 1 --attributes --upload [--dir DIR]
fuel node --node-id 1 --attributes --download [--dir DIR]
Change-Id: Ic368f393ed59e88631080ec8c3b3a7c0e29f6913
Implements: blueprint support-numa-cpu-pinning
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