Skip to content

Commit

Permalink
admin role: make sure openrc is created after
Browse files Browse the repository at this point in the history
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
  • Loading branch information
EmilienM committed Mar 8, 2016
1 parent 37d5e07 commit 66d83a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/roles/admin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
project_domain => $admin_project_domain,
roles => $admin_roles,
}
Keystone_user_role["${admin}@${admin_tenant}"] -> File<| tag == 'openrc' |>
}

}

0 comments on commit 66d83a4

Please sign in to comment.