murano/murano/common
Felipe Monteiro 12024a7ae2 Policy in code for categories
This commit implements policy in code for categories
API. The default rules for the categories API were
removed from the policy.json and moved into code under
murano.common.policies.category.

This commit specifically:
  - Moves policy actions related to the categories
    API from the policy.json into code.
  - Documents the API information and paths associated with
    each category-related policy.

Partially Implements: blueprint policy-in-code
Change-Id: I7171369650d7d55ed44154481d03d48153f3640a
2017-06-09 18:11:16 +01:00
..
helpers Replace six iteration methods with standard ones 2016-12-01 16:07:09 +08:00
messaging Adds TLS/SSL Version Support to Murano Engine. 2017-03-13 12:24:28 -04:00
plugins Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
policies Policy in code for categories 2017-06-09 18:11:16 +01:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
app_loader.py Modified docstrings to comply with pep8 H405 style check 2016-05-10 20:18:23 +00:00
auth_utils.py Modify Default Domain 2017-05-15 11:41:05 +08:00
cf_config.py Use HostAddressOpt for opts that accept IP and hostnames 2017-03-23 10:03:25 +08:00
config.py Make murano auth with murano_auth section instend of keystone_authtoken 2017-04-21 10:37:44 +08:00
consts.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
engine.py Set access_policy for messaging's dispatcher 2017-04-08 12:13:31 +05:30
exceptions.py Replace HTTP 415 return code to HTTP 406 when it's correct 2016-02-10 13:02:53 +03:00
i18n.py Remove log translations 2017-04-03 12:11:20 +08:00
policy.py Policy in code 2017-05-31 15:20:18 +00:00
rpc.py [messaging] Using get_notification_transport() 2016-09-20 15:31:48 +08:00
server.py Set access_policy for messaging's dispatcher 2017-04-08 12:13:31 +05:30
statservice.py Remove log translations 2017-04-03 12:11:20 +08:00
utils.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
uuidutils.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-03-27 10:36:35 +08:00
wsgi.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
xmlutils.py Add bandit job to the pep8 gate for Murano 2017-04-27 23:22:20 +00:00