#!/bin/sh

# Install controller openstack packages

set -e
set -o xtrace

install-packages swift rsync memcached python-netifaces python-xattr python-memcache

