puppet-openstack/tests/auth_file.pp
William Van Hevelingen e4297c1ca7 Fix smoke tests and update examples in README
* 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
2013-07-16 14:20:46 -07:00

6 lines
146 B
Puppet

class { 'openstack::auth_file':
admin_password => 'password',
keystone_admin_token => '12345',
controller_node => '127.0.0.1',
}