Method: Fog::KeyManager::OpenStack::Real#list_containers

Defined in:
lib/fog/key_manager/openstack/requests/list_containers.rb

#list_containers(options = {}) ⇒ Object



5
6
7
8
9
10
11
12
# 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