Go to file
Andriy Popovych fe289321ac Node labels support
This patch implement support for node custom attributes

Filter nodes by specific labels:
fuel2 node list --labels "label_key_1=label_val_1" [..]

List all labels in system or only for specific nodes:
fuel2 node label list --nodes 1 2

Set label(s) for all or only specific nodes:
fuel2 node label set "label_key_1=label_val_1" [..] --nodes 1 2

Delete label(s) by key for all or only specific nodes:
fuel2 node label delete "label_key_1" [..] --nodes 1 2

Implements: blueprint node-custom-attributes
Change-Id: Iaa00219a8e4a9c5fa62df2ce4d59057ef17e89a0
2015-07-24 07:38:38 +02:00
2015-07-24 07:38:38 +02:00
2015-06-09 13:15:39 +03:00
2015-01-13 11:57:41 +01:00
2015-01-13 11:57:41 +01:00
2014-11-14 13:24:09 +01:00
2015-07-01 15:35:23 +02:00
2015-07-24 07:38:38 +02: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:

https://docs.fuel-infra.org/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, further work has moved to Debian project infrastructure
Readme 1.3 MiB