1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

14 commits

Author SHA1 Message Date
Petr Blaho
5bf1ded148 Adds Planning service to OpenStack provider
Registers Planning service of OpenStack in Fog
with minimum code needed.
2015-03-16 14:28:33 +01:00
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
Paul Thornthwaite
7300839e08 Revert "Moved to Fog::Core"
This reverts commit 44dacc062d.

See fog/fog#3302 for details of problems
2014-12-09 23:01:43 +00:00
Matt Darby
44dacc062d Moved to Fog::Core 2014-11-29 14:44:54 -05:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Thomas Kadauke
9457089347 Tests for previous commit 2013-09-10 22:16:42 -04:00
Philip Mark M. Deazeta
d37d2e802a [openstack|metering] Added metering service for Ceilometer 2013-04-11 16:50:09 +08:00
Sergio Rubio
d903af4562 [openstack|volume] Added missing service declaration
- Fixes regresion probably caused by eb0545b
- Added minimal test to catch the issue
- Fixes #1605
2013-02-27 16:58:03 +01:00
Dan Prince
9ee2c6ea7b Openstack: fix bin/openstack.rb errors.
Updates Fog::Bin for OpenStack to support :image.

This patch also fixes a bunch of copy/paste errors in the
deprecated [] method.
2013-02-18 12:12:50 -05:00
Sergio Rubio
e82ad3c07d [openstack|storage] Added storage service to lib/fog/bin/openstack.rb 2013-01-23 20:54:33 +01:00
Ferran Rodenas
0c34ca84f5 [openstack|network] Add support for OpenStack Quantum
Added support for OpenStack Network Connectivity (Quantum).
2012-09-22 00:14:40 +02:00
Nelvin Driz
e1c5155a34 [openstack|identity] Update Tenants 2012-04-30 10:34:58 +08:00
geemus
34e6a1105c [core] separate loggers for deprecations/warnings
distinctly styles deprecations for clarity
gives better flexibility for redirecting logs
reduces possibility of missing deprecations because warnings are ignored
2011-10-19 14:49:34 -05:00
Dan Prince
d3f8245fef Additions and updates to the OpenStack API tests. 2011-09-29 14:10:21 -04:00