Skip to content

Commit

Permalink
Updates the doc of EthernetInterface class at api/ethernet_interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogpsf committed Oct 15, 2018
1 parent 331a65c commit bf046ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions oneview_redfish_toolkit/api/ethernet_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ def __init__(self, data):
Populates self.redfish and calls _validate()
Args:
server_profile: a server profile dict from OneView
connection: a connection dict from server profile
network_attr: a network (or networkSet) dict from
OneView index resources
data: a dict with Redfish's EthernetInterface data
"""
super().__init__(self.SCHEMA_NAME)

Expand Down

0 comments on commit bf046ee

Please sign in to comment.