admin role: make sure openrc is created after

If /root/openrc file management is in the catalog, it makes sure it's
created after creating admin resources, so Puppet catalog does not fail
with authentification errors.

Change-Id: I02e820614bf9beabc0b65c47d797b661b5f13e1c
This commit is contained in:
Emilien Macchi 2016-03-07 19:55:18 -05:00
parent 37d5e07c06
commit 66d83a4480

View File

@ -126,6 +126,7 @@ class keystone::roles::admin(
project_domain => $admin_project_domain,
roles => $admin_roles,
}
Keystone_user_role["${admin}@${admin_tenant}"] -> File<| tag == 'openrc' |>
}
}