Neutron net-create requires that tenant_id is specified
I am setting up OpenStack using Neutron networking services, and I am following the setup guides to define three nodes, one is controller, one is network and one is compute.
WHen I try to run below command in network node, I got below error.
[root@network01]# neutron net-create ext-net -- --router:external=True --provider:network_type gre --provider:segmentation_id 2
Running without keystone AuthN requires that tenant_id is specified
I have checked the /etc/neutron/neutron.conf
, and the auth_strategy is set to keystone
.
I also check the agent-list, it shown below.
[root@network01 neutron]# neutron agent-list
+--------------------------------------+--------------------+-----------+-------+----------------+
| id | agent_type | host | alive | admin_state_up |
+--------------------------------------+--------------------+-----------+-------+----------------+
| 78bd8b96-00c1-4705-a311-d9e6d1c8523e | DHCP agent | network01 | :-) | True |
| f14ffd1c-8a77-46d9-b5cb-78f1acf74215 | L3 agent | network01 | :-) | True |
| fdf0eee1-6bfe-42c9-a307-86061bc134a5 | Open vSwitch agent | network01 | :-) | True |
Any idea?
where is your keystone located ? Did you make the right configuration in neutron.conf to point the right IP/host name of the keystone system ? Can you share your neutron.conf ?