Merge pull request #6932 from adullact/feature/6890-openstack-vars-cleanup

OpenStack : utilisation de la variable d'environnement FOG_OPENSTACK_URL
This commit is contained in:
Pierre de La Morinerie 2022-02-09 13:07:06 +01:00 committed by GitHub
commit 60b74767ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ openstack:
service: OpenStack
container: "<%= ENV['FOG_ACTIVESTORAGE_DIRECTORY'] %>"
credentials:
openstack_auth_url: "https://auth.cloud.ovh.net"
openstack_auth_url: "<%= ENV['FOG_OPENSTACK_URL'] %>"
openstack_api_key: "<%= ENV['FOG_OPENSTACK_API_KEY'] %>"
openstack_username: "<%= ENV['FOG_OPENSTACK_USERNAME'] %>"
openstack_region: "<%= ENV['FOG_OPENSTACK_REGION'] %>"