diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-18 19:04:48 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-18 19:04:48 +0000 |
commit | 6b40769d60a784d6e6a86d8a8093cb73e38acb84 (patch) | |
tree | 8e5ab8c46ffd5cdb9b823d65145d5a5d5383d536 /puppet | |
parent | c660cba4f9d762a45fd6c2be24b832dff32b65b2 (diff) | |
parent | ae911c2c9c2f48f4a3278c47fe05fbf552bdaeca (diff) |
Merge "Configure keystone public_endpoint"
Diffstat (limited to 'puppet')
-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 33411e32..c664cac3 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1363,7 +1363,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} |