Remove unnecessary openstacklib::policy resource tag

This tag is no longer needed since dependency refactoring[1]. Remove
the tag to make the implementation consistent across modules.

[1] 8b3054a13f

Change-Id: I5fed59ee57e289d7b979163725ee6c676858be5c
This commit is contained in:
Takashi Kajinami 2024-04-23 18:14:00 +09:00
parent 9232855977
commit 962b7474b0
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ class glance::policy (
file_group => $::glance::params::group,
file_format => 'yaml',
purge_config => $purge_config,
tag => 'glance',
}
create_resources('openstacklib::policy', { $policy_path => $policy_parameters })