Hide Forgot
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
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?
Closing this BZ as it appears to be resolved.