Fix OpenStack service.

This commit is contained in:
Pol Dellaiera 2021-08-10 15:19:28 +02:00 committed by Marc Ducobu
parent 66ac9cd9fd
commit ac58340d60

View File

@ -27,5 +27,5 @@ return static function (ContainerConfigurator $container) {
$services
->set('chill_wopi.openstack_client')
->class(OpenStack::class)
->args('%chill_wopi.openstack%');
->arg('$options', '%chill_wopi.openstack%');
};