88274ba134a0dd030f3d4080dca463d24f8fd265
Add openstack-config commands for fuel
Examples for fuel:
fuel openstack-config --env 1 --list
fuel openstack-config --env 1 [--node 1 | --role controller] --upload
--file config.yaml
fuel openstack-config --config 1 --download --file config.yaml
fuel openstack-config --env 1 [--node 1 | --role controller] --execute
Change-Id: Id701d4b8408bd275ac6e7bc53ca23b9f3deb4f6d
Implements: blueprint openstack-config-change
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