mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-13 13:02:21 +00:00
Merge "Add support for setting shard key on baremetal node"
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- Add support for setting the shard key on a baremetal node.
|
||||
@@ -46,6 +46,7 @@ expected_fields:
|
||||
- reservation
|
||||
- resource_class
|
||||
- retired_reason
|
||||
- shard
|
||||
- states
|
||||
- storage_interface
|
||||
- target_power_state
|
||||
|
||||
@@ -46,6 +46,7 @@ expected_fields:
|
||||
- reservation
|
||||
- resource_class
|
||||
- retired_reason
|
||||
- shard
|
||||
- states
|
||||
- storage_interface
|
||||
- target_power_state
|
||||
|
||||
@@ -243,6 +243,10 @@ node:
|
||||
retired_reason:
|
||||
description: TODO
|
||||
type: str
|
||||
shard:
|
||||
description: The shard key for a node.
|
||||
returned: success
|
||||
type: str
|
||||
states:
|
||||
description: |
|
||||
Links to the collection of states. Note that this resource is also
|
||||
|
||||
@@ -437,6 +437,10 @@ node:
|
||||
description: The reason the node is marked as retired.
|
||||
returned: success
|
||||
type: str
|
||||
shard:
|
||||
description: The shard key for a node.
|
||||
returned: success
|
||||
type: str
|
||||
states:
|
||||
description: Links to the collection of states.
|
||||
returned: success
|
||||
|
||||
@@ -289,6 +289,10 @@ nodes:
|
||||
description: The reason the node is marked as retired.
|
||||
returned: success
|
||||
type: str
|
||||
shard:
|
||||
description: The shard key for a node.
|
||||
returned: success
|
||||
type: str
|
||||
states:
|
||||
description: Links to the collection of states.
|
||||
returned: success
|
||||
|
||||
Reference in New Issue
Block a user