mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove more references to gce.
This commit is contained in:
parent
8e34fdf788
commit
605a438b23
8 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | disk requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | disk requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@insert_disk_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | firewall requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | firewall requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@insert_firewall_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | image requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | image requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@insert_image_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | kernel requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | kernel requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@get_kernel_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | network requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | network requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@insert_network_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | operation requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | operation requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@insert_operation_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | server requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | server requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@insert_server_format = {
|
||||
'kind' => String,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Shindo.tests('Fog::Compute[:google] | zone requests', ['gce']) do
|
||||
Shindo.tests('Fog::Compute[:google] | zone requests', ['google']) do
|
||||
|
||||
@google = Fog::Compute[:gce]
|
||||
@google = Fog::Compute[:google]
|
||||
|
||||
@get_zone_format = {
|
||||
'kind' => String,
|
||||
|
|
Loading…
Reference in a new issue