kolla/releasenotes/notes/allow_setting_group_in_config_files-cef8580912854741.yaml
Martin André 748a056b09 Allow setting copied files group more precisely
Previously with the config_files structure of config.json, the group
name was automatically set to the one of the user name. It is now
possible to set the group name in the same fashion than the
'permissions' structure with:

  owner: 'desired_owner:desired_group'

Closes-Bug: #1696095
Change-Id: Ibae9f74e2351c81a717294467aedc51ea773c41e
2017-06-21 18:17:44 +02:00

5 lines
169 B
YAML

---
features:
- Allow setting the copied files's group via the 'config_files' structure of
config.json, in the same fashion than the 'permissions' attribute does.