This commit is contained in:
Jon Perritt 2015-01-27 10:19:11 -07:00
parent a707f8414c
commit 17b137c972
6 changed files with 15 additions and 17 deletions

View File

@ -8,7 +8,6 @@ import (
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
) )
var ( var (
OS_REGION_NAME = "" OS_REGION_NAME = ""
) )

View File

@ -73,7 +73,6 @@ func testAccCheckComputeV2InstanceExists(t *testing.T, n string, instance *serve
return fmt.Errorf("(testAccCheckComputeV2InstanceExists) Error creating OpenStack compute client: %s", err) return fmt.Errorf("(testAccCheckComputeV2InstanceExists) Error creating OpenStack compute client: %s", err)
} }
found, err := servers.Get(computeClient, rs.Primary.ID).Extract() found, err := servers.Get(computeClient, rs.Primary.ID).Extract()
if err != nil { if err != nil {
return err return err