# File lib/fog/storage/openstack/models/directories.rb, line 10 def all(options = {}) data = service.get_containers(options) load_response(data) end