charms.openstack/charms_openstack
Liam Young db1818248d Enable Memcache for API svc token caching
On deployments of API charms using OpenStack release Mitaka or later
enable memcache 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 for API charms
to use memcache for token caching.

http://docs.openstack.org/releasenotes/keystonemiddleware/mitaka.html#id2

Create os_release_data module for storing config like
KNOWN_RELEASES as this is not tied to the charm module an is useful
elsewhere

Change-Id: I6790f7968d0bd0493f103aec4b0b2a46333af6b0
2017-01-06 14:28:41 +00:00
..
devices Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
sdn Added ovs, odl and pci modules 2016-09-14 13:58:05 +00:00
__init__.py Add license headers to all source files 2016-06-28 11:13:14 +01:00
adapters.py Enable Memcache for API svc token caching 2017-01-06 14:28:41 +00:00
charm.py Enable Memcache for API svc token caching 2017-01-06 14:28:41 +00:00
ip.py Add license headers to all source files 2016-06-28 11:13:14 +01:00
os_release_data.py Enable Memcache for API svc token caching 2017-01-06 14:28:41 +00:00
test_utils.py Fix for bug/1645473 -- test registered hooks 2016-11-30 13:05:28 +00:00