Re: [Openstack] networking problem while creating multiple external networks using multiple l3 agents

2014-06-15 Thread Alex Yang
Hi Kim, You should check the firewall rule of the vm at first. Then, If the qrouter and vm are not in the same host, you should check the connection of tunnel between the two host by using ovs-vsctl show. Using tcpdump to inspect the packets in br-ext, br-int is also useful. 2014-06-13 14:51

Re: [openstack-dev] Heat SoftwareConfig and SoftwareDevelopment

2014-05-18 Thread Alex Yang
Thanks. 2014-05-19 6:52 GMT+08:00 Steve Baker sba...@redhat.com: On 17/05/14 00:49, Alex Yang wrote: Hi all and Baker, I had try to use Heat::SoftwareDeployment and Heat::SoftwareConfig but there may be someting wrong with my configuration that the hook-puppet didn't be invoked

Re: [openstack-dev] Heat SoftwareConfig and SoftwareDevelopment

2014-05-16 Thread Alex Yang
Hi all and Baker, I had try to use Heat::SoftwareDeployment and Heat::SoftwareConfig but there may be someting wrong with my configuration that the hook-puppet didn't be invoked. Firstly, I follow this

Re: [Openstack] Neutron network node setup

2014-04-01 Thread Alex Yang
Hi Erich, I think this following articles may helpful for you. http://developer.rackspace.com/blog/categories/networking/ 2014-04-02 5:59 GMT+08:00 Erich Weiler wei...@soe.ucsc.edu: Hey Y'all, I'm setting up a dedicated neutron network node and I'm having a bit of trouble understanding

[Openstack] [Neutron] How to setup the neutron with provider network and get it work?

2014-03-26 Thread Alex Yang
Hi All, I had try to setup a environment of neutron provider network. I follow some instructions as belows. http://trickycloud.wordpress.com/2013/11/12/setting-up-a-flat-network-with-neutron http://developer.rackspace.com/blog/neutron-networking-simple-flat-network.html There are three nodes in

Re: [openstack-dev] [OpenStack][Swift] how does swift update obj count of container or account?

2013-10-22 Thread Alex Yang
Hi Gareth: The process of update object count to container db is synchronized. After the DiskFile finish writing the data to disk, the object-server will make a request to container servers and update the object count. If the request failed, the request will be serialized on the disk, and the

Re: [openstack-dev] [OpenStack][Swift] how does swift update obj count of container or account?

2013-10-22 Thread Alex Yang
I think you can try it again with a clean environment. 2013/10/22 Gareth academicgar...@gmail.com On Tue, Oct 22, 2013 at 5:33 PM, Alex Yang alex890...@gmail.com wrote: Hi Gareth: The process of update object count to container db is synchronized. After the DiskFile finish writing