failed to create network by dashboard
1.Create a network by command 'neutron net-create' with parameter '--tenant-id' is OK.
# neutron net-create --tenant-id 42b15ed7cc7d498
Created a new network:
+------
| Field | Value |
+------
| admin_state_up | True |
| id | cccb503b-
| name | test_net |
| provider:
| provider:
| provider:
| shared | False |
| status | ACTIVE |
| subnets | |
| tenant_id | 42b15ed7cc7d498
+------
2.Create a network by command 'neutron net-create' without parameter '--tenant-id' , failed!
# neutron net-create test_net
Running without keystone AuthN requires that tenant_id is specified
3.create network on dashboard, failed, error message as below:
Error: Failed to create network "test_net": Running without keystone AuthN requires that tenant_id is specified
However, there is no place to set tenant_id when create a network on dashboard!!!
I think the tenant_id should be included in the request context?? But how?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- neutron Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- yong sheng gong
- Solved:
- Last query:
- Last reply: