monasca-vagrant/roles/Devstack.json
Tim Kuhlman d227ca9cc2 Minor cleanup of the devstack default recipe
Change-Id: Idc600ace16203e0fdd45e2529d1bac88bae232ef
2014-07-30 13:23:47 -06:00

21 lines
405 B
JSON

{
"name": "Devstack",
"description": "Sets up a devstack server for keystone and UI",
"json_class": "Chef::Role",
"default_attributes": {
"apt": {
"periodic_update_min_delay": 60
}
},
"override_attributes": {
},
"chef_type": "role",
"run_list": [
"recipe[devstack::mon-ui]",
"recipe[devstack::keystone]",
"recipe[monasca_agent]"
],
"env_run_lists": {
}
}