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

16 commits

Author SHA1 Message Date
Paul Thornthwaite
ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite
330a351ade Remove trailing blank lines
Done with `rubocop --auto-correct --only TrailingBlankLines`
2014-05-26 14:35:26 +01: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
Kyle Rames
a3472c5af0 [openstack|network] fixing broken tests; added deprecation warning about removing support for passing model objects into the request layer. 2014-04-02 09:24:03 -05:00
Brandon Dunne
525a35ae1d [OpenStack|Network] Add tests for security_groups and security_group_rules methods 2014-01-23 23:05:12 -05:00
Ferran Rodenas
0741d3923a [openstack|network] Add support for OpenStack Networking LBaaS extension 2013-05-21 14:41:31 +02:00
Sergio Rubio
e5e6b2a1b2 Merge pull request #1598 from bvox/network-create-extensions
[openstack|network] create_network provider extensions
2013-03-21 12:05:23 -07:00
Sergio Rubio
e56043a2fc [openstack|network] remove extra trailing comma 2013-03-11 21:49:33 +01:00
Tomokazu Hirai
0533db7f1e @rubiojr fixed mock faulure for router(s)_tests.rb 2013-03-05 12:36:27 +09:00
Sergio Rubio
55cffa7ad0 [openstack|network] Added missing router related tests 2013-02-26 17:16:55 +01:00
Sergio Rubio
12923ffc4d [openstack|network] create_network provider extensions
Implements provider extensions when creating networks.

See:

http://docs.openstack.org/trunk/openstack-network/admin/content/provider_attributes.html

Complements #1581 (Added missing Network model attributes)
2013-02-26 14:51:28 +01:00
Sergio Rubio
8a47ca26c4 [openstack|network] Added missing Network model attributes
The following patch adds the following missing attributes:

+---------------------------+--------------------------------------+
| Field                     | Value                                |
+---------------------------+--------------------------------------+
| provider:network_type     | gre                                  |
| provider:physical_network |                                      |
| provider:segmentation_id  | 1                                    |
| router:external           | False                                |
+---------------------------+--------------------------------------+

Not sure if the code style I've used for the attributes is OK though,
I did it so I don't break the 80 col. barrier.

Added also a small test for the new and existing attributes.
2013-02-21 12:32:43 +01:00
kanetann
a7df32a8cd deleted old files eg. floatingip.rb 2012-12-25 10:42:22 +09:00
kanetann
9ebd161e03 updated for ruby naming conventions. 2012-12-22 14:26:43 +09:00
kanetann
8329f16f8d added floatingip 2012-12-14 18:35:37 +09: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