Enable Memcache service for Token Caching
With the release of 4.2.0 of keystonemiddleware using the in-process token cache is no longer recommended. It is recommended that a memcache backend to store tokens is used instead, This installs and configures memcache and configures neutron-server to use memcache for token caching. http://docs.openstack.org/releasenotes/keystonemiddleware/mitaka.html#id2 Change-Id: I1f7764afb24b511508432fa758596cc9ab40aba8
Showing
- charmhelpers/contrib/openstack/amulet/utils.py 67 additions, 0 deletionscharmhelpers/contrib/openstack/amulet/utils.py
- charmhelpers/contrib/openstack/context.py 25 additions, 0 deletionscharmhelpers/contrib/openstack/context.py
- charmhelpers/contrib/openstack/templates/memcached.conf 53 additions, 0 deletionscharmhelpers/contrib/openstack/templates/memcached.conf
- charmhelpers/contrib/openstack/templates/section-keystone-authtoken-mitaka 3 additions, 0 deletions...rib/openstack/templates/section-keystone-authtoken-mitaka
- charmhelpers/contrib/openstack/utils.py 25 additions, 0 deletionscharmhelpers/contrib/openstack/utils.py
- lib/ceilometer_utils.py 12 additions, 2 deletionslib/ceilometer_utils.py
- tests/basic_deployment.py 6 additions, 0 deletionstests/basic_deployment.py
- tests/charmhelpers/contrib/amulet/utils.py 2 additions, 1 deletiontests/charmhelpers/contrib/amulet/utils.py
- tests/charmhelpers/contrib/openstack/amulet/utils.py 67 additions, 0 deletionstests/charmhelpers/contrib/openstack/amulet/utils.py
- unit_tests/test_actions_openstack_upgrade.py 1 addition, 1 deletionunit_tests/test_actions_openstack_upgrade.py
- unit_tests/test_ceilometer_utils.py 10 additions, 1 deletionunit_tests/test_ceilometer_utils.py
Loading
Please register or sign in to comment