mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
tenant_id is no longer optional
This commit is contained in:
parent
a25a27b795
commit
0c99b71705
@ -7,7 +7,7 @@ or in the minion's config file:
|
||||
keystone.user: admin
|
||||
keystone.password: verybadpass
|
||||
keystone.tenant: admin
|
||||
keystone.tenant_id: f80919baedab48ec8931f200c65a50df #(optional)
|
||||
keystone.tenant_id: f80919baedab48ec8931f200c65a50df
|
||||
keystone.insecure: False #(optional)
|
||||
keystone.auth_url: 'http://127.0.0.1:5000/v2.0/'
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user