Comment 3 for bug 1665392

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-cinder (master)

Reviewed: https://review.openstack.org/434998
Committed: https://git.openstack.org/cgit/openstack/charm-cinder/commit/?id=806d9a1cba8ed0b2baa307f05b32aee70fdf4747
Submitter: Jenkins
Branch: master

commit 806d9a1cba8ed0b2baa307f05b32aee70fdf4747
Author: David Ames <email address hidden>
Date: Thu Feb 16 08:16:29 2017 -0800

    Cinder needs to install memcached on upgrade-charm

    The cinder charm recognizes it needs memecached with
    enable_memcached() but never installs the package when upgrading
    from previous versions of the charm.

    The upgrade-charm hooks was missing entirely. Add the hook and a
    call to install packages for upgrade-charm.

    Change-Id: I2dac0f2c7b3437c66be2c2f41822010ef19250ba
    Closes-bug: #1665392