Merge "fix: portgroup create with uuid for idempotency"
This commit is contained in:
@@ -27,7 +27,8 @@ class PortgroupManager(base.CreateManager):
|
||||
resource_class = Portgroup
|
||||
_resource_name = 'portgroups'
|
||||
_creation_attributes = ['address', 'extra', 'name', 'node_uuid',
|
||||
'standalone_ports_supported', 'mode', 'properties']
|
||||
'standalone_ports_supported', 'mode', 'properties',
|
||||
'uuid']
|
||||
|
||||
def list(self, node=None, address=None, limit=None, marker=None,
|
||||
sort_key=None, sort_dir=None, detail=False, fields=None,
|
||||
|
@@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
When creating a portgroup, the UUID can be specified to support idempotency.
|
||||
The CLI incorrectly disallowed this.
|
Reference in New Issue
Block a user