Chaning github repository to our gerrit repository
Change-Id: I51ff03d516eecf00a659bade8e15802debfffc5e
diff --git a/openstack/compute/v2/extensions/limits/testing/fixtures.go b/openstack/compute/v2/extensions/limits/testing/fixtures.go
index 9ec24a9..b2603d1 100644
--- a/openstack/compute/v2/extensions/limits/testing/fixtures.go
+++ b/openstack/compute/v2/extensions/limits/testing/fixtures.go
@@ -5,9 +5,9 @@
"net/http"
"testing"
- "github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/limits"
- th "github.com/gophercloud/gophercloud/testhelper"
- "github.com/gophercloud/gophercloud/testhelper/client"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/compute/v2/extensions/limits"
+ th "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper/client"
)
// GetOutput is a sample response to a Get call.
diff --git a/openstack/compute/v2/extensions/limits/testing/requests_test.go b/openstack/compute/v2/extensions/limits/testing/requests_test.go
index 9c8456c..f4e6cee 100644
--- a/openstack/compute/v2/extensions/limits/testing/requests_test.go
+++ b/openstack/compute/v2/extensions/limits/testing/requests_test.go
@@ -3,9 +3,9 @@
import (
"testing"
- "github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/limits"
- th "github.com/gophercloud/gophercloud/testhelper"
- "github.com/gophercloud/gophercloud/testhelper/client"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/openstack/compute/v2/extensions/limits"
+ th "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper"
+ "gerrit.mcp.mirantis.net/debian/gophercloud.git/testhelper/client"
)
func TestGet(t *testing.T) {