deb-murano/meta
Serg Melikyan 8c91052b47 Add support for actions in engine
Methods in MuranoPL now can be marked with Usage attribute
to specify whether particular method available for remote
call or not. By default usage is Runtime (not available for
remote call).

Workflow:
  migrateVm:
    Usage: Action
    Arguments:
      - killExisting:
          Contract: $.bool()
          Default: True

Change-Id: If3da3c6bf67aa79d522d82abbf3b5378f72e87ae
Partially-Implements: blueprint application-actions
2014-06-03 14:01:41 +04:00
..
io.murano Add support for actions in engine 2014-06-03 14:01:41 +04:00
io.murano.lib.networks.Neutron Use HOT instead of CFN heat template format 2014-05-07 16:46:28 -05:00
README.md Delete ActiveDirectory application 2014-04-25 15:15:36 +04:00

Murano Classes Metadata

This folder contains only 'core library' classes for Murano.

Any file located here will be included into Murano package (deb/rpm) and imported automatically during installation.

Any other classes should be imported manually via CLI or UI.

Such classes could be found in one of two external repositories: