Bug 1392653 - [doc] openstack network create provider-subnet
Summary: [doc] openstack network create provider-subnet
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: documentation
Version: 10.0 (Newton)
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Dan Macpherson
QA Contact: RHOS Documentation Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-08 01:12 UTC by James Biao
Modified: 2018-08-06 05:40 UTC (History)
3 users (show)

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


Attachments (Terms of Use)

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.


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