Created
December 13, 2017 17:23
-
-
Save floriancgit/c95a2c5606f9e6d654839be00e8320a2 to your computer and use it in GitHub Desktop.
Debug Openstack external storage error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"mountPoint": "/OpenStackObjectStorage2", | |
"backend": "swift", | |
"authMechanism": "openstack::openstack", | |
"backendOptions": { | |
"bucket": "xx", | |
"password": "xx", | |
"region": "xx", | |
"service_name": "OVH cloud 2", | |
"tenant": "xx", | |
"timeout": "", | |
"url": "https://auth.cloud.ovh.net/v2.0/", | |
"user": "xx" | |
}, | |
"priority": 100, | |
"mountOptions": { | |
"enable_sharing": false, | |
"encoding_compatibility": false, | |
"encrypt": true, | |
"filesystem_check_changes": 1, | |
"previews": true | |
}, | |
"status": 1, | |
"userProvided": false, | |
"type": "system" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment