#!/bin/bash

set -eux

# lvm2 is needed by the 72-cinder-resize-volume-groups os-refresh-config script
install-packages openstack-cinder lvm2
