Files
puppet-nova/releasenotes/notes/Add-novajoin-auth-and-authtoken-settings-9cf98dc1a84bab26.yaml
Juan Antonio Osorio Robles bb6c415893 Add auth/authtoken manifests for novajoin
novajoin has usually just used the nova user for running and even file
permissions; however, as nova now supports passing the keystone token
for the vendordata plugin, and as novajoin should support being run in a
node (or container) where nova is not available, it makes sense to start
having an own user for this vendordata plugin service.

Thus, this commit adds that.

Change-Id: I190a84a5aaf1fcc301f0605931b24d5de6999a8b
2017-03-22 09:36:03 +02:00

6 lines
183 B
YAML

---
features:
- One can now create a keystone service user and configure the authtoken
settings for the novajoin vendordata plugin via its own auth and authtoken
manifests.