Skip to content

Commit

Permalink
Removed WWPNs field from user create request for hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
chitranm committed Feb 6, 2024
1 parent c147a56 commit af33d4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
8 changes: 0 additions & 8 deletions v1/api/swagger/components/schemas/NewHost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,3 @@ properties:
example:
serviceType: BMaaS
region: us-west-2
WWPNs:
type: array
description: FC HBA world wide port names
items:
type: string
example:
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
11 changes: 0 additions & 11 deletions v1/pkg/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2838,9 +2838,6 @@ components:
Description: Description of new Host
NetworkUntagged: 046b6c7f-0b8a-43b9-b35d-6489e6daee92
UserData: UserData
WWPNs:
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
LocationID: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
VolumeIDs:
- 046b6c7f-0b8a-43b9-b35d-6489e6daee91
Expand Down Expand Up @@ -3003,14 +3000,6 @@ components:
serviceType: BMaaS
region: us-west-2
type: object
WWPNs:
description: FC HBA world wide port names
example:
- 20:31:01:02:ad:f2:a8:e5
- 21:31:01:02:ad:f2:a8:e5
items:
type: string
type: array
required:
- LocationID
- MachineSizeID
Expand Down
1 change: 0 additions & 1 deletion v1/pkg/client/docs/NewHost.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Name | Type | Description | Notes
**UserData** | **string** | User-provided data to be attached to the image configuration data. | [optional]
**NodeID** | **string** | User-provided data to represent the identity of the host within an application environment. For example, this could be set to represent the Kubernetes node ID if the host is provisioned as a Kubernetes node. | [optional]
**Labels** | **map[string]string** | The map of service/user specified label name to label value for this host. Setting service labels is restricted by role. | [optional]
**WWPNs** | **[]string** | FC HBA world wide port names | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 0 additions & 2 deletions v1/pkg/client/model_new_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ type NewHost struct {
NodeID string `json:"NodeID,omitempty"`
// The map of service/user specified label name to label value for this host. Setting service labels is restricted by role.
Labels map[string]string `json:"Labels,omitempty"`
// FC HBA world wide port names
WWPNs []string `json:"WWPNs,omitempty"`
}

0 comments on commit af33d4d

Please sign in to comment.