Merge "Fix --fields network_data"

This commit is contained in:
Zuul 2021-03-22 17:19:11 +00:00 committed by Gerrit Code Review
commit 2bd45d9b0c
3 changed files with 6 additions and 0 deletions

View File

@ -662,6 +662,7 @@ class TestBaremetalList(TestBaremetal):
'Maintenance Reason',
'Management Interface',
'Name',
'Network Configuration',
'Network Interface',
'Owner',
'Power Interface',

View File

@ -250,6 +250,7 @@ NODE_DETAILED_RESOURCE = Resource(
'maintenance_reason',
'management_interface',
'name',
'network_data',
'network_interface',
'owner',
'power_interface',

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixes using ``network_data`` with the ``--fields`` parameter.