Configure keystone public_endpoint
authorBen Nemec <bnemec@redhat.com>
Thu, 7 Jan 2016 21:00:35 +0000 (15:00 -0600)
committerBen Nemec <bnemec@redhat.com>
Wed, 13 Jan 2016 00:17:31 +0000 (18:17 -0600)
We need this set for SSL or keystone returns a non-https address.
It shouldn't hurt anything to set this in the non-SSL case since
the value will still be correct and the behavior will be the same
as if it were unset.

Change-Id: Iea3ea1d25dfc462fa844d3c12e6070f2c9b42036

puppet/controller.yaml

index df51f43..0acd4c5 100644 (file)
@@ -1336,7 +1336,7 @@ resources:
                 keystone::admin_workers: {get_input: keystone_workers}
                 keystone::public_workers: {get_input: keystone_workers}
                 keystone_enable_db_purge: {get_input: keystone_enable_db_purge}
-
+                keystone::public_endpoint: {get_input: keystone_public_url}
                 # MongoDB
                 mongodb::server::bind_ip: {get_input: mongo_db_network}
                 mongodb::server::nojournal: {get_input: mongodb_no_journal}