Merge "add os-ceph-image role for ceph&opesntack" into dev/experimental

This commit is contained in:
Jenkins 2014-10-06 04:37:54 +00:00 committed by Gerrit Code Review
commit 3beaf6f065

View File

@ -0,0 +1,19 @@
{
"name": "os-ceph-image",
"description": "Roll-up role for Glance.",
"json_class": "Chef::Role",
"default_attributes": {
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"role[os-image-api]",
"role[os-image-registry]",
"recipe[openstack-image::identity_registration]",
"role[ceph-os-image-config]",
"role[os-image-upload]"
],
"env_run_lists": {
}
}