diff options
author | Ben Nemec <bnemec@redhat.com> | 2016-01-07 15:00:35 -0600 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2016-01-12 18:17:31 -0600 |
commit | ae911c2c9c2f48f4a3278c47fe05fbf552bdaeca (patch) | |
tree | 3c1890661119c2b6796b8162d085dcb7d9e78385 | |
parent | 31b05b17bfd028d16990231079c4bfde777cde40 (diff) |
Configure keystone public_endpoint
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
-rw-r--r-- | puppet/controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index df51f43d..0acd4c52 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -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} |