Added mon-agent to the devstack box

This commit is contained in:
Tim Kuhlman 2014-06-26 10:53:16 -06:00
parent b001db54c7
commit 18fd83ccc3

View File

@ -13,7 +13,8 @@
"run_list": [
"recipe[devstack]",
"recipe[devstack::mon-ui]",
"recipe[devstack::keystone]"
"recipe[devstack::keystone]",
"recipe[mon_agent]"
],
"env_run_lists": {
}