Remove redis from controller element

Redis has been containerized in Pike already and having the package
in the overcloud-full image makes it problematic during upgrade/update.

This patch should be backported all the way down to Pike.

More info: https://bugzilla.redhat.com/show_bug.cgi?id=1693625

Change-Id: I52fa31cb0556917b6a9d0cdd66085b7197db35ee
This commit is contained in:
Martin Magr 2019-04-25 13:03:21 +02:00
parent e03bdf3b47
commit 1ab58f20c9
2 changed files with 0 additions and 2 deletions

View File

@ -22,5 +22,4 @@ python_cradox_package
python_openstackclient_package
python_memcached_package
redis_client_package
redis_server_package
stunnel_package

View File

@ -29,7 +29,6 @@
"qpid_dispatch_tools_package": "qpid-dispatch-tools",
"rabbitmq_server_package": "rabbitmq-server",
"redis_client_package": "python-redis",
"redis_server_package": "redis",
"stunnel_package": "stunnel"
}
}