Merge "Revert "Ubuntu: Purge the default policy.yaml for Placement""

This commit is contained in:
Zuul 2023-11-09 17:58:17 +00:00 committed by Gerrit Code Review
commit f6637828be

View File

@ -54,12 +54,6 @@ class openstack_integration::placement {
}),
}
include placement::db::sync
# TODO(tkajinam): Remove this once lp bug 1987984 is fixed.
if $facts['os']['name'] == 'Ubuntu' {
class { 'placement::policy':
purge_config => true
}
}
include placement::api
if ($facts['os']['name'] != 'Debian') {
class { 'placement::wsgi::apache':