OVN: Add exec puppet tag to ovn-controller service file

The depends on patch (in puppet-ovn) now makes use of "exec" to set
mac table size of provider bridges. We need "exec" puppet tag
to run that successfully.

Depends-On: I8f392c7807c4c6a152dfa4b77c7f4350b44324c0
Change-Id: Ie7f000c658cab31dd6f453e02b55ac244d0328e2
Closes-bug: #1779706
This commit is contained in:
Numan Siddique 2018-07-17 22:11:19 +05:30
parent d8b7b192ae
commit ddb2116804
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ outputs:
service_config_settings: {get_attr: [OvnControllerBase, role_data, service_config_settings]}
# BEGIN DOCKER SETTINGS
puppet_config:
puppet_tags: vs_config
puppet_tags: vs_config,exec
config_volume: ovn_controller
step_config:
get_attr: [OvnControllerBase, role_data, step_config]