diskimage-builder/elements/swift/install.d/10-swift-deps

10 lines
160 B
Plaintext
Raw Normal View History

2012-11-09 11:04:13 +00:00
#!/bin/sh
# Install controller openstack packages
set -e
set -o xtrace
install-packages swift rsync memcached python-netifaces python-xattr python-memcache
2012-11-09 11:04:13 +00:00