python-fuelclient/fuelclient/v1
Ilya Kutukov a23cc5e94f Graph list now working for all levels, not only cluster
Before this patch it was possible only to view list of graphs
that are related to cluster level of given env and no more.

Now graphs list for env is returning all graphs
related to it (release, plugins and cluster level).

Now the following commands are possible:

fuel2 graph list [--env ENV_ID] [--cluster] [--plugins] [--release]

All options working as filter narrowing list to the given environment
related graphs and/or graphs levels.

Change-Id: I006cf6767a9bf0d89af5026728bd13ddc42c4aa8
Partial-Bug: #1563851
Closes-Bug: #1621585
2016-09-19 10:58:56 +03:00
..
__init__.py Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
base_v1.py Add filters to 'fuel2 task list' command 2016-09-12 16:54:06 +03:00
cluster_settings.py Remove APIClient singleton from fuelclient library 2016-04-28 14:08:39 +02:00
deployment_history.py Deployment history --include-summary 2016-09-05 17:03:53 +03:00
deployment_info.py Remove APIClient singleton from fuelclient library 2016-04-28 14:08:39 +02:00
environment.py Noop run on specified set of nodes 2016-09-02 10:59:16 +03:00
fuelversion.py Remove APIClient singleton from fuelclient library 2016-04-28 14:08:39 +02:00
graph.py Graph list now working for all levels, not only cluster 2016-09-19 10:58:56 +03:00
network_configuration.py Remove APIClient singleton from fuelclient library 2016-04-28 14:08:39 +02:00
network_group.py Remove APIClient singleton from fuelclient library 2016-04-28 14:08:39 +02:00
node.py Add fuel2 commands to undiscover nodes 2016-08-11 13:00:10 +03:00
openstack_config.py Run commands with --debug in tests 2016-07-22 16:10:28 +02:00
plugins.py Remove APIClient singleton from fuelclient library 2016-04-28 14:08:39 +02:00
release.py Add 'fuel2 release component list' command 2016-08-01 16:56:00 +03:00
role.py Release a new 'fuel2 role *' commands 2016-09-01 10:52:50 +03:00
sequence.py Added commands to manage deployment sequences 2016-09-09 10:49:29 +03:00
snapshot.py Add fuel2 diagnostic snapshot commands 2016-08-25 09:49:11 +00:00
task.py Add filters to 'fuel2 task list' command 2016-09-12 16:54:06 +03:00
vip.py Add 'vip_namespace' optional argument for fuel2 VIP create command 2016-05-31 18:27:07 +03:00