diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-25 21:08:06 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-25 21:08:06 +0000 |
commit | 77f6c40352adaad6e59b9f39435406a8176e134f (patch) | |
tree | 1bbafd8ac98d73dbc801da6337f060121e44facb /puppet/services/gnocchi-api.yaml | |
parent | fcf132079f5120d3eed6a786bd3dfa9ab87d3a3a (diff) | |
parent | 5195d7f8910f7d1ce0895caa133b028a727f8622 (diff) |
Merge "Composable firewall rules"
Diffstat (limited to 'puppet/services/gnocchi-api.yaml')
-rw-r--r-- | puppet/services/gnocchi-api.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml index f6877632..bf23cda1 100644 --- a/puppet/services/gnocchi-api.yaml +++ b/puppet/services/gnocchi-api.yaml @@ -24,5 +24,10 @@ outputs: config_settings: map_merge: - get_attr: [GnocchiServiceBase, role_data, config_settings] + - tripleo.gnocchi_api.firewall_rules: + '129 gnocchi-api': + dport: + - 8041 + - 13041 step_config: | include ::tripleo::profile::base::gnocchi::api |