Openstack object storage on ceph

This is mainly post for myself to not forget, what was done. To configure Openstack to provide object storage service via Cpeh you need to create RadosGW server (or HA cluster). On openstack utility node: [bash] openstack user create ceph –password-prompt openstack role add –user ceph –project admin admin [/bash] On ceph controller node, edit ceph.config file: /etc/ceph/ceph.conf [bash] [client.rgw.radosgw1.domain.tld] […]