keystone: manage admin user role before openrc

When /root/openrc is present, Puppet catalog will try to use it.
Though to use openrc, we need the admin user role in place otherwise
authentification will faill.

This patch makes sure the right orchestration happens.

Closes-Bug: #1548515
Change-Id: I99a5850e397992427719d801e8dc5f12e6f0a296
This commit is contained in:
Emilien Macchi 2016-02-23 13:16:26 -05:00
parent fc9bc3fc84
commit 6cd2e43856

View File

@ -50,4 +50,5 @@ class openstack_integration::keystone (
project_domain => 'default',
user_domain => 'default',
}
Keystone_user_role['admin@openstack'] -> File['/root/openrc']
}