openstack-chef-repo/roles/os-block-storage.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

21 lines
508 B
JSON

{
"name": "os-block-storage",
"description": "Configures OpenStack block storage, configured by attributes.",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-base]",
"role[os-block-storage-api]",
"role[os-block-storage-scheduler]",
"role[os-block-storage-volume]",
"role[os-block-storage-backup]",
"recipe[openstack-block-storage::identity_registration]"
],
"env_run_lists": {
}
}