This repository was archived by the owner on Oct 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # 4.8.0 (Unreleased)
1+ # 4.8.0
22#### Notes
33Added the capability to handle OneView Appliance SNMP Settings
44Extends support of the SDK to OneView Rest API version 800 (OneView v4.1).
Original file line number Diff line number Diff line change 152152try :
153153 csr = oneview_client .enclosures .get_csr (enclosure_uri , bay_number = bay_number )
154154 with open ('enclosure.csr' , 'w' ) as csr_file :
155- csr_file .write (csr ["base64Data" ])
155+ csr_file .write (csr ["base64Data" ])
156156 print ("Saved CSR(generated by previous POST) to 'enclosure.csr' file" )
157157except HPOneViewException as e :
158158 print (e .msg )
Original file line number Diff line number Diff line change 199199 updated = oneview_client .interconnects .update_configuration (interconnect_id )
200200 pprint (updated )
201201except HPOneViewException as e :
202- print (e .msg )
202+ print (e .msg )
203203
204204# Gets the interconnect configuration.
205205print ("\n Get the interconnect pluggable module information" )
208208 plug_info = oneview_client .interconnects .get_pluggable_module_information (interconnect_id )
209209 pprint (plug_info )
210210except HPOneViewException as e :
211- print (e .msg )
211+ print (e .msg )
You can’t perform that action at this time.
0 commit comments