Skip to content

Instantly share code, notes, and snippets.

@floriancourgey
Created December 13, 2017 17:23
Show Gist options
  • Save floriancourgey/c95a2c5606f9e6d654839be00e8320a2 to your computer and use it in GitHub Desktop.
Save floriancourgey/c95a2c5606f9e6d654839be00e8320a2 to your computer and use it in GitHub Desktop.
Debug Openstack external storage error
{
"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