openstack-chef-repo/roles/os-block-storage-backup.json
Lan Qi song 94ccdfe1fa Add support for cinder-backup service
This patch depends on:https://review.openstack.org/#/c/180076/
Implements: blueprint chef-cinder-backup
Change-Id: I97f2fcbf17e60220ca29ee86b871cb4ff81d3e24
2015-05-05 10:09:42 +00:00

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": {
}
}