Chaning github repository to our gerrit repository
Change-Id: I51ff03d516eecf00a659bade8e15802debfffc5e
diff --git a/openstack/identity/v3/endpoints/requests.go b/openstack/identity/v3/endpoints/requests.go
index fc44365..635511d 100644
--- a/openstack/identity/v3/endpoints/requests.go
+++ b/openstack/identity/v3/endpoints/requests.go
@@ -2,7 +2,7 @@
import (
"github.com/gophercloud/gophercloud"
- "github.com/gophercloud/gophercloud/pagination"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/pagination"
)
type CreateOptsBuilder interface {
diff --git a/openstack/identity/v3/endpoints/results.go b/openstack/identity/v3/endpoints/results.go
index f769881..a725003 100644
--- a/openstack/identity/v3/endpoints/results.go
+++ b/openstack/identity/v3/endpoints/results.go
@@ -2,7 +2,7 @@
import (
"github.com/gophercloud/gophercloud"
- "github.com/gophercloud/gophercloud/pagination"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/pagination"
)
type commonResult struct {
diff --git a/openstack/identity/v3/endpoints/testing/requests_test.go b/openstack/identity/v3/endpoints/testing/requests_test.go
index 53d8488..1269b22 100644
--- a/openstack/identity/v3/endpoints/testing/requests_test.go
+++ b/openstack/identity/v3/endpoints/testing/requests_test.go
@@ -6,10 +6,10 @@
"testing"
"github.com/gophercloud/gophercloud"
- "github.com/gophercloud/gophercloud/openstack/identity/v3/endpoints"
- "github.com/gophercloud/gophercloud/pagination"
- th "github.com/gophercloud/gophercloud/testhelper"
- "github.com/gophercloud/gophercloud/testhelper/client"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/identity/v3/endpoints"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/pagination"
+ th "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper/client"
)
func TestCreateSuccessful(t *testing.T) {