provider/openstack: gophercloud migration: compute keypair

This commit is contained in:
Joe Topjian 2016-09-04 02:53:16 +00:00
parent a33256706c
commit 50855b3992
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import (
"fmt" "fmt"
"log" "log"
"github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs"
) )
func resourceComputeKeypairV2() *schema.Resource { func resourceComputeKeypairV2() *schema.Resource {

View File

@ -7,7 +7,7 @@ import (
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs" "github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/keypairs"
) )
func TestAccComputeV2Keypair_basic(t *testing.T) { func TestAccComputeV2Keypair_basic(t *testing.T) {