Method: Fog::Image::OpenStack::V1::Real#get_shared_images
- Defined in:
- lib/fog/image/openstack/v1/requests/get_shared_images.rb
#get_shared_images(tenant_id) ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/fog/image/openstack/v1/requests/get_shared_images.rb', line 6 def get_shared_images(tenant_id) request( :expects => [200, 204], :method => 'GET', :path => "shared-images/#{tenant_id}" ) end |