Merge "Document mysql_root_password in README"

This commit is contained in:
Jenkins
2013-09-26 00:06:15 +00:00
committed by Gerrit Code Review

View File

@@ -154,6 +154,7 @@ class { 'openstack::all':
fixed_range => '10.0.0.0/24', fixed_range => '10.0.0.0/24',
secret_key => '12345', secret_key => '12345',
neutron => false, neutron => false,
mysql_root_password => 'mysql_root_password',
} }
``` ```