We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9e74a commit ba0c921Copy full SHA for ba0c921
tests/site.pp
@@ -35,6 +35,7 @@
35
$fixed_network_range = '10.0.0.0/24'
36
$floating_network_range = '192.168.101.64/28'
37
$secret_key = 'secret_key'
38
+$mysql_root_password = 'secret'
39
# switch this to true to have all service log at verbose
40
$verbose = false
41
# by default it does not enable atomatically adding floating IPs
@@ -72,6 +73,7 @@
72
73
auto_assign_floating_ip => $auto_assign_floating_ip,
74
secret_key => $secret_key,
75
neutron => false,
76
+ mysql_root_password => $mysql_root_password,
77
}
78
79
class { 'openstack::auth_file':
0 commit comments