Skip to content

Commit 825c4bf

Browse files
committed
clientconfig.NewServiceClient(): add placement support
1 parent 8a5e0aa commit 825c4bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openstack/clientconfig/requests.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,8 @@ func NewServiceClient(service string, opts *ClientOpts) (*gophercloud.ServiceCli
924924
return openstack.NewObjectStorageV1(pClient, eo)
925925
case "orchestration":
926926
return openstack.NewOrchestrationV1(pClient, eo)
927+
case "placement":
928+
return openstack.NewPlacementV1(pClient, eo)
927929
case "sharev2":
928930
return openstack.NewSharedFileSystemV2(pClient, eo)
929931
case "volume":

0 commit comments

Comments
 (0)