senlin/senlin/tests/unit
Bo Tran 8a5460c591 Add cluster_id to action filter in API
Current, an action was created haven't information of a cluster.
When a specific action is created, we do not know what action this action takes
in a cluster and when we execute the query API:

GET http://senlin_host:8777/actions

so many actions are returned even though we can limit using parameters
such as name, target, action, status combined with limit and marker.
But, we can't just get the actions executed in a particular cluster.
So, I want us to be able to do this by enabling the query with a cluster_id parameter.
To accomplish this, I need to modify the schema of
action models and action tables in the database of senlin service.

Change-Id: I49d172414eecf9158192cf0869abb91822ee2226
2019-10-29 10:35:22 +07:00
..
api Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
cmd Check health policy v1.0 before upgrade 2019-02-25 20:12:53 +00:00
common Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
db Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
drivers Delete VMs in error state after creation 2019-10-11 23:40:00 +00:00
engine Add cluster_id to action filter in API 2019-10-29 10:35:22 +07:00
events Removed extra underlines in tests 2018-09-19 22:53:00 +00:00
objects Add tainted field to nodes 2019-10-22 21:27:55 +00:00
policies Add tainted field to nodes 2019-10-22 21:27:55 +00:00
profiles Use named argument for nova timeout 2019-10-14 21:41:03 +00:00
__init__.py Remove i18n.enable_lazy() call from senlin.cmd 2018-11-05 12:20:52 -05:00
fakes.py Trivial code cleanups 2018-07-22 01:05:16 -07:00
test_common_constraints.py Trivial code cleanups 2018-07-22 01:05:16 -07:00
test_common_context.py Remove tox unit test warnings 2017-12-18 05:05:02 -05:00
test_common_exception.py Test case for common policy enforcer 2015-08-07 23:45:16 -04:00
test_common_messaging.py Prepare engine and client for object parameters 2016-10-12 10:14:59 -04:00
test_common_policy.py Test case for common policy enforcer 2015-08-07 23:45:16 -04:00
test_common_scaleutils.py Add tainted field to nodes 2019-10-22 21:27:55 +00:00
test_common_schema.py Merge "Removed extra underlines in tests" 2018-09-25 02:59:31 +00:00
test_common_utils.py Convert requests response from byte to string 2018-12-17 18:46:33 +00:00
test_hacking.py Add a hacking check rule 2016-11-24 15:26:04 +08:00
test_rpc_client.py Use call to repleace call2 2016-12-29 22:20:16 +08:00