Skip to content

Commit

Permalink
Fixes text of comments and messages of oneview_interconnect example
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogpsf committed Oct 18, 2017
1 parent 435ee36 commit 7d4d09f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/shared_samples/interconnect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
puts 'The method #get_pluggable_module_information is available only for api greater than or equal to 500.'
end

# Applies or re-applies the current interconnect configuration.
# This method 'configuration' was added from api version 500.
# Applies or reapplies the current interconnect configuration.
# This method 'configuration' was added in API version 500.
begin
puts "\nApplying the configuration to interconnect #{item['uri']}."
item.configuration
puts "\nThe action was executed successfully"
rescue NoMethodError
puts 'The method #configuration is available only for api greater than or equal to 500.'
puts 'The method #configuration is available only for API version greater than or equal to 500.'
end

0 comments on commit 7d4d09f

Please sign in to comment.