CRUD regions, zones, hard disks in Openstack Swift with Python
I setup successfully a test Openstack Swift environment followed by this http://docs.openstack.org/developer/swift/development_saio.html (SAIO - Swift All In One) page. And also installed https://pypi.python.org/pypi/python-swiftclient (python-swiftclient) package to manage data on Swift. But both of swift
command and swiftclient
package only support to manage Account, Container and Object data.
So I wonder is there any ways help to execute CRUD command for regions, zones, hard disks...with commands or Python?