removed monitoring recipe and focusing on core OpenStack

This commit is contained in:
mattray
2012-06-18 21:57:38 -05:00
parent adf74ab40c
commit 9cddbd72b1

View File

@@ -2,6 +2,5 @@ name "mysql-master"
description "MySQL Server (non-ha)"
run_list(
"role[base]",
"recipe[mysql::server]",
"recipe[nova::nova-db-monitoring]"
"recipe[mysql::server]"
)