clean config for keystone v3
This commit is contained in:
parent
2d443f4741
commit
319655482f
2 changed files with 0 additions and 4 deletions
|
@ -30,11 +30,9 @@ BASIC_AUTH_USERNAME=""
|
|||
BASIC_AUTH_PASSWORD=""
|
||||
|
||||
# Object Storage pour les pièces jointes
|
||||
FOG_OPENSTACK_TENANT=""
|
||||
FOG_OPENSTACK_API_KEY=""
|
||||
FOG_OPENSTACK_USERNAME=""
|
||||
FOG_OPENSTACK_URL=""
|
||||
FOG_OPENSTACK_IDENTITY_API_VERSION=""
|
||||
FOG_OPENSTACK_REGION=""
|
||||
FOG_ENABLED="" # valeur attendue: enabled
|
||||
DS_PROXY_URL=""
|
||||
|
|
|
@ -8,10 +8,8 @@ openstack:
|
|||
service: OpenStack
|
||||
container: "<%= ENV['FOG_ACTIVESTORAGE_DIRECTORY'] %>"
|
||||
credentials:
|
||||
openstack_tenant: "<%= ENV['FOG_OPENSTACK_TENANT'] %>"
|
||||
openstack_api_key: "<%= ENV['FOG_OPENSTACK_API_KEY'] %>"
|
||||
openstack_username: "<%= ENV['FOG_OPENSTACK_USERNAME'] %>"
|
||||
openstack_auth_url: "<%= ENV['FOG_OPENSTACK_URL'] %>"
|
||||
openstack_identity_api_version: "<%= ENV['FOG_OPENSTACK_IDENTITY_API_VERSION'] %>"
|
||||
openstack_region: "<%= ENV['FOG_OPENSTACK_REGION'] %>"
|
||||
openstack_temp_url_key: "<%= ENV['FOG_OPENSTACK_TEMP_URL_KEY'] %>"
|
||||
|
|
Loading…
Reference in a new issue