Puppet Class: passwords::openstack::glance
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
48 49 50 51 52 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 48
class passwords::openstack::glance {
# Excluding the proxyagent_pass, which needs to be the same
# use the same fake password for everything openstack related.
$glance_db_pass = 'ueThe7moh7Hah'
}
|