1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/openstack.rb
Ladislav Smola c7cd466865 Add OpenStack Ironic support
Adding Openstack Ironic support for nodes, chassis, ports and
drivers.

Adding only basic CRUD operations support for start. Rest of
the special methods will be added later. All not implemented
API calls had been marked as TODO.

DependsOn: https://github.com/fog/fog-core/pull/117
2015-02-02 10:11:43 +01:00

9 lines
295 B
Ruby

require 'fog/openstack/compute'
require 'fog/openstack/identity'
require 'fog/openstack/image'
require 'fog/openstack/metering'
require 'fog/openstack/network'
require 'fog/openstack/orchestration'
require 'fog/openstack/storage'
require 'fog/openstack/volume'
require 'fog/openstack/baremetal'