provider/openstack: gophercloud migration: objectstorage

pull/9407/head
Joe Topjian 10 years ago
parent d5bf0197a7
commit 9ffef951c5

@ -4,8 +4,8 @@ import (
"fmt"
"log"
"github.com/gophercloud/gophercloud/openstack/objectstorage/v1/containers"
"github.com/hashicorp/terraform/helper/schema"
"github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers"
)
func resourceObjectStorageContainerV1() *schema.Resource {

@ -4,9 +4,9 @@ import (
"fmt"
"testing"
"github.com/gophercloud/gophercloud/openstack/objectstorage/v1/containers"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"
"github.com/rackspace/gophercloud/openstack/objectstorage/v1/containers"
)
func TestAccObjectStorageV1Container_basic(t *testing.T) {

Loading…
Cancel
Save