Red Hat Bugzilla – Bug 1117977
The "n_list = api.logicalnetworks.list()" does not exist it should be "n_list = api.networks.list()"
Last modified: 2014-09-18 21:33:18 EDT
Description of problem: In https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.4/html/Technical_Guide/Example_Listing_the_Logical_Networks_Collection_using_Python.html (Section 40.5) the "n_list = api.logicalnetworks.list()" does not exist. What is described correctly is "n_list = api.networks.list()." Version-Release number of selected component (if applicable): RHEV-M 3.4 Technical Guide. How reproducible: 100% Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Documentation Link ------------------------------ https://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.5-Beta/html-single/Technical_Guide/index.html#Example_Listing_the_Logical_Networks_Collection_using_Python What Changed ------------------------------ The following topic was revised to update the method used to enumerate logical networks from api.logicalnetworks.list() to api.networks(). Example: Listing the Logical Networks Collection using Python [9218-682808] Updated revision history: [34616-651639] NVR ------------------------------ Red_Hat_Enterprise_Virtualization-Technical_Guide-3.5-Beta-en-US-3.5-3 Moving to ON_QA.
Peer reviewed. Section now shows 'n_list = api.networks.list()'. VERIFIED