Bug 1392653

Summary: [doc] openstack network create provider-subnet
Product: Red Hat OpenStack Reporter: James Biao <jbiao>
Component: documentationAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: RHOS Documentation Team <rhos-docs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 10.0 (Newton)CC: dmacpher, jbiao, srevivo
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-06 05:38:56 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:

Description James Biao 2016-11-08 01:12:44 UTC
Description of problem:

https://access.redhat.com/documentation/en/red-hat-openstack-platform/10-beta/single/director-installation-and-usage/#chap-Performing_Tasks_after_Overcloud_Creation

Chapter 6.4 second command quote

$ openstack network create provider-subnet --network  provider_network --dhcp --allocation-pool start=10.9.101.50,end=10.9.101.100 --gateway 10.9.101.254 --subnet-range 10.9.101.0/24

should be

$ openstack subnet create provider-subnet --network  provider_network --dhcp --allocation-pool start=10.9.101.50,end=10.9.101.100 --gateway 10.9.101.254 --subnet-range 10.9.101.0/24

this is to create subnet not a network. Running current command gives error below

openstack network create: error: unrecognized arguments: --network provider_network --dhcp --allocation-pool start=10.9.101.50,end=10.9.101.100 --gateway 10.9.101.254 --subnet-range 10.9.101.0/24

python-openstackclient-3.2.0-2.el7ost.noarch


It is good to check the same for all previous version docs too

python-openstackclient-3.2.0-2.el7ost.noarch

Comment 1 Dan Macpherson 2017-09-20 05:00:26 UTC
Going through my backlog. This appears to be rectified:

https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/director_installation_and_usage/chap-performing_tasks_after_overcloud_creation#sect-Creating_the_Overcloud_Provider_Network

James, any thing further required for this BZ?

Comment 2 Dan Macpherson 2018-08-06 05:38:56 UTC
Closing this BZ as it appears to be resolved.