{
  "name": "os-object-storage-account",
  "description": "OpenStack object storage account service",
  "json_class": "Chef::Role",
  "default_attributes": {
  },
  "override_attributes": {
  },
  "chef_type": "role",
  "run_list": [
    "role[os-base]",
    "recipe[openstack-object-storage::account]"
  ],
  "env_run_lists": {
  }
}