Comment 5 for bug 1153280

Revision history for this message
Nachi Ueno (nati-ueno) wrote :

Hi Andrea

excise.sh looks success, so this means each VM can get ip from DHCP.
http://logs.openstack.org/22415/17/check/gate-tempest-devstack-vm-quantum/13199/console.html.gz

Note that, dhcp is disabled for external network, so VM on the external network won't get ip from dhcp,
so your log looks correct.

Unlike, nova-network, quantum provides truly isolated network. So we can't ping from the host.
We need some way to get in to the quantum network.
One way is quantum-debug command (see https://github.com/openstack-dev/devstack/blob/master/exercises/quantum-adv-test.sh#L238)