aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/nova/authtoken.pp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21Configure authtoken in Nova PlacementDan Prince1-0/+56
The Nova Placement API's configuration currently relies on the nova-api profile for its keystone authtoken configuration. This means that Nova Placement would fail if it got installed on an isolated node or docker container (this currently breaks TripleO's deployment of placement via docker). This patch creates a new authtoken profile and calls it via the api and placement roles. Change-Id: I7b38ab6ba5cae41689ac500d97dec4d09c73d387 Co-Authored-By: Alex Schultz <aschultz@redhat.com>