Method: Fog::Baremetal::OpenStack::Mock#get_chassis
- Defined in:
- lib/fog/baremetal/openstack/requests/get_chassis.rb
#get_chassis(_chassis_uuid) ⇒ Object
15 16 17 18 19 20 |
# File 'lib/fog/baremetal/openstack/requests/get_chassis.rb', line 15 def get_chassis(_chassis_uuid) response = Excon::Response.new response.status = [200, 204][rand(2)] response.body = data[:chassis_collection].first response end |