Enable manila-data service

The puppet-manila module now supports setting up the service. Let's
enable the feature in our CI jobs.

Depends-on: https://review.opendev.org/865795
Change-Id: I329fab00774d131018ba65f374d7515fc439148a
This commit is contained in:
Takashi Kajinami 2022-11-28 16:24:11 +09:00
parent 12f4f97d8c
commit 06ba3a80f6
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class openstack_integration::manila (
fail("Unsupported backend (${backend})")
}
}
class { 'manila::data': }
class { 'manila::compute::nova': }
class { 'manila::network::neutron': }