# File lib/fog/key_manager/openstack/requests/list_containers.rb, line 5 def list_containers(options = {}) request( :expects => [200], :method => 'GET', :path => 'containers', :query => options ) end