provider/openstack: gophercloud migration: compute keypair
This commit is contained in:
parent
a33256706c
commit
50855b3992
|
@ -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 {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue