tenant_id is no longer optional

This commit is contained in:
Joseph Hall 2012-11-08 14:44:47 -07:00
parent a25a27b795
commit 0c99b71705

View File

@ -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/'
'''