Adding require mysql to the dashboard class.

Change-Id: I97a6dd1af506de3fe5cf1482cedaa8ed6711b4b8
Reviewed-on: https://review.openstack.org/25278
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 10:40:15 -04:00 committed by Jenkins
parent 232747fe3b
commit 7a3a1e6bf1

View File

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