murano/murano
Valerii Kovalchuk 7d186c191d Implement API call and RPC call for static actions
Static public methods can be called synchronously through the
API call without creating environment, object instances and
database records. It is proposed to make RPC call as the single
request-responce for now.
However async API and RPC calls may also be implemented later
exploiting the same pattern as for calling instance methods.
New call can be done through client method (see
Ib6a60f8e33c5d3593a55db9f758e94e27f0a4445)
Tempest and unit tests are added.

APIImpact
Implements: blueprint static-actions
Change-Id: I17ab2eba0fd6c42309667f42d0644d21940ab02d
2016-07-07 17:21:59 +00:00
..
api Implement API call and RPC call for static actions 2016-07-07 17:21:59 +00:00
cfapi Move service broker api to the top level 2016-05-31 21:33:06 -04:00
cmd Improved Test-Runner's output 2016-06-30 19:26:09 +03:00
common Implement API call and RPC call for static actions 2016-07-07 17:21:59 +00:00
db Merge "Fix application template update" 2016-06-28 08:58:04 +00:00
dsl Implement API call and RPC call for static actions 2016-07-07 17:21:59 +00:00
engine Convert script line endings for the target OS 2016-06-29 22:17:25 +03:00
hacking Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
locale Imported Translations from Zanata 2016-04-19 06:30:47 +00:00
packages Implement new syntax for action declaration 2016-06-25 15:13:16 +03:00
policy Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
releasenotes/notes Improved Test-Runner's output 2016-06-30 19:26:09 +03:00
services Implement API call and RPC call for static actions 2016-07-07 17:21:59 +00:00
tests Implement API call and RPC call for static actions 2016-07-07 17:21:59 +00:00
__init__.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00
context.py 'GetPackageUI' API can now be called even if Glare is used 2016-04-08 15:27:10 +00:00
opts.py Generate separate db for murano service broker 2016-05-31 21:25:33 -04:00
utils.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
version.py Extract version definition to a separate file 2014-11-10 13:02:56 +04:00