Enable oslo.cache library

    Add panko:server:cache metadata:

          cache:
            engine: memcached
            expiration_time: 600
            backend_argument:
              memcached_expire_time:
                value: 660
            members:
            - host:
              port: 11211
            - host:
              port: 11211
            - host:
              port: 11211

    Enable oslo.cache in the panko.conf file

    Related-Prod: PROD-26960

Change-Id: I713806fd1a6687c739d098a71ada4a550ff914f3
5 files changed