Rede não está funcionando na instância do openstack

0

Eu tenho o openstack-install (single setup) juno, depois de criar um vm na rede ext-net, eu não consigo SSH para ele, nem faço ping dele.

~$ nova list
+--------------------------------------+--------+--------+------------+-----    --------+-------------------+
| ID                                   | Name   | Status | Task State |  Power State | Networks          |
+--------------------------------------+--------+--------+------------+-------------+-------------------+
| 9d5127db-ff3a-466a-afc5-524be4ea7ee5 | test02 | ACTIVE | -          | Running     | ext-net=10.0.5.13 |
+--------------------------------------+--------+--------+------------+-------------+-------------------+

~$ ping 10.0.5.13
PING 10.0.5.13 (10.0.5.13) 56(84) bytes of data.
From 10.100.1.139 icmp_seq=1 Destination Host Unreachable
From 10.100.1.139 icmp_seq=2 Destination Host Unreachable
From 10.100.1.139 icmp_seq=3 Destination Host Unreachable
^C
--- 10.0.5.13 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3016ms

~$ nova ssh test02
ERROR: No public addresses found for 'test02'.

alguma ideia do que verificar?

    
por Fruch 14.04.2016 / 22:23

1 resposta

0

Você precisa associar seu ubuntu-net com suas instâncias e associar um IP flutuante.

    
por battlemidget 29.04.2016 / 16:59