
This commit implements policy in code for the environment templates API. The default rules for the environment templates API were removed from the policy.json and moved into code under murano.common.policies.env_template. This commit specifically: - Moves policy actions related to the environment templates API from the policy.json into code. - Documents the API information and paths associated with each environment template policy. - Updates the ``create_environment`` policy action documentation in murano.common.policies.environment to include API /v1/templates/{env_template_id}/create-environment which enforces this policy as well. Partially Implements: blueprint policy-in-code Change-Id: I715f4b0a61fd4404e20b88736a9a4c86fc038b55
Team and repository tags
Murano
Murano Project introduces an application catalog, which allows application developers and cloud administrators to publish various cloud-ready applications in a browsable categorised catalog. Cloud users -- including inexperienced ones -- can then use the catalog to compose reliable application environments with the push of a button.
Project Resources
- Murano Official Documentation
- Project status, bugs, and blueprints are tracked on Launchpad
- Additional resources are linked from the project Wiki page
- Python client
License
Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
Description