kolla-ansible/ansible/roles/neutron/tasks
Bertrand Lallau a3dfdfc085 Simplify Openstack services configuration possibilities
Actually Openstack services configuration can be overriden using many
files:
- /etc/kolla/config/<< service name >>/<< config file >>
- /etc/kolla/config/<< service name >>/<<host>>/<< config file >>
- /etc/kolla/config/global.conf
- /etc/kolla/config/database.conf
- /etc/kolla/config/messaging.conf

Only per-service configuration is actually documented here:
https://github.com/openstack/kolla-ansible/blob/master/doc/advanced-configuration.rst#L164

Allowing to globally modify service configuration can be perform too,
but it can be done in 3 different manners, all not documented:
- /etc/kolla/config/global.conf
- /etc/kolla/config/database.conf
- /etc/kolla/config/messaging.conf

database.conf and messaging.conf seems redundant with global.conf.
In order to simplify codebase it seems logical to remove them.

Documentation has been added for overriding configuration globally and
release note has been added too.

Closes-Bug: #1682479
Change-Id: I5d922dfc0d938173bad34ac64e490b78db1b7e31
2017-09-13 17:47:36 +02:00
..
bootstrap_service.yml Finish/fix neutron sfc service 2017-07-19 09:06:24 +01:00
bootstrap.yml Fix the database user name for all roles 2017-06-20 21:19:31 +08:00
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
config-neutron-fake.yml Simplify Openstack services configuration possibilities 2017-09-13 17:47:36 +02:00
config.yml Simplify Openstack services configuration possibilities 2017-09-13 17:47:36 +02:00
deploy.yml Optimize reconfigure action for neutron 2017-02-12 15:39:41 +00:00
ironic-check.yml Convert Neutron to thin containers 2016-02-06 07:13:47 +00:00
main.yml Allow neutron role to pull images 2016-01-06 04:23:28 +00:00
precheck.yml Avoid launching "local" actions too many times 2017-07-05 15:55:39 +02:00
pull.yml Optimize reconfigure action for neutron 2017-02-12 15:39:41 +00:00
reconfigure.yml Remove symlink in reconfigure tasks 2017-07-03 09:34:21 +00:00
register.yml Remove unnecessary until in register.yml file 2017-02-04 14:38:54 +08:00
upgrade.yml Optimize reconfigure action for neutron 2017-02-12 15:39:41 +00:00