aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-03-16 14:14:09 +0200
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-03-16 17:17:07 +0200
commitefbf120c222ee0b35bae396de9e9bbf1c7da783d (patch)
treef2adb16e24df17694b3be8b529139c887bb1a742 /docker/services
parent1c4016a882fd5d6f233e2f3b63f79aa86497f951 (diff)
docker/keystone: add metadata_settings to output
This is used for the TLS-everywhere bits. It will be taken into account by a metadata hook that outputs relevant entries for the nova-metadata service; and subsequently kerberos principals will be created from these. Subsequent patches will add support for TLS in the internal network for the containerized keystone. Change-Id: Ic747ad9c8d6e76c8c16e347c1cdcabc899dd9f9a
Diffstat (limited to 'docker/services')
-rw-r--r--docker/services/keystone.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/services/keystone.yaml b/docker/services/keystone.yaml
index 3f8baef7..656f3348 100644
--- a/docker/services/keystone.yaml
+++ b/docker/services/keystone.yaml
@@ -176,3 +176,5 @@ outputs:
- name: Stop and disable keystone service (running under httpd)
tags: step2
service: name=httpd state=stopped enabled=no
+ metadata_settings:
+ get_attr: [KeystoneBase, role_data, metadata_settings]