From fd676691bf41fb684e96def5a0ee5b3b7ca31ab8 Mon Sep 17 00:00:00 2001 From: Jimmy McCrory Date: Wed, 24 Aug 2016 11:54:27 -0700 Subject: [PATCH] Add python-memcached to magnum_pip_packages python-memcached is required to make use of memcached for caching tokens. When memcached_servers is configured and this package is not installed, requests made to magnum services will fail with 500 errors. Change-Id: I5ab25a3465bd6eee4d22b509a93a148a9b5ef45f --- defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/defaults/main.yml b/defaults/main.yml index 286f116..294dd03 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -106,6 +106,7 @@ magnum_pip_packages: - MySQL-python - PyMySQL - magnum + - python-memcached # This variable is used by the repo_build process to determine # which host group to check for members of before building the