mistral/mistral/utils
Renat Akhmerov efc4cf078e Use v2 designate client instead of v1
* Module designateclient.v1 doesn't exist anymore after
  python-designateclient 3.0.0 is out. The new client
  requires a keystone session so all other parameters
  were dropped. Since this service now requires a
  a session the generator test now mocks the method
  _get_fake_client() for this action.
* Minor style changes.

Change-Id: Ida722828e3f1481e08f52257405ddfa2175733fa
2019-09-18 14:42:56 +07:00
..
openstack Use v2 designate client instead of v1 2019-09-18 14:42:56 +07:00
__init__.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
expression_utils.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
filter_utils.py Fix a typo 2017-05-04 16:48:43 +08:00
inspect_utils.py inspect.getargspec is deprecated on py3 2019-04-15 10:30:20 +03:00
javascript.py Added JavaScript evaluator which doesn't require a compilation 2018-04-23 17:04:18 +00:00
profiler.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
rest_utils.py Add "published_global" field to the task execution REST resource 2019-09-05 04:37:03 +00:00
ssh_utils.py Adds private_key parameter in the standard ssh actions 2018-12-05 08:10:57 +01:00
wf_trace.py Fix wf_trace info adding useless space at some conditions 2017-11-15 00:48:49 -05:00