Hi,

Openstack deployment detail : Single node devstack setup


Issue Description:

We are writing a core plugin and trying to create instance provisioned by our 
plugin. We are able to launch the VM instance successfully via OpenStack 
horizon. From the horizon, we could see the IP is getting allocated to the VM. 
But the IP is not seen when we do an ifconfig in the VM's terminal. Also, we 
are not able to ping 2 instances.

>From the CLI, the "ovs-vsctl show" command shows:


f858da98-365a-4ca0-bfdc-7ab19987a128
    Bridge br-int
        Port br-int
            Interface br-int
                type: internal
    ovs_version: "1.4.6"


However, we could see the interfaces when we did ifconfig from the terminal. 
What are we missing? Do we need to add some configuration for the interface in 
our plugin?

Regards,
Sanjivini Naikar
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to