Bug 1525590 - [Docs][NFV] Update commands to create network for SR-IOV
Summary: [Docs][NFV] Update commands to create network for SR-IOV
Keywords:
Status: CLOSED DUPLICATE of bug 1607897
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: z9
: 10.0 (Newton)
Assignee: James Smith
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-12-13 16:01 UTC by Yolanda Robla
Modified: 2018-09-26 20:01 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-08-09 07:06:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Yolanda Robla 2017-12-13 16:01:58 UTC
Description of problem:

Documentation about SR-IOV in 10, in the section 
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/network_functions_virtualization_configuration_guide/part-sriov-nfv-configuration

It mentions:

openstack network create net1 --provider:network_type=vlan  --provider:segmentation_id=<VLAN-ID> --provider:physical_network=tenant

This command is wrong , it uses the syntax for neutron net-create, but the syntax for openstack network create is different.

So the right command is:

openstack network create --provider-network-type vlan --provider-physical-network tenant --provider-segment <VLAN_ID> net1

Comment 1 Lucy Bopf 2018-04-24 02:27:12 UTC
Assigning to James for review.

James, I'm assigning you this one and bug 1568459 because they describe the same command syntax error but for different sections of the guide. It might be worth checking for any other places this syntax is used, and running this by the DFG for review.

I've flagged the fix for 10, 11, 12, and 13; you'll need to check whether the same problem occurs in 10, 11, and 12, and whether it will also occur in the yet-to-be-released version 13.

Comment 4 Christophe Fontaine 2018-08-09 07:06:05 UTC

*** This bug has been marked as a duplicate of bug 1607897 ***


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