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:
commit
60b74767ba
1 changed files with 1 additions and 1 deletions
|
@ -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'] %>"
|
||||
|
|
Loading…
Reference in a new issue