Add option to disable contrail DNS
Add option to disable contrail-dns and contrail-named
service. This is disabled by default.
This feature is handled by model. All you need is add
pillar to opencontrail control on which the services should
be disabled:
opencontrail:
control:
disable_dns: True
To stop services cmd.run state is used. I tried service.dead
and supervisord.dead module, but they did not worked.
Closes-Bug: #PROD-18099
Change-Id: I3d3cc1130a35e3039626fa64c850033bdfb57bd8
1 file changed