Skip to content

Instantly share code, notes, and snippets.

@merevu
Created October 16, 2015 01:08
Show Gist options
  • Save merevu/041718c774d3037e9dde to your computer and use it in GitHub Desktop.
Save merevu/041718c774d3037e9dde to your computer and use it in GitHub Desktop.
Install Swift Kilo packages
# common
yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum install http://rdo.fedorapeople.org/openstack-kilo/rdo-release-kilo.rpm
# for proxy node
yum install openstack-swift-proxy python-swiftclient python-keystone-auth-token python-keystonemiddleware memcached
# for storage node
yum install openstack-swift-account openstack-swift-container openstack-swift-object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment