add user parameter to keystone_config.rb

This commit is contained in:
Adam Spiers 2014-01-23 15:09:43 +00:00
parent d8fd3b0048
commit 4757046cd9

View File

@ -11,7 +11,8 @@ module Chef::RSpec
[ "os_password", "adminpw" ],
[ "os_auth_url", "http://node1:5000/v2.0" ],
[ "os_username", "admin" ],
[ "os_tenant_name", "openstack" ]
[ "os_tenant_name", "openstack" ],
[ "user", "openstack-keystone" ],
],
:meta => [
[ "target-role", "Started" ],