how to assign network-id to instances in dashboard
In my cluster,THere are two networks,
+--------------------------------------+-------------+-----------------+
| ID | Label | CIDR |
+--------------------------------------+-------------+-----------------+
| 7fc4c393-b0e4-46c1-b3c1-706790fd0efd | demo-net | 4.2.9.160/29 |
| 27537d2b-2096-4a83-94db-6d0f353695cf | demo-net-00 | 4.2.9.152/29 |
+--------------------------------------+-------------+-----------------+
The ips in demo-net is used up.So I created another network name demo-net-00
But when I create instance in dashboard,I encounter ERROR
Error: Failed to launch instance "TEST_TEST_NET": Please try again later [Error: No valid host was found. ].
In the [IP ADDRESS ] AREA: shows up [demo-net demo-net-00] both.
But when I create instance in CLI_COMMAND, It runs smoothly.
nova boot --flavor m1.tiny --image cirros --nic net-id=***27537d2b-2096-4a83-94db-6d0f353695cf*** --security-group default --key-name demo-key test_123
So can anybody tell me how to assign new network to instance in dashboard.
How to solve this problem.thx!
REGARDS!
Launching instance via dashboard have you followed Launch Instance-> Networking->Selected Networks dialog ?
I have been looking for the TAB again and again,But there is not Network for selected. I used Legacy networking (nova-network) in the experiment.
Any idea?
are you able to see the created networks in the dashboard?
no,I cannot,Would U please share your dashboard with me.thx My Email address: http://hitkeky#gmail.com (hitkeky#gmail.com)