Merge "Ubuntu: Purge the default policy.yaml for Placement" into stable/yoga

This commit is contained in:
Zuul
2022-09-09 10:50:33 +00:00
committed by Gerrit Code Review

View File

@@ -42,6 +42,12 @@ class openstack_integration::placement {
database_connection => 'mysql+pymysql://placement:placement@127.0.0.1/placement?charset=utf8',
}
include placement::db::sync
# TODO(tkajinam): Remove this once lp bug 1987984 is fixed.
if $::operatingsystem == 'Ubuntu' {
class { 'placement::policy':
purge_config => true
}
}
include placement::api
include apache
if ($::operatingsystem != 'Debian') {