Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1117977 - The "n_list = api.logicalnetworks.list()" does not exist it should be "n_list = api.networks.list()"
The "n_list = api.logicalnetworks.list()" does not exist it should be "n_list...
Status: CLOSED CURRENTRELEASE
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation (Show other bugs)
3.4.0
Unspecified Unspecified
unspecified Severity medium
: ---
: 3.5.0
Assigned To: Andrew Dahms
Tahlia Richardson
:
Depends On:
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-09 14:35 EDT by Bill Sanford
Modified: 2014-09-18 21:33 EDT (History)
9 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
Environment:
Last Closed: 2014-09-18 21:33:18 EDT
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)

  None (edit)
Description Bill Sanford 2014-07-09 14:35:28 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:
Comment 2 Andrew Dahms 2014-07-24 04:05:49 EDT
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.
Comment 3 Tahlia Richardson 2014-08-05 03:00:17 EDT
Peer reviewed.

Section now shows 'n_list = api.networks.list()'.

VERIFIED

Note You need to log in before you can comment on or make changes to this bug.