provider/openstack: gophercloud migration: compute servergroup
This commit is contained in:
parent
b9f7d119b8
commit
8b6c3a1bbc
|
@ -4,8 +4,8 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
|
"github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/servergroups"
|
||||||
"github.com/hashicorp/terraform/helper/schema"
|
"github.com/hashicorp/terraform/helper/schema"
|
||||||
"github.com/rackspace/gophercloud/openstack/compute/v2/extensions/servergroups"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func resourceComputeServerGroupV2() *schema.Resource {
|
func resourceComputeServerGroupV2() *schema.Resource {
|
||||||
|
|
|
@ -7,8 +7,8 @@ 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/servergroups"
|
"github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/servergroups"
|
||||||
"github.com/rackspace/gophercloud/openstack/compute/v2/servers"
|
"github.com/gophercloud/gophercloud/openstack/compute/v2/servers"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestAccComputeV2ServerGroup_basic(t *testing.T) {
|
func TestAccComputeV2ServerGroup_basic(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue