add user parameter to keystone_config.rb
This commit is contained in:
parent
d8fd3b0048
commit
4757046cd9
@ -11,7 +11,8 @@ module Chef::RSpec
|
|||||||
[ "os_password", "adminpw" ],
|
[ "os_password", "adminpw" ],
|
||||||
[ "os_auth_url", "http://node1:5000/v2.0" ],
|
[ "os_auth_url", "http://node1:5000/v2.0" ],
|
||||||
[ "os_username", "admin" ],
|
[ "os_username", "admin" ],
|
||||||
[ "os_tenant_name", "openstack" ]
|
[ "os_tenant_name", "openstack" ],
|
||||||
|
[ "user", "openstack-keystone" ],
|
||||||
],
|
],
|
||||||
:meta => [
|
:meta => [
|
||||||
[ "target-role", "Started" ],
|
[ "target-role", "Started" ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user