[train-only] Fix Automatically set memcache_servers for keystone cache

This fixes a conflict with 8d5bb4b894
preserving the ability to specify the memcached port
The backport which introduced the issue:
e8f473f5bc

Related-Bug: #1929752
Change-Id: Id3fc3291c8ea7f0f0c29af1b6e3513e4fa97311d
This commit is contained in:
Grzegorz Grasza 2019-10-23 11:36:29 +09:00
parent 44b64a167b
commit ac24e085e0
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class tripleo::profile::base::keystone (
if $step >= 4 or ( $step >= 3 and $sync_db ) {
$oslomsg_rpc_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_rpc_use_ssl)))
$oslomsg_notify_use_ssl_real = sprintf('%s', bool2num(str2bool($oslomsg_notify_use_ssl)))
$memcached_servers = suffix(any2array(normalize_ip_for_uri($memcached_ips)), ':11211')
$memcached_servers = suffix(any2array(normalize_ip_for_uri($memcached_ips)), ":${memcached_port}")
class { '::keystone':
sync_db => $sync_db,