Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 42a5c6f

Browse files
author
Jamie Hannaford
committed
Use correct service type
1 parent 7d51cf1 commit 42a5c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rackspace/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func NewRackConnectV3(client *gophercloud.ProviderClient, eo gophercloud.Endpoin
215215

216216
// NewOrchestrationV1 creates a ServiceClient that may be used to access the v1 DB service.
217217
func NewDBV1(client *gophercloud.ProviderClient, eo gophercloud.EndpointOpts) (*gophercloud.ServiceClient, error) {
218-
eo.ApplyDefaults("database")
218+
eo.ApplyDefaults("rax:database")
219219
url, err := client.EndpointLocator(eo)
220220
if err != nil {
221221
return nil, err

0 commit comments

Comments
 (0)