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

10 commits

Author SHA1 Message Date
Sergio Rubio
bf210b052e Merge pull request #1603 from jedipunkz/rubiojr-jedipunkz
@Rubiojr and  @jedipunkz enabled to operate routers with openstack.
2013-03-20 09:43:04 -07:00
Ferran Rodenas
09b505768d [openstack|network] Add endpoint_type option 2013-03-05 12:51:06 +01:00
Sergio Rubio
9ae44ffd46 [openstack|network] Added missing router model/collection 2013-02-26 17:09:43 +01:00
Tomokazu Hirai
81c67e79c1 added mock code for router operation. 2013-02-22 18:35:15 +09:00
Tomokazu Hirai
9e7b767fea supported OpenStack Quantum Router Operation. not include mock code. 2013-02-22 16:47:22 +09:00
kanetann
9ebd161e03 updated for ruby naming conventions. 2012-12-22 14:26:43 +09:00
kanetann
54b85c26e3 deleted update_floatingip and changed variable name from floating_network_id to floatingip_id. 2012-12-19 14:58:26 +09:00
kanetann
8329f16f8d added floatingip 2012-12-14 18:35:37 +09:00
Dan Prince
ba26129001 OpenStack auth updates to select by service name.
This patch updates the OpenStack auth implementation so that
it supports selecting API service by both 'name' and 'type'.

Previously the implementation was confusing because it
used a config param called :openstack_service_name to
select the service 'type' from the catalog. This patch
swaps it so that :openstack_service_name actually selects
by 'name'.

The previous logic to select service by type ('compute' for example)
has been preserved in a new :openstack_service_type parameter.
This option is used just as it was before for backwards compatability.

This change is potentially breaking for anyone previously using
:openstack_service_name (which I don't think is that common but is
possible). As such we should probably make a release note saying
that previous users of :openstack_service_name should migrate to
use :openstack_service_type instead.
2012-12-10 07:55:54 -05: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