94ccdfe1fa
This patch depends on:https://review.openstack.org/#/c/180076/ Implements: blueprint chef-cinder-backup Change-Id: I97f2fcbf17e60220ca29ee86b871cb4ff81d3e24
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"name": "os-block-storage-backup",
|
|
"description": "OpenStack Block Storage Backup service",
|
|
"json_class": "Chef::Role",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
},
|
|
"chef_type": "role",
|
|
"run_list": [
|
|
"role[os-base]",
|
|
"recipe[openstack-block-storage::backup]"
|
|
],
|
|
"env_run_lists": {
|
|
}
|
|
}
|