Evan Light
fc242385f6
Handle host specification on database users
2014-08-13 14:22:23 -04:00
Evan Light
1a934826f6
Merge branch 'master' into db_grant_access
2014-08-11 16:41:50 -04:00
Evan Light
2e94e37d7b
Add support for granting and revoking DB access to Cloud Databases.
2014-08-11 16:40:44 -04:00
Wesley Beary
63760d0ed4
Merge pull request #3097 from allomov/public-openstack-storage
...
[Openstack | Storage] add possibility to create public containers.
2014-08-11 09:02:59 -05:00
geemus
291c78e9ab
[google|storage] workaround excon headers issue
2014-08-11 09:02:45 -05:00
A.S. Lomoff
7ab3278dc1
fix mistyping in openstack storage directory model
2014-08-09 23:20:09 +03:00
A.S. Lomoff
8f96479ffb
make public option of container attr_reader
2014-08-09 23:02:13 +03:00
A.S. Lomoff
9c1d617513
openstack storage: add possibility to set publicity to containers
2014-08-09 23:00:21 +03:00
snyquist2
2b9856c835
fixed image create
2014-08-07 17:02:09 +00:00
Wesley Beary
0e581b6189
Merge pull request #3092 from goruha/DescribeInstancesResponse-SAX-parcer-fix
...
Fix parsing of SpotInstanceRequests responce when we also specify NetworkInterface
2014-08-07 08:17:11 -05:00
Igor Rodionov
694de10920
Fix to follow ruby code style
2014-08-07 18:19:37 +07:00
Igor Rodionov
81952622ac
Fix parsing of SpotInstanceRequests responce when we also specify NetworkInterface
2014-08-07 18:02:09 +07:00
Nat Welch
83d4b2bba4
Merge pull request #3085 from frodenas/gce_sql
...
[google|sql] Use the correct directory for Google Cloud SQL examples
2014-08-07 08:57:39 +01:00
geemus
563314b90f
[aws|compute] fix mock az filtering
...
closes #3089
2014-08-06 11:43:05 -05:00
Tim
7ea1958e18
remove Git Markup
2014-08-05 14:23:24 +01:00
Tim
8fa216ebb8
resolve conflicts
2014-08-05 14:20:11 +01:00
Tim
b5e71009d5
Accept Block For Get Requests
2014-08-04 20:56:01 +01:00
Ferran Rodenas
19c1d6beb3
[google|sql] Use the correct directory for Google Cloud SQL examples
2014-07-30 18:30:27 -07:00
Nat Welch
b9b5b23197
Merge pull request #3077 from frodenas/gce_sql
...
[google|sql] Complete support for Google Cloud SQL
2014-07-30 22:33:42 +01:00
Nat Welch
9c96ce4d86
Merge pull request #3080 from frodenas/gce_shared
...
[google|compute] Refactor Compute to use the new Shared module
2014-07-30 22:03:34 +01:00
Ferran Rodenas
3ebe34c280
[google|compute] Refactor Compute to use the new Shared module
...
Commit d801b27
introduced a new Shared module with logic to initialize
a google_client_api and to make requests.
This commit refactors Compute to use the new Shared module.
2014-07-30 12:19:50 -07:00
Dan Peterson
0333e6dfed
[dynect|dns] Let job_poll_timeout be specified.
2014-07-30 12:06:04 -03:00
Ferran Rodenas
aa4ac72006
[google|sql] Add examples
2014-07-29 22:22:32 -07:00
Ferran Rodenas
04bf64fb04
[google|sql] Add support for BackupRuns
...
- Add models and requests for BackupRuns
2014-07-29 21:41:13 -07:00
Ferran Rodenas
200d81558f
[google|sql] Add support for SslCerts
...
- Add models, requests and tests for SslCerts
2014-07-29 21:41:13 -07:00
Ferran Rodenas
d29a5a296e
[google|sql] Add support for Instances
...
- Add models, requests and tests for Instances
2014-07-29 21:41:12 -07:00
Ferran Rodenas
3a9a63bf14
[google|sql] Add support for Operations
...
- Add models, requests and tests for Operations
2014-07-29 21:41:06 -07:00
Ferran Rodenas
716f474545
[google|sql] Add support for Flags
...
- Add models, requests and tests for Flags
2014-07-29 19:46:20 -07:00
Ben Sandberg
bab2340905
remove leading slash from Rackspace compute_v2 request paths
2014-07-29 13:26:24 -07:00
Wesley Beary
5025c5b417
Merge pull request #2946 from fmbiete/xenserver_credentials
...
XenServer - attr_reader for Compute > connection > credentials
2014-07-28 09:29:07 -05:00
Wesley Beary
e6ac09cb7b
Merge pull request #3072 from mattray/vcloud_director_eoferror
...
Clean up Excon::Errors::SocketError::EOFError warning in vcloud_director
2014-07-28 09:07:40 -05:00
Matt Ray
64ca63a560
Clean up Excon::Errors::SocketError::EOFError warning in vcloud_directory
...
Every time I make a connection with the vcloud_director provider I get this warning:
/Users/mray/.chgems/vchs/.gem/ruby/2.1.2/gems/fog-1.23.0/lib/fog/vcloud_director/compute.rb:372: warning: toplevel constant EOFError referenced by Excon::Errors::SocketError::EOFError
2014-07-26 22:47:31 -05:00
fbiete@gmail.com
277aebd6d3
Make possible to get credentials value, since it's needed to start a console connection
2014-07-26 15:05:44 +02:00
Ferran Rodenas
ff158ffcae
[google|monitoring] Add support for Google Cloud Monitoring
...
- Add models, requests, tests & examples for Timeseries
- Add models, requests, tests & examples for TimeseriesDescriptors
- Add models, requests, tests & examples for MetricDescriptors
2014-07-25 15:07:05 -07:00
Nat Welch
ed7bc035b7
Whitespace cleanup of #3069 .
2014-07-25 08:50:32 +00:00
Nat Welch
e62c5407e1
Merge pull request #3069 from snyquist2/gce_l7
...
[google|compute] Add backend services resource for L7 load balancing
2014-07-25 09:46:41 +01:00
snyquist2
8f4d58e8bb
Added backend services example and model classes
2014-07-23 16:38:59 +00:00
snyquist2
1569a3b6e3
Added backend services resource to gce compute
2014-07-23 16:27:50 +00:00
Nat Welch
70a549dbb8
Merge pull request #2977 from frodenas/gce_sql
...
[google|sql] Initial support for Google Cloud SQL
2014-07-20 18:08:58 +01:00
Eric Johnson
9c6ac1b75c
[google|compute] added centos, opensuse images
2014-07-19 16:10:30 -07:00
geemus
e5245ba991
Release 1.23.0
2014-07-17 08:19:54 -05:00
georgyous
e80fcc6967
Update create_server.rb
...
Repair bug for platform attribute of a vm.
2014-07-17 14:25:20 +03:00
geemus
77ce32d55f
fix erroneous date_time type
2014-07-16 17:56:38 -05:00
geemus
63ecd268fc
remove explicit call for 'type' hash, fallback to default
2014-07-16 17:50:16 -05:00
Wesley Beary
9fd2046c5c
Merge pull request #3059 from cphrmky/fog-softlayer
...
Add fog-softlayer module .
2014-07-16 14:55:59 -05:00
Wesley Beary
ae6dc3ed2d
Merge pull request #3040 from maginatics/bug/2938/vsphere_models
...
Use server_id for Vsphere::Interfaces and Vsphere::Volumes
2014-07-16 14:52:14 -05:00
Wesley Beary
db0e7c98f6
Merge pull request #3060 from engineyard/support_xvd_based_instances
...
[aws] support `xvd` based devices (HVM)
2014-07-16 14:50:43 -05:00
geemus
8af75281fe
fix 2.1.1 syntax error with updated attributes
2014-07-16 13:18:22 -05:00
Jason Hansen
edc49c1c1a
[aws] support xvd
based devices (HVM)
2014-07-16 14:17:56 -04:00
geemus
2f758d5b39
[cloudsigma] remove meaningless 'related' attribute type
2014-07-16 11:22:00 -05:00