Fix --fields network_data
Change-Id: Id1c6f1a69161e3ddbb83c9229aa9be84a0c8c02d
(cherry picked from commit be2f1164c1
)
This commit is contained in:
parent
d056a39429
commit
ea4ab9039e
@ -662,6 +662,7 @@ class TestBaremetalList(TestBaremetal):
|
||||
'Maintenance Reason',
|
||||
'Management Interface',
|
||||
'Name',
|
||||
'Network Configuration',
|
||||
'Network Interface',
|
||||
'Owner',
|
||||
'Power Interface',
|
||||
|
@ -250,6 +250,7 @@ NODE_DETAILED_RESOURCE = Resource(
|
||||
'maintenance_reason',
|
||||
'management_interface',
|
||||
'name',
|
||||
'network_data',
|
||||
'network_interface',
|
||||
'owner',
|
||||
'power_interface',
|
||||
|
4
releasenotes/notes/network_data-c48b3878a5b04df5.yaml
Normal file
4
releasenotes/notes/network_data-c48b3878a5b04df5.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes using ``network_data`` with the ``--fields`` parameter.
|
Loading…
Reference in New Issue
Block a user