Puppet Class: passwords::openstack::nova

Defined in:
spec/fixtures/private/modules/passwords/manifests/init.pp

Overview



42
43
44
45
46
47
48
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 42

class passwords::openstack::nova {
    # Excluding the proxyagent_pass, which needs to be the same
    # use the same fake password for everything openstack related.
    $nova_db_pass = 'ueThe7moh7Hah'
    $controller_mysql_root_pass = 'ueThe7moh7Hah'
    $nova_puppet_user_pass = 'ueThe7moh7Hah'
}