Changed require mysql to include mysql::server in dashboard class.

Change-Id: Iacf0ef038e90faaacdb138b691f9c254bd3f5ad8
Reviewed-on: https://review.openstack.org/25287
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Anita Kuno 2013-03-25 11:43:59 -04:00 committed by Jenkins
parent 7a3a1e6bf1
commit 10d5187296

View File

@ -3,7 +3,7 @@ class openstack_project::dashboard(
$mysql_password = '',
$sysadmins = []
) {
require mysql
include mysql::server
class { 'openstack_project::server':
iptables_public_tcp_ports => [80, 443, 3000],