Include placement::api class

Explicitly needed post [1].

[1] https://review.opendev.org/c/openstack/puppet-placement/+/801268

Change-Id: I6adf1d8dd104dbd31d49bd1f5c8ec72444cd1a61
This commit is contained in:
yatinkarel 2021-07-21 11:55:33 +05:30
parent 4f28c22b97
commit 141d3d0567
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class packstack::placement ()
}
include placement::db::sync
include placement::api
class { 'placement::wsgi::apache':
bind_host => $bind_host,