Hi,

 

In “Providernetworking setup: Network Segment Ranges (Stein)” section, in the second command:

 

openstack network segment range create  ${PHYSNET0}-b --network-type vlan  --physical-network ${PHYSNET0}  --minimum 10 --maximum 10 --shared

I got the following error:

 

BadRequestException: 400: Client Error for url: http://neutron.openstack.svc.cluster.local:80/v2.0/network_segment_ranges, Invalid input for tenant_id. Reason: 'None' is not a valid string.

 

I tried to add --project ${ADMINID} but --project is only allowed with --private.

 

Has this command been updated? Because the wiki does not show an update.

 

Regards.

Juan Carlos Alonso