de694f7164
This patch fixes existing specs to totally conform to tox py27 environment tests as specified by tests/test_titles.py. Semantic information of all existing specs has not been changed. Specifically, this patch makes the following changes: * Fixes all titles and subtitles' capitalization inconsistencies: defaulting to only having the first word being capitalized (this seems to be the general rule in group-based-policy-specs); * Adds missing titles and subtitles to some specs; * Changes tests/test_titles.py for consistency: only 1st word capitalized; * Changes tests/tests_titles.py: subtitle count inside Testing or Documentation impact no longer restricted to 0. Change-Id: I88e30b0825f5279a8c6808fd9a2fc2987b6611f9 Closes-Bug: #1437282
1.9 KiB
1.9 KiB
Heat Support for grouppolicy resources
https://blueprints.launchpad.net/group-based-policy-automation/+spec/group-based-policy-automation
Add support for group based policy resources in heat.
Problem description
Openstack networking is being extended with policy and connectivity abstractions to enable simplified application oriented interfaces. The resources include policy and connectivity abstractions.
Proposed change
Adding the following group based policy resources to heat: Endpoint Endpoint-Group L3Policy L2Policy
Policy-Actions Policy-Classifiers Policy-Rules
Contracts Contract-Scopes Filters Capabilities Roles Selectors Policy-Labels
Alternatives
None
Data model impact
None
REST API impact
None
Security impact
None
Notifications impact
None
Other end user impact
None
Performance impact
None
Other deployer impact
None
Developer impact
None
Implementation
Assignee(s)
Susaant Kondapaneni (susaant)
Work items
- Implement resources for Endpoint, EndpointGroup, L3Policy and L2Policy
- Implement resources for Policy-Actions, Policy-Rules and Policy-classifiers
- Implement resources for Contracts, Contract-Scopes, Policy-Labels
- Implement resources for Filters, Selectors, Capabilities, Roles
Dependencies
- [1] Group-based policy abstractions: https://review.openstack.org/#/c/123494
Testing
None
Documentation impact
None
References
None