openstack-ansible-os_neutron/releasenotes/notes/service-conf-path-b27cab31dbc72ad4.yaml
Logan V f9d40a525e Allow Neutron services to specify config path
An example is I80546b6deefe0878398716d173b7dcc36c3bef3a where the
configuration needs to be dropped to /etc/calico.

By adapting this task we can allow services to deploy configs
to arbitrary paths instead of a statically set /etc/neutron.

Change-Id: I8c4c7f513074fbd154ab253182b83227628d44ef
2016-08-08 16:30:53 +00:00

7 lines
274 B
YAML

---
features:
- A new variable is supported in the ``neutron_services`` dictionary called
``service_conf_path``. This variable enables services to deploy their
config templates to paths outside of /etc/neutron by specifying a
directory using the new variable.