
* Add missing params and remove deprecated params from tests * Fix classname changes * Add new smoketests for testfile and auth_file * Update README with new params Change-Id: Ib25fcd6545aa704f64dd0709a75700480eaff684
6 lines
146 B
Puppet
6 lines
146 B
Puppet
class { 'openstack::auth_file':
|
|
admin_password => 'password',
|
|
keystone_admin_token => '12345',
|
|
controller_node => '127.0.0.1',
|
|
}
|