devstack-plugin-glusterfs/extras/heketi.json

36 lines
1006 B
JSON

{
"_port_comment": "Heketi Server Port Number",
"port" : "8080",
"_use_auth": "Enable JWT authorization. Please enable for deployment",
"use_auth" : false,
"_jwt" : "Private keys for access",
"jwt" : {
"_admin" : "Admin has access to all APIs",
"admin" : {
"key" : "My Secret"
},
"_user" : "User only has access to /volumes endpoint",
"user" : {
"key" : "My Secret"
}
},
"_glusterfs_comment": "GlusterFS Configuration",
"glusterfs" : {
"_executor_comment": "Execute plugin. Possible choices: mock, ssh",
"executor" : "ssh",
"_db_comment": "Database file name",
"db" : "heketi.db",
"sshexec": {
"user": "root"
},
"brick_min_size_gb": 1
}
}