Bug 1117977
| Summary: | The "n_list = api.logicalnetworks.list()" does not exist it should be "n_list = api.networks.list()" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Bill Sanford <bsanford> |
| Component: | Documentation | Assignee: | Andrew Dahms <adahms> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tahlia Richardson <trichard> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.4.0 | CC: | ckannan, gklein, pvine, rbalakri, thildred, tpelka, trichard, vipatel, yeylon |
| Target Milestone: | --- | ||
| Target Release: | 3.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-19 01:33:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bill Sanford
2014-07-09 18:35:28 UTC
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 |