Fix --fields network_data

Change-Id: Id1c6f1a69161e3ddbb83c9229aa9be84a0c8c02d
This commit is contained in:
Dmitry Tantsur 2021-03-17 16:20:49 +01:00
parent 59ffddd2e5
commit be2f1164c1
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.