diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-08 18:10:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-08 18:10:24 +0000 |
commit | 2a0261768a215aec590415b0ff4f2fffa24ee840 (patch) | |
tree | f739a8fd4fe5cfd06323ca9d3c06c16bdeac3444 /releasenotes | |
parent | 24c0e0d728162ef6be0593f2c65f2a7543a5aca4 (diff) | |
parent | 0b259c8d39cd2f36a43be4795a063a8a504d417f (diff) |
Merge "Standardize example role definitions"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/example-roles-d27c748090f6a154.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/example-roles-d27c748090f6a154.yaml b/releasenotes/notes/example-roles-d27c748090f6a154.yaml new file mode 100644 index 00000000..e27674da --- /dev/null +++ b/releasenotes/notes/example-roles-d27c748090f6a154.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + A set of example roles has been created in the roles folder in + tripleo-heat-templates. Management of services for roles should occur + in these role files rather than in roles_data.yaml. |