January 2019
Intermediate to advanced
606 pages
15h 1m
English
To use Ceph object storage with the Swift API, we need the Swift sub-user and secret keys that we created earlier in this chapter. This user information will then be passed using the Swift CLI tool in order to access the Ceph object storage:
# easy_install pip # pip install --upgrade setuptools # pip install --upgrade python-swiftclient
# radosgw-admin user info --uid pratima -k /var/lib/ceph/radosgw/ceph-rgw.rgw-node1/keyring --name client.rgw.rgw-node1
# swift -A http://192.168.1.106:8080/auth/1.0 -U pratima:swift -K whUTYlKFeKvKO59O6wFOANoyoH37SUJEjBD9cQmH ...
Read now
Unlock full access