Puppet Class: passwords::openstack::keystone

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

Overview



66
67
68
69
70
71
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 66

class passwords::openstack::keystone {
    # Excluding the proxyagent_pass, which needs to be the same
    # use the same fake password for everything openstack related.
    $keystone_db_pass = 'ueThe7moh7Hah'
    $keystone_admin_token = 'ADMIN'
}