mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Update configuration.
This commit is contained in:
parent
646a626019
commit
cd59f3a913
@ -24,27 +24,27 @@ final class Configuration implements ConfigurationInterface
|
||||
->arrayNode('openstack')
|
||||
->info("parameters to connect to the openstack swift repository")
|
||||
->children()
|
||||
->scalarNode('os_username')
|
||||
->scalarNode('username')
|
||||
->defaultValue('%env(resolve:OS_USERNAME)%')
|
||||
->isRequired()
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->scalarNode('os_password')
|
||||
->scalarNode('password')
|
||||
->defaultValue('%env(resolve:OS_PASSWORD)%')
|
||||
->isRequired()
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->scalarNode('os_tenant_id')
|
||||
->scalarNode('tenantId')
|
||||
->defaultValue('%env(resolve:OS_TENANT_ID)%')
|
||||
->isRequired()
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->scalarNode('os_region_name')
|
||||
->scalarNode('region')
|
||||
->defaultValue('%env(resolve:OS_REGION_NAME)%')
|
||||
->isRequired()
|
||||
->cannotBeEmpty()
|
||||
->end()
|
||||
->scalarNode('os_auth_url')
|
||||
->scalarNode('authUrl')
|
||||
->defaultValue('%env(resolve:OS_AUTH_URL)%')
|
||||
->isRequired()
|
||||
->cannotBeEmpty()
|
||||
|
Loading…
x
Reference in New Issue
Block a user