provider/openstack: gophercloud migration: objectstorage

This commit is contained in:
Joe Topjian 2016-09-04 02:55:09 +00:00
parent d5bf0197a7
commit 9ffef951c5
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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) {